fix: waybar style

This commit is contained in:
hesam-init 2024-02-22 23:21:23 +03:30
parent 1b949e4d72
commit a264abe2a3
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
"layer": "top", "layer": "top",
"position": "top", "position": "top",
"spacing": 5, "spacing": 5,
"height": 28, "height": 30,
"margin-top": 6, "margin-top": 6,
"margin-bottom": 4, "margin-bottom": 4,
"margin-left": 6, "margin-left": 6,

View file

@ -19,12 +19,13 @@ window#waybar.hidden {
} }
#workspaces * { #workspaces * {
font-size: 14px; font-size: 12px;
} }
#workspaces { #workspaces {
background-color: @backgrounddark; background-color: @backgrounddark;
padding: 0px 6px; border: #272727 1px solid;
padding: 0px 4px;
} }
#workspaces button { #workspaces button {
@ -65,8 +66,7 @@ window#waybar.hidden {
#idle_inhibitor, #idle_inhibitor,
#mpd, #mpd,
#wireplumber, #wireplumber,
#language, #language {
#workspaces {
background-color: @backgrounddark; background-color: @backgrounddark;
border: #272727 1px solid; border: #272727 1px solid;
padding: 0px 6px; padding: 0px 6px;