59 lines
819 B
CSS
59 lines
819 B
CSS
* {
|
|
font-family: JetBrainsMono Nerd Font;
|
|
font-size: 13px;
|
|
border: none;
|
|
border-radius: 0;
|
|
min-height: 0;
|
|
}
|
|
|
|
window#waybar {
|
|
background: #0a0a0a;
|
|
color: #f3eeea;
|
|
}
|
|
|
|
#custom-nurgle {
|
|
background-image: url("/home/ulve/.config/qtile/icons/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;
|
|
}
|
|
|
|
#cpu {
|
|
color: #f3eeea;
|
|
padding: 0 8px;
|
|
}
|
|
|
|
#battery {
|
|
color: #f3eeea;
|
|
padding: 0 8px;
|
|
}
|
|
|
|
#battery.warning {
|
|
color: #cd0a00;
|
|
}
|
|
|
|
#battery.critical {
|
|
color: #cd0a00;
|
|
}
|