mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-04-25 13:56:55 +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": {
|
||||
"icon-size": 14,
|
||||
"spacing": 6
|
||||
"spacing": 8
|
||||
},
|
||||
"hyprland/workspaces": {
|
||||
"disable-scroll": true,
|
||||
|
|
|
@ -40,7 +40,12 @@ window#waybar.hidden {
|
|||
#tray {
|
||||
background-color: @backgrounddark;
|
||||
border: #272727 1px solid;
|
||||
padding: 0px 8px;
|
||||
padding: 0px 6px;
|
||||
}
|
||||
|
||||
#workspaces,
|
||||
#tray {
|
||||
padding: 0px 12px;
|
||||
}
|
||||
|
||||
#workspaces * {
|
||||
|
|
Loading…
Add table
Reference in a new issue