More styling
This commit is contained in:
@@ -19,3 +19,33 @@ window#waybar {
|
|||||||
color: @base;
|
color: @base;
|
||||||
background: @yellow;
|
background: @yellow;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
* {
|
||||||
|
border: none;
|
||||||
|
min-height: 0;
|
||||||
|
font-family: "Font Awesome";
|
||||||
|
font-size: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#workspaces, #tray, #battery, #backlight, #pulseaudio, #network {
|
||||||
|
padding: 0 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#network.ethernet, #network.wifi {
|
||||||
|
color: @base;
|
||||||
|
background: @blue;
|
||||||
|
}
|
||||||
|
|
||||||
|
#network.disabled, #network.disconnected {
|
||||||
|
color: @base;
|
||||||
|
background: @red;
|
||||||
|
}
|
||||||
|
|
||||||
|
#pulseaudio {
|
||||||
|
color: @base;
|
||||||
|
background: @green;
|
||||||
|
}
|
||||||
|
|
||||||
|
#pulseaudio.muted {
|
||||||
|
background: @red;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user