diff options
author | sefidel <contact@sefidel.net> | 2024-05-12 10:05:14 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2024-05-12 10:05:14 +0900 |
commit | 79c13997f58085b7c81aad1f8e6dce6f148f8d14 (patch) | |
tree | ba110560ab03f260846bcccaa41b2acd1bc72816 /home/profiles/gui/config/waybar | |
parent | e7fdb40141db8b0cdacf9b888bd96389f6001250 (diff) | |
download | nixrc-79c13997f58085b7c81aad1f8e6dce6f148f8d14.tar.gz nixrc-79c13997f58085b7c81aad1f8e6dce6f148f8d14.zip |
feat(home/gui): waybar: change blink colour
Diffstat (limited to 'home/profiles/gui/config/waybar')
-rw-r--r-- | home/profiles/gui/config/waybar/style.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/profiles/gui/config/waybar/style.nix b/home/profiles/gui/config/waybar/style.nix index 05d3746..0c807c2 100644 --- a/home/profiles/gui/config/waybar/style.nix +++ b/home/profiles/gui/config/waybar/style.nix @@ -70,7 +70,7 @@ in @keyframes blink { to { - background-color: #${color4}; + background-color: #f0a0c0; color: #${background}; } } |