mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-06-07 00:23:43 +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",
|
"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
|
||||||
|
|
|
@ -20,7 +20,7 @@ window#waybar.hidden {
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces * {
|
#workspaces * {
|
||||||
font-size: 12px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces {
|
#workspaces {
|
||||||
|
|
Loading…
Add table
Reference in a new issue