100 lines
1.2 KiB
CSS
100 lines
1.2 KiB
CSS
* {
|
|
font-size: 15px;
|
|
font-family: monospace;
|
|
}
|
|
|
|
window#waybar {
|
|
background: #292b2e;
|
|
color: #fdf6e3;
|
|
}
|
|
|
|
#custom-right-arrow-dark,
|
|
#custom-left-arrow-dark {
|
|
color: #1a1a1a;
|
|
}
|
|
#custom-right-arrow-light,
|
|
#custom-left-arrow-light {
|
|
color: #292b2e;
|
|
background: #1a1a1a;
|
|
}
|
|
|
|
#custom-updates {
|
|
color: #F3881F;
|
|
background: #1a1a1a;
|
|
}
|
|
#custom-power {
|
|
color: #ff8080;
|
|
background: #1a1a1a;
|
|
}
|
|
#custom-launcher,
|
|
#workspaces,
|
|
#clock.1,
|
|
#clock.2,
|
|
#clock.3,
|
|
#pulseaudio,
|
|
#battery,
|
|
#backlight,
|
|
#network,
|
|
#memory,
|
|
#cpu,
|
|
#disk,
|
|
#tray {
|
|
background: #1a1a1a;
|
|
}
|
|
|
|
#battery.charging, #battery.plugged {
|
|
color: #00ff00;
|
|
}
|
|
|
|
#battery.critical:not(.charging) {
|
|
color: #FF0000;
|
|
}
|
|
|
|
#workspaces button {
|
|
padding: 0 2px;
|
|
color: #fdf6e3;
|
|
}
|
|
#workspaces button.focused {
|
|
color: #268bd2;
|
|
}
|
|
#workspaces button:hover {
|
|
box-shadow: inherit;
|
|
text-shadow: inherit;
|
|
}
|
|
#workspaces button:hover {
|
|
background: #1a1a1a;
|
|
border: #1a1a1a;
|
|
padding: 0 3px;
|
|
}
|
|
|
|
#battery {
|
|
color: #b5e8e0;
|
|
}
|
|
#backlight {
|
|
color: #ffff80;
|
|
}
|
|
#pulseaudio {
|
|
color: #268bd2;
|
|
}
|
|
#memory {
|
|
color: #2aa198;
|
|
}
|
|
#cpu {
|
|
color: #6c71c4;
|
|
}
|
|
#disk {
|
|
color: #b58900;
|
|
}
|
|
|
|
#clock,
|
|
#pulseaudio,
|
|
#backlight,
|
|
#battery,
|
|
#memory,
|
|
#cpu,
|
|
#tray,
|
|
#network,
|
|
#disk {
|
|
padding: 0 10px;
|
|
}
|