diff options
author | Franck Cuny <franck@fcuny.net> | 2023-06-02 17:50:18 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2023-06-02 17:50:18 -0700 |
commit | e282547f3f8decf2f3525b72c65e2192a2c8f562 (patch) | |
tree | 55d172948f1bd558e5d9eb4b1a2ea6cbca987c4d /home/profiles/waybar.nix | |
parent | workstation: more tweaks for the UI and fonts (diff) | |
download | world-e282547f3f8decf2f3525b72c65e2192a2c8f562.tar.gz |
profiles/waybar: highlight text when one or more unit has failed
Diffstat (limited to 'home/profiles/waybar.nix')
-rw-r--r-- | home/profiles/waybar.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/profiles/waybar.nix b/home/profiles/waybar.nix index 3194c23..a08dc6d 100644 --- a/home/profiles/waybar.nix +++ b/home/profiles/waybar.nix @@ -111,6 +111,7 @@ color: #8c8f91; } #custom-systemd.errors { + color: #C5C8C6; border-bottom: 2px solid #ef8773; } ''; |