17 lines
308 B
CSS
Raw Normal View History

2024-02-29 22:11:08 +01:00
* {
2025-01-24 11:04:56 +01:00
font-family: "UbuntuMono Nerd Font";
font-size: 15px;
2024-03-02 17:06:30 +01:00
padding: 0;
margin: 0;
2024-02-29 22:11:08 +01:00
}
2024-03-05 13:28:48 +01:00
#waybar {
2025-01-25 22:59:35 +01:00
background: rgba(38, 41, 44, 0.5);
2024-03-05 13:28:48 +01:00
}
2025-02-02 11:05:39 +01:00
#cpu, #custom-gpu, #memory, #disk, #custom-processes, #wireplumber, #clock {
2025-01-25 22:59:35 +01:00
color: rgba(255, 255, 255, 0.8);
2024-03-25 13:55:15 +01:00
border-radius: 3px;
2025-01-24 11:04:56 +01:00
padding: 4px 8px;
2025-01-25 22:59:35 +01:00
margin-left: 4px;
2025-01-25 22:09:37 +01:00
}