dotfiles-guix/home/config/waybar/style.css
2024-06-22 21:34:17 -04:00

141 lines
1.8 KiB
CSS

/** Base */
window#waybar {
font-family: "JetBrains Mono", "Font Awesome 6 Pro", monospace;
font-size: 13.5px;
color: #c7c6c3;
background-color: transparent;
}
window#waybar > box {
margin: 10px;
margin-bottom: 0px;
}
.modules-left,
.modules-right {
padding: 2px 0px;
background-color: #14171d;
border-radius: 4px;
}
/** Workspaces */
#workspaces {
margin-left: 2px;
}
#workspaces button {
all: initial;
color: #c7c6c3;
background-color: transparent;
border-radius: 4px;
padding: 2px 8px;
}
#workspaces button:hover {
background-color: #1a2a3a;
}
#workspaces button.focused,
#workspaces button.active {
background-color: #789ebf;
color: #14171d;
}
#workspaces button.urgent {
background-color: #cc5c5c;
}
/** Window */
window#waybar:not(.empty) #window {
padding: 0 10px;
border-left: 1px solid #4d4754;
color: #c7c6c3;
margin: 0 2px;
}
/** Tray */
#clock,
#battery,
#cpu,
#memory,
#disk,
#temperature,
#backlight,
#network,
#wireplumber,
#custom-media,
#tray,
#mode,
#idle_inhibitor,
#scratchpad,
#custom-cmus,
#custom-newsboat,
#mpd {
padding: 0 10px;
border-right: 1px solid #4d4754;
color: #c7c6c3;
}
#tray {
border: none;
}
#tray > .passive {
-gtk-icon-effect: dim;
}
#tray > .needs-attention {
-gtk-icon-effect: highlight;
}
#battery {
color: #97bd5e;
}
#battery.warning:not(.charging) {
color: #f0c767;
}
#battery.critical:not(.charging) {
color: #cc5c5c;
}
#network.disconnected,
#wireplumber.muted {
color: #cc5c5c;
}
#network.wifi,
#network.ethernet {
color: #789ebf;
}
#wireplumber {
color: #E0DB5F;
}
#backlight {
color: #E05F91;
}
#cpu {
color: #789ebf;
}
#memory {
color: #a97fb3;
}
#temperature {
color: #97bd5e;
}
#temperature.critical {
color: #cc5c5c;
}