This commit is contained in:
2025-12-29 18:25:17 -05:00
parent 535ddf7175
commit 4c7cab0453
6 changed files with 26 additions and 9 deletions

View File

@@ -48,6 +48,7 @@
"default": "▶",
"paused": "⏸"
},
"on-click": "~/.config/eww/toggle-media.sh"
},
"tray": {
@@ -150,6 +151,22 @@
"exec": "~/.config/waybar/scripts/updates.sh",
"interval": 600, // refresh every 10 minutes
"return-type": "json"
}
},
"hyprland/workspaces": {
"format": "{icon}",
"format-icons": {
"1": "I",
"2": "II",
"3": "III",
"4": "IV",
"5": "V",
"6": "VI",
"7": "VII",
"8": "VIII",
"9": "IX",
"10": "X",
"default": ""
}
}
}

View File

@@ -2,7 +2,7 @@
* {
font-family: "Source Code Pro Black", monospace;
font-size: 13px;
font-size: 11px;
}
window#waybar {

View File

@@ -1,7 +1,7 @@
* {
/* `otf-font-awesome` is required to be installed for icons */
font-family: AdwaitaSans-Regular;
font-size: 15px;
font-family: "Source Code Pro Black", monospace;
font-size: 11px;
}
window#waybar {
@@ -217,7 +217,7 @@ button:hover {
#tray {
background-color: #343f44;
color: #d3c6aa;
padding: 5px;
padding: 10px;
margin-top: 5px;
margin-bottom: 5px;
margin-left: 5px;

View File

@@ -1,6 +1,6 @@
* {
font-family: "Source Code Pro Black", monospace;
font-size: 13px;
font-size: 11px;
}
window#waybar {

View File

@@ -1,7 +1,7 @@
* {
/* `otf-font-awesome` is required to be installed for icons */
font-family: AdwaitaSans-Regular;
font-size: 15px;
font-family: "Source Code Pro Black", monospace;
font-size: 11px;
}
window#waybar {

View File

@@ -1,6 +1,6 @@
* {
font-family: "Source Code Pro Black", monospace;
font-size: 13px;
font-size: 11px;
}
window#waybar {