diff options
Diffstat (limited to 'dot_config/waybar/style.css')
| -rw-r--r-- | dot_config/waybar/style.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dot_config/waybar/style.css b/dot_config/waybar/style.css index 4866f11..cb4dd86 100644 --- a/dot_config/waybar/style.css +++ b/dot_config/waybar/style.css @@ -60,10 +60,23 @@ window#waybar { #custom-webcam, #custom-dock, #custom-notifications, +#custom-update, #custom-thunderbird { padding: 0 6px; } +#custom-update.fresh { + padding: 0; +} + +#custom-update.warn { + color: #fabd2f; /* yellow — stale 24h–7d */ +} + +#custom-update.critical { + color: #fb4934; /* red — stale ≥ 7d */ +} + #cpu { color: #83a598; /* blue */ } |
