about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2024-05-12 10:05:14 +0900
committersefidel <contact@sefidel.net>2024-05-12 10:05:14 +0900
commit79c13997f58085b7c81aad1f8e6dce6f148f8d14 (patch)
treeba110560ab03f260846bcccaa41b2acd1bc72816
parente7fdb40141db8b0cdacf9b888bd96389f6001250 (diff)
downloadnixrc-79c13997f58085b7c81aad1f8e6dce6f148f8d14.tar.gz
nixrc-79c13997f58085b7c81aad1f8e6dce6f148f8d14.zip
feat(home/gui): waybar: change blink colour
-rw-r--r--home/profiles/gui/config/waybar/style.nix2
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};
     }
   }