dotfiles/waybar/style.css
Freyja Wildes 0d5c04994a [waybar] New more simple style
All modules have the same light orange color on dark background. Font
size increased for better reading
2025-03-26 14:37:47 +01:00

94 lines
1.5 KiB
CSS

window {
font-size: 15pt;
background: rgba(25, 25, 25, 1);
}
window#waybar.solo {
background: rgba(1, 1, 1, 0.40);
}
#workspaces {
}
#workspaces button {
margin: 0px 2px;
color: rgba(143, 130, 240, 0.8);
background: rgba(40, 40, 40, 0.90);
}
#workspaces button.visible {
color: rgba(217, 216, 216, 1);
}
#workspaces button.focused {
border-top: 3px solid;
border-top-color: rgba(222, 178, 116, 0.8);
color: rgba(222, 178, 116, 0.8);
}
#workspaces button:hover {
transition: none;
border-top: 3px solid rgba(105, 219, 24, 1);
color: rgba(105, 219, 24, 1);
}
#workspaces button.urgent {
color: rgba(220, 50, 50, 1);
background: rgba(100, 10, 0, 0.7);
}
#battery, #cpu, #memory, #temperature, #wireplumber, #language, #backlight, #clock {
margin: 0px 2px;
padding: 0px 10px;
min-width: 25px;
color: rgba(222, 178, 116, 0.8);
background: rgba(42, 42, 42, 0.9);
border-color: rgba(222, 178, 116, 0.8);
border-bottom: 3px solid;
border-radius: 2px;
}
#backlight {
}
#battery.warning {
color: rgba(255, 210, 4, 1);
background: rgba(15, 15, 15, 0.85);
}
#battery.critical {
color: rgba(238, 46, 36, 1);
background: rgba(15, 15, 15, 0.85);
}
#battery.charging {
color: rgba(217, 216, 216, 1);
}
#clock {
font-size: 17pt;
}
#cpu {
}
#language {
}
#memory {
}
#temperature {
}
#temperature.critical {
background: rgba(205, 92, 92, 0.85);
}
#tray {
padding: 0px 3px;
transition: none;
}
#wireplumber {
}