85 lines
990 B
CSS
Raw Normal View History

2024-09-04 00:54:15 +06:00
* {
2025-02-18 01:36:51 +06:00
font-size: 14px;
2025-02-15 20:38:47 +06:00
font-family: monospace;
2024-09-04 00:54:15 +06:00
}
2025-02-15 20:38:47 +06:00
window#waybar {
background: #292b2e;
color: #fdf6e3;
2024-09-04 00:54:15 +06:00
}
2025-02-15 20:38:47 +06:00
#custom-right-arrow-dark,
#custom-left-arrow-dark {
color: #1a1a1a;
2024-09-04 00:54:15 +06:00
}
2025-02-15 20:38:47 +06:00
#custom-right-arrow-light,
#custom-left-arrow-light {
color: #292b2e;
background: #1a1a1a;
2024-09-04 00:54:15 +06:00
}
2025-02-15 20:38:47 +06:00
#workspaces,
#clock.1,
#clock.2,
#clock.3,
#pulseaudio,
#memory,
#cpu,
#battery,
#disk,
#network,
#language,
#tray {
background: #1a1a1a;
2024-09-04 00:54:15 +06:00
}
#workspaces button {
2025-02-15 20:38:47 +06:00
padding: 0 2px;
color: #fdf6e3;
2024-09-04 00:54:15 +06:00
}
#workspaces button.focused {
2025-02-15 20:38:47 +06:00
color: #268bd2;
2024-09-04 00:54:15 +06:00
}
#workspaces button:hover {
2025-02-15 20:38:47 +06:00
box-shadow: inherit;
text-shadow: inherit;
2024-09-04 00:54:15 +06:00
}
2025-02-15 20:38:47 +06:00
#workspaces button:hover {
background: #1a1a1a;
border: #1a1a1a;
padding: 0 3px;
2024-09-04 00:54:15 +06:00
}
#pulseaudio {
2025-02-15 20:38:47 +06:00
color: #268bd2;
2024-09-04 00:54:15 +06:00
}
#memory {
2025-02-15 20:38:47 +06:00
color: #2aa198;
2024-09-04 00:54:15 +06:00
}
#cpu {
2025-02-15 20:38:47 +06:00
color: #6c71c4;
2024-09-04 00:54:15 +06:00
}
#battery {
2025-02-15 20:38:47 +06:00
color: #859900;
2024-09-04 00:54:15 +06:00
}
2025-02-15 20:38:47 +06:00
#disk {
color: #b58900;
2024-09-04 00:54:15 +06:00
}
2025-02-15 20:38:47 +06:00
#network {
color: #C7EFCF;
2024-09-04 00:54:15 +06:00
}
2025-02-15 20:38:47 +06:00
#language {
color: #E4DFDA;
2024-09-04 00:54:15 +06:00
}
2025-02-15 20:38:47 +06:00
#clock,
#pulseaudio,
#memory,
#cpu,
#battery,
#language,
#disk {
padding: 0 10px;
2024-09-04 00:54:15 +06:00
}