etc/config/waybar/style.css

85 lines
959 B
CSS
Raw Normal View History

2020-07-15 11:37:21 +02:00
* {
border: none;
border-radius: 0;
/* font-family: monospace; */
font-family: "Noto Sans Mono CJK JP";
font-size: 15px;
min-height: 0;
}
window#waybar{
background: #222;
color: white;
}
#window {
}
#workspaces button {
padding: 0 15px;
color: white;
}
#workspaces button.focused {
color: black;
background: #bbb;
}
#mode {
}
#clock, #battery, #cpu, #memory, #network, #pulseaudio, #idle_inhibitor, #tray,
#workspaces, #window, #disk {
padding: 0px 12px;
margin: 0 3px;
}
#clock {
}
#battery.full {
/* color: LimeGreen; */
}
#battery.charging:not(.full) {
/* color: LimeGreen; */
}
#battery.warning:not(.charging) {
color: DarkOrange;
}
#battery.critical:not(.charging) {
color: Tomato;
}
#cpu {
}
#memory {
}
#network {
}
#network.disconnected {
}
#pulseaudio {
}
#pulseaudio.muted {
}
#tray {
}
#idle_inhibitor {
min-width: 2em;
}
#idle_inhibitor.activated {
color: black;
background: Orange;
}