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",
"position": "top",
"spacing": 5,
"height": 28,
"height": 30,
"margin-top": 6,
"margin-bottom": 4,
"margin-left": 6,

View file

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