feat: waybar symbolic style

This commit is contained in:
hesam-init 2024-02-12 12:36:41 +03:30
parent 16b5010e7f
commit 607e696b61
2 changed files with 10 additions and 14 deletions

View file

@ -112,23 +112,19 @@
"on-click": "activate", "on-click": "activate",
"format": "{icon}", "format": "{icon}",
"format-icons": { "format-icons": {
"active": "", // dot style :
"default": "", // "active": "",
"1": "", // "default": ""
"2": "", // symbolic style :
"3": "", "1": "",
"4": "", "2": "",
"5": "", "3": "",
"4": "",
"5": "",
"6": "", "6": "",
"7": "", "7": "",
"8": "", "8": "",
"9": "" "9": ""
// "1": "",
// "2": "",
// "3": "",
// "4": "",
// "5": "",
// "6": ""
}, },
"persistent-workspaces": { "persistent-workspaces": {
"*": 6 "*": 6

View file

@ -20,7 +20,7 @@ window#waybar.hidden {
} }
#workspaces * { #workspaces * {
font-size: 12px; font-size: 14px;
} }
#workspaces { #workspaces {