Files
dotfiles/shared/.config/waybar/style.css
2025-11-11 13:15:25 -05:00

141 lines
1.8 KiB
CSS

* {
border: none;
border-radius: 0;
font-family: "Hack Nerd Font Mono";
font-size: 13px;
min-height: 0;
}
window#waybar {
background-color: rgba(40, 40, 40, 0.0);
color: #ebdbb2;
}
/* Left modules */
#workspaces button {
padding: 0 8px;
background-color: transparent;
color: #ebdbb2;
}
#workspaces button:hover {
background-color: transparent;
color: #fabd2f;
}
#workspaces button.focused {
background-color: transparent;
color: #fe8019;
font-weight: bold;
}
#workspaces button.urgent {
background-color: transparent;
color: #fb4934;
}
#mode {
background-color: transparent;
color: #fb4934;
padding: 0 8px;
}
#scratchpad {
background-color: transparent;
color: #ebdbb2;
padding: 0 8px;
}
/* Center module */
#window {
background-color: transparent;
color: #ebdbb2;
padding: 0 8px;
}
/* Right modules */
#idle_inhibitor,
#pulseaudio,
#network,
#cpu,
#memory,
#temperature,
#backlight,
#battery,
#tray,
#clock {
background-color: transparent;
color: #ebdbb2;
padding: 0 8px;
}
#idle_inhibitor.activated {
color: #b8bb26;
}
#idle_inhibitor.deactivated {
color: #928374;
}
#pulseaudio.muted {
color: #928374;
}
#network.disconnected {
color: #fb4934;
}
#cpu {
color: #b8bb26;
}
#memory {
color: #fabd2f;
}
#temperature {
color: #8ec07c;
}
#temperature.critical {
color: #fb4934;
}
#backlight {
color: #d3869b;
}
#battery {
color: #b8bb26;
}
#battery.charging {
color: #8ec07c;
}
#battery.warning:not(.charging) {
color: #fabd2f;
}
#battery.critical:not(.charging) {
color: #fb4934;
}
#clock {
color: #83a598;
font-weight: bold;
}
#tray {
padding: 0 8px;
}
#tray > .passive {
-gtk-icon-effect: dim;
}
#tray > .needs-attention {
-gtk-icon-effect: highlight;
color: #fb4934;
}