Compare commits

..

1 Commits

Author SHA1 Message Date
a5ec10426d re-tweak waybar workspace config 2025-10-28 15:07:35 -04:00
2 changed files with 7 additions and 19 deletions

View File

@@ -18,25 +18,9 @@
"on-click": "activate", "on-click": "activate",
"format": "{icon}", "format": "{icon}",
"format-icons": { "format-icons": {
"default": "", "on-click": "activate",
"1": "1", "format": "{icon}",
"2": "2",
"3": "3",
"4": "4",
"5": "5",
"6": "6",
"7": "7",
"8": "8",
"9": "9",
"active": "󱓻"
}, },
"persistent-workspaces": {
"1": [],
"2": [],
"3": [],
"4": [],
"5": []
}
}, },
"custom/omarchy": { "custom/omarchy": {
"format": "<span font='omarchy'>\ue900</span>", "format": "<span font='omarchy'>\ue900</span>",

View File

@@ -2,7 +2,7 @@
* { * {
background-color: @background; background-color: @background;
color: @foreground; /* color: @foreground; */
border: none; border: none;
border-radius: 0; border-radius: 0;
@@ -30,6 +30,10 @@
opacity: 0.5; opacity: 0.5;
} }
#workspaces button.active {
color: #bfe28c;
}
#cpu, #cpu,
#battery, #battery,
#pulseaudio, #pulseaudio,