feat: Some waybar updates, hypr keybinds, and scripts added

This commit is contained in:
2025-09-25 15:49:45 -04:00
parent 460d9bb180
commit bef4bbea5f
10 changed files with 56 additions and 24 deletions

View File

@@ -25,7 +25,7 @@
"spacing": 10,
},
"clock": {
"timezone": "America/Denver",
"timezone": "America/New_York",
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
"format": "{:%d - %H:%M}",
},

View File

@@ -4,6 +4,8 @@
@define-color blue #89b4fa;
@define-color red #f38ba8;
@define-color yellow #f9e2af;
@define-color peach #fab387;
@define-color lavender #b4befe;
* {
font-family: JetbrainsMono Nerd Font;
@@ -81,10 +83,12 @@
}
#cpu {
color: @lavender;
border-radius: 10px 0px 0px 10px;
}
#memory {
color: @peach;
margin-right: 1rem;
border-radius: 0px 10px 10px 0px;
}