mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-04-27 00:53:42 +02:00
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",
|
"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,
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue