Some waybar styling
This commit is contained in:
@@ -5,9 +5,27 @@ window#waybar {
|
||||
color: @text;
|
||||
}
|
||||
|
||||
#window {
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
#workspaces button {
|
||||
color: @text;
|
||||
border-bottom: 2px solid @base;
|
||||
}
|
||||
|
||||
#workspaces button:hover {
|
||||
box-shadow: inherit;
|
||||
text-shadow: inherit;
|
||||
|
||||
background: @surface0;
|
||||
border-color: @surface1;
|
||||
}
|
||||
|
||||
#workspaces button.active {
|
||||
color: @green;
|
||||
background: @surface2;
|
||||
background: @surface1;
|
||||
border-color: currentcolor;
|
||||
}
|
||||
|
||||
#battery.charging {
|
||||
@@ -22,6 +40,7 @@ window#waybar {
|
||||
|
||||
* {
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
min-height: 0;
|
||||
font-family: "Iosevka Nerd Font Propo", "Font Awesome";
|
||||
font-size: 16px;
|
||||
|
||||
Reference in New Issue
Block a user