mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-06-07 00:03:42 +02:00
feat: waybar symbolic style
This commit is contained in:
parent
16b5010e7f
commit
607e696b61
2 changed files with 10 additions and 14 deletions
|
@ -112,23 +112,19 @@
|
|||
"on-click": "activate",
|
||||
"format": "{icon}",
|
||||
"format-icons": {
|
||||
"active": "",
|
||||
"default": "",
|
||||
"1": "",
|
||||
"2": "",
|
||||
"3": "",
|
||||
"4": "",
|
||||
"5": "",
|
||||
// dot style :
|
||||
// "active": "",
|
||||
// "default": ""
|
||||
// symbolic style :
|
||||
"1": "",
|
||||
"2": "",
|
||||
"3": "",
|
||||
"4": "",
|
||||
"5": "",
|
||||
"6": "",
|
||||
"7": "",
|
||||
"8": "",
|
||||
"9": ""
|
||||
// "1": "",
|
||||
// "2": "",
|
||||
// "3": "",
|
||||
// "4": "",
|
||||
// "5": "",
|
||||
// "6": ""
|
||||
},
|
||||
"persistent-workspaces": {
|
||||
"*": 6
|
||||
|
|
|
@ -20,7 +20,7 @@ window#waybar.hidden {
|
|||
}
|
||||
|
||||
#workspaces * {
|
||||
font-size: 12px;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
#workspaces {
|
||||
|
|
Loading…
Add table
Reference in a new issue