fix: waybar style
This commit is contained in:
parent
1b949e4d72
commit
a264abe2a3
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
"layer": "top",
|
||||
"position": "top",
|
||||
"spacing": 5,
|
||||
"height": 28,
|
||||
"height": 30,
|
||||
"margin-top": 6,
|
||||
"margin-bottom": 4,
|
||||
"margin-left": 6,
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue