mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-04-26 21:53:42 +02:00
chore: waybar workspaces and tray style
This commit is contained in:
parent
da6f741766
commit
9b20447e77
2 changed files with 7 additions and 2 deletions
|
@ -104,7 +104,7 @@
|
||||||
},
|
},
|
||||||
"tray": {
|
"tray": {
|
||||||
"icon-size": 14,
|
"icon-size": 14,
|
||||||
"spacing": 6
|
"spacing": 8
|
||||||
},
|
},
|
||||||
"hyprland/workspaces": {
|
"hyprland/workspaces": {
|
||||||
"disable-scroll": true,
|
"disable-scroll": true,
|
||||||
|
|
|
@ -40,7 +40,12 @@ window#waybar.hidden {
|
||||||
#tray {
|
#tray {
|
||||||
background-color: @backgrounddark;
|
background-color: @backgrounddark;
|
||||||
border: #272727 1px solid;
|
border: #272727 1px solid;
|
||||||
padding: 0px 8px;
|
padding: 0px 6px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#workspaces,
|
||||||
|
#tray {
|
||||||
|
padding: 0px 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces * {
|
#workspaces * {
|
||||||
|
|
Loading…
Add table
Reference in a new issue