Files
nixos-dotfiles/config/waybar/style.css
T
2026-06-19 10:29:09 +02:00

71 lines
953 B
CSS

* {
font-family: JetBrainsMono Nerd Font;
font-size: 18px;
border: none;
border-radius: 0;
min-height: 0;
}
window#waybar {
background: #0a0a0a;
color: #f3eeea;
border: 1px solid #560500;
border-radius: 8px;
}
#custom-nurgle {
background-image: url("nurgle.png");
background-size: 20px 20px;
background-repeat: no-repeat;
background-position: center;
min-width: 28px;
}
#workspaces button {
color: #f3eeea;
background: transparent;
padding: 0 4px;
}
#workspaces button.focused {
color: #cd0a00;
}
#workspaces button:hover {
color: #cd0a00;
background: transparent;
box-shadow: none;
}
#clock {
color: #f3eeea;
}
#custom-weather {
color: #f3eeea;
padding: 0 8px;
}
#custom-network {
color: #f3eeea;
padding: 0 8px;
}
#cpu {
color: #f3eeea;
padding: 0 8px;
}
#battery {
color: #f3eeea;
padding: 0 8px;
}
#battery.warning {
color: #cd0a00;
}
#battery.critical {
color: #cd0a00;
}