35 lines
675 B
CSS
Raw Normal View History

2024-02-29 22:11:08 +01:00
* {
2025-02-11 17:37:34 +01:00
all: unset;
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
}
2025-02-11 17:37:34 +01:00
.modules-left, .modules-center, .modules-right {
background: rgba(38, 41, 44, 0.5);
border: 1px #4f4f4f solid;
border-radius: 3px;
margin: 8px;
margin-bottom: 0;
2024-03-05 13:28:48 +01:00
}
2025-02-11 17:37:34 +01:00
#cpu, #custom-gpu, #memory, #disk, #custom-processes, #custom-tcp, #custom-udp, #custom-pacman, #wireplumber, #clock {
color: rgba(255, 255, 255, 0.75);
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-02-11 17:37:34 +01:00
}
#workspaces button {
2025-02-11 17:54:18 +01:00
color: rgba(255, 255, 255, 0.1);
2025-02-11 17:37:34 +01:00
padding: 4px;
}
2025-02-11 17:54:18 +01:00
#workspaces button.empty {
color: transparent;
}
2025-02-11 17:37:34 +01:00
#workspaces button.active {
color: rgba(255, 255, 255, 0.75);
2025-01-25 22:09:37 +01:00
}