Updated config

This commit is contained in:
2025-02-11 17:37:34 +01:00
parent 483f1614a0
commit 8931c1696f
9 changed files with 83 additions and 36 deletions

View File

@ -1,18 +1,31 @@
* {
all: unset;
font-family: "UbuntuMono Nerd Font";
font-size: 15px;
padding: 0;
margin: 0;
}
#waybar {
background: transparent;
/* background: rgba(38, 41, 44, 0.5); */
.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;
}
#cpu, #custom-gpu, #memory, #disk, #custom-processes, #custom-tcp, #custom-udp, #wireplumber, #clock {
color: rgba(255, 255, 255, 0.6);
#cpu, #custom-gpu, #memory, #disk, #custom-processes, #custom-tcp, #custom-udp, #custom-pacman, #wireplumber, #clock {
color: rgba(255, 255, 255, 0.75);
border-radius: 3px;
padding: 4px 8px;
margin-left: 4px;
}
#workspaces button {
color: rgba(255, 255, 255, 0.2);
padding: 4px;
}
#workspaces button.active {
color: rgba(255, 255, 255, 0.75);
}