80 lines
932 B
CSS
80 lines
932 B
CSS
* {
|
|
font-size: 30px;
|
|
font-family: monospace;
|
|
}
|
|
|
|
window#waybar {
|
|
background: #282a36;
|
|
color: #f8f8f2;
|
|
}
|
|
|
|
#custom-right-arrow-dark,
|
|
#custom-left-arrow-dark {
|
|
color: #252525;
|
|
}
|
|
#custom-right-arrow-light,
|
|
#custom-left-arrow-light {
|
|
color: #282a36;
|
|
background: #252525;
|
|
}
|
|
|
|
#workspaces,
|
|
#clock.1,
|
|
#clock.2,
|
|
#clock.3,
|
|
#network,
|
|
#pulseaudio,
|
|
#memory,
|
|
#cpu,
|
|
#battery,
|
|
#disk,
|
|
#tray {
|
|
background: #252525;
|
|
}
|
|
|
|
#workspaces button {
|
|
padding: 0 4px;
|
|
color: #f8f8f2;
|
|
}
|
|
#workspaces button.focused {
|
|
color: #50fa7b;
|
|
}
|
|
#workspaces button:hover {
|
|
box-shadow: inherit;
|
|
text-shadow: inherit;
|
|
}
|
|
#workspaces button:hover {
|
|
background: #252525;
|
|
border: #252525;
|
|
padding: 0 6px;
|
|
}
|
|
|
|
#network {
|
|
color: #8be9fd;
|
|
}
|
|
#pulseaudio {
|
|
color: #6272a4;
|
|
}
|
|
#memory {
|
|
color: #f8f8f2;
|
|
}
|
|
#cpu {
|
|
color: #bd93f9;
|
|
}
|
|
#battery {
|
|
color: #f1fa8c;
|
|
}
|
|
#disk {
|
|
color: #ffb86c;
|
|
}
|
|
|
|
#clock,
|
|
#network,
|
|
#pulseaudio,
|
|
#memory,
|
|
#cpu,
|
|
#battery,
|
|
#disk {
|
|
padding: 0 20px;
|
|
}
|