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-02-05 09:58:20 +01:00
|
|
|
background: transparent;
|
|
|
|
/* background: rgba(38, 41, 44, 0.5); */
|
2024-03-05 13:28:48 +01:00
|
|
|
}
|
|
|
|
|
2025-02-05 09:58:20 +01:00
|
|
|
#cpu, #custom-gpu, #memory, #disk, #custom-processes, #custom-tcp, #custom-udp, #wireplumber, #clock {
|
|
|
|
color: rgba(255, 255, 255, 0.6);
|
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
|
|
|
}
|