Minor waybar css fixes
This commit is contained in:
parent
952824a49a
commit
9d5585d85a
@ -14,24 +14,20 @@ window#waybar {
|
|||||||
border: 4px solid @crust;
|
border: 4px solid @crust;
|
||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
color: @peach;
|
color: @peach;
|
||||||
|
padding: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
window#waybar.hidden {
|
window#waybar.hidden {
|
||||||
opacity: 0.2;
|
opacity: 0.2;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces {
|
|
||||||
background: transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
#workspaces button {
|
#workspaces button {
|
||||||
color: @peach;
|
color: @peach;
|
||||||
background: transparent;
|
|
||||||
transition: all 0.1s ease;
|
transition: all 0.1s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button.active {
|
#workspaces button.active {
|
||||||
background-color: alpha(@base, 0.5);
|
background-color: @base;
|
||||||
margin-top: 2px;
|
margin-top: 2px;
|
||||||
margin-bottom: 2px;
|
margin-bottom: 2px;
|
||||||
transition: all 0.1s ease;
|
transition: all 0.1s ease;
|
||||||
@ -40,9 +36,7 @@ window#waybar.hidden {
|
|||||||
.modules-left,
|
.modules-left,
|
||||||
.modules-center,
|
.modules-center,
|
||||||
.modules-right {
|
.modules-right {
|
||||||
background: alpha(@mantle, 0.6);
|
padding: 4px;
|
||||||
margin: 4px;
|
|
||||||
padding: 0 5px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#clock,
|
#clock,
|
||||||
@ -52,15 +46,12 @@ window#waybar.hidden {
|
|||||||
#network,
|
#network,
|
||||||
#temperature,
|
#temperature,
|
||||||
#tray,
|
#tray,
|
||||||
#workspaces,
|
|
||||||
#wireplumber,
|
#wireplumber,
|
||||||
#custom-gpu,
|
#custom-gpu,
|
||||||
#custom-poweroff,
|
#custom-poweroff,
|
||||||
#custom-weather {
|
#custom-weather {
|
||||||
background-color: @base;
|
background-color: @base;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
margin-top: 4px;
|
|
||||||
margin-bottom: 4px;
|
|
||||||
margin-left: 6px;
|
margin-left: 6px;
|
||||||
margin-right: 6px;
|
margin-right: 6px;
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
|
Loading…
Reference in New Issue
Block a user