chore: waybar workspaces and tray style

This commit is contained in:
hesam-init 2024-02-24 01:34:16 +03:30
parent da6f741766
commit 9b20447e77
2 changed files with 7 additions and 2 deletions

View file

@ -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,

View file

@ -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 * {