Files
nixos-config/home/duynguyen/config/waybar/style.css
T

96 lines
1.2 KiB
CSS

* {
font-family: "JetBrainsMono Nerd Font", "Font Awesome 6 Free", "FreeSans", sans-serif;
font-size: 13px;
border: none;
border-radius: 0;
min-height: 0;
margin: 0;
padding: 0;
}
window#waybar {
background-color: #1e1e2e;
color: #cdd6f4;
}
.modules-left,
.modules-center,
.modules-right {
margin: 4px 8px;
}
#workspaces button {
padding: 0 8px;
color: #6c7086;
background: transparent;
}
#workspaces button.active {
color: #cdd6f4;
font-weight: bold;
}
#workspaces button:hover {
color: #89b4fa;
box-shadow: none;
text-shadow: none;
background: transparent;
}
#window {
color: #a6adc8;
padding: 0 8px;
}
#clock,
#battery,
#network,
#pulseaudio,
#bluetooth,
#cpu,
#tray,
#custom-menu,
#custom-expand-icon {
padding: 0 10px;
color: #cdd6f4;
}
#clock {
font-weight: bold;
}
#custom-menu {
color: #89b4fa;
font-size: 16px;
padding: 0 12px;
}
#custom-expand-icon {
padding: 0 6px;
color: #6c7086;
}
.tray-group-item {
padding: 0 4px;
}
#battery.warning {
color: #f9e2af;
}
#battery.critical {
color: #f38ba8;
}
#network.disconnected {
color: #f38ba8;
}
#bluetooth.disabled {
color: #6c7086;
}
#pulseaudio.muted {
color: #6c7086;
}