Fix missing icons + add widget ethernet

This commit is contained in:
François
2026-05-17 21:14:46 +02:00
parent 575854e772
commit dad2cac089
2 changed files with 27 additions and 11 deletions

View File

@@ -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;
}