54 lines
760 B
CSS
54 lines
760 B
CSS
* {
|
|
border: none;
|
|
border-radius: 0;
|
|
font-size: 14px;
|
|
min-height: 0;
|
|
}
|
|
|
|
window#waybar {
|
|
background: #000000;
|
|
color: #f2d2bd;
|
|
}
|
|
|
|
#workspaces button {
|
|
padding: 0 5px;
|
|
background: transparent;
|
|
color: #ffffff;
|
|
border-bottom: 3px solid transparent;
|
|
}
|
|
#mode {
|
|
background: #64727D;
|
|
border-bottom: 3px solid #ffffff;
|
|
}
|
|
|
|
#clock, #battery, #cpu, #memory, #temperature, #backlight, #network, #pulseaudio, #custom-media, #tray, #mode, #idle_inhibitor {
|
|
padding: 0 10px;
|
|
margin: 0 5px;
|
|
}
|
|
|
|
#clock {
|
|
color: #f2d2bd;
|
|
font-weight: bold;
|
|
}
|
|
|
|
#battery {
|
|
color: #f2d2bd;
|
|
}
|
|
|
|
#battery.charging {
|
|
color: #f2d2bd;
|
|
}
|
|
|
|
#cpu {
|
|
color: #f2d2bd;
|
|
}
|
|
|
|
#memory {
|
|
color: #f2d2bd;
|
|
}
|
|
|
|
#network {
|
|
color: #f2d2bd;
|
|
}
|
|
|