40 lines
549 B
CSS
40 lines
549 B
CSS
* {
|
|
font-family: JetBrainsMono Nerd Font;
|
|
font-size: 13px;
|
|
}
|
|
|
|
window#waybar {
|
|
background: rgba(29,31,33,0.9);
|
|
color: #c5c8c6;
|
|
}
|
|
|
|
#workspaces button {
|
|
padding: 0 8px;
|
|
color: #707880;
|
|
}
|
|
|
|
#workspaces button.focused {
|
|
color: #81a2be;
|
|
}
|
|
|
|
#clock, #battery, #network, #pulseaudio,
|
|
#custom-power-profile, #custom-fan-profile {
|
|
padding: 0 12px;
|
|
}
|
|
|
|
#custom-power-profile.performance {
|
|
color: #f0c674;
|
|
}
|
|
|
|
#custom-power-profile.power-saver {
|
|
color: #b5bd68;
|
|
}
|
|
|
|
#battery.warning {
|
|
color: #f0c674;
|
|
}
|
|
|
|
#battery.critical {
|
|
color: #cc6666;
|
|
}
|