push all the updates

This commit is contained in:
2026-04-15 20:27:52 +02:00
parent 0936134f92
commit feca201858
9 changed files with 636 additions and 0 deletions

37
.config/waybar/style.css Normal file
View File

@@ -0,0 +1,37 @@
@import url("/etc/xdg/waybar/style.css");
#custom-screenshot,
#idle_inhibitor,
#pulseaudio,
#network,
#clock,
#cpu,
#memory,
#tray,
#custom-mount-data,
#custom-mount-usb1 {
font-family: "SauceCodePro Nerd Font", "SauceCodePro Nerd Font Mono", "Symbols Nerd Font Mono", "Symbols Nerd Font", "Font Awesome 7 Free", sans-serif;
}
#custom-screenshot {
padding: 0 10px;
}
#custom-mount-data,
#custom-mount-usb1 {
padding: 0 10px;
border-radius: 6px;
font-weight: 600;
}
#custom-mount-data.mounted,
#custom-mount-usb1.mounted {
color: #a3be8c;
background: rgba(163, 190, 140, 0.12);
}
#custom-mount-data.unmounted,
#custom-mount-usb1.unmounted {
color: #bf616a;
background: rgba(191, 97, 106, 0.14);
}