diff options
Diffstat (limited to 'dot_config/waybar/style.css')
| -rw-r--r-- | dot_config/waybar/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dot_config/waybar/style.css b/dot_config/waybar/style.css index 71c8b3d..f0d764d 100644 --- a/dot_config/waybar/style.css +++ b/dot_config/waybar/style.css @@ -49,6 +49,7 @@ window#waybar { #custom-memory, #custom-wifi, #custom-webcam, +#custom-dock, #custom-notifications, #custom-thunderbird { padding: 0 6px; @@ -123,6 +124,10 @@ window#waybar { color: #fb4934; /* red — only rendered when webcam is in use */ } +#custom-dock.docked { + color: #b8bb26; /* green — desk mode */ +} + #custom-notifications { color: #928374; /* gray baseline */ } |
