Fix missing icons + add widget ethernet
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
* {
|
||||
font-family: FantasqueSansM Nerd Font;
|
||||
font-size: 13px;
|
||||
font-family: Hack Nerd Font Mono;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
window#waybar {
|
||||
@@ -89,6 +89,7 @@ button:hover {
|
||||
#backlight,
|
||||
#language,
|
||||
#network,
|
||||
#network.wired,
|
||||
#pulseaudio,
|
||||
#wireplumber,
|
||||
#custom-media,
|
||||
@@ -193,6 +194,10 @@ label:focus {
|
||||
background-color: #2980b9;
|
||||
}
|
||||
|
||||
#network.wired {
|
||||
background-color: #2980b9;
|
||||
}
|
||||
|
||||
#network.disconnected {
|
||||
background-color: #f53c3c;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user