about summary refs log tree commit diff
path: root/dotfiles
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-09-20 16:00:58 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-09-20 16:00:58 +0200
commit8b0f982c2c4a3427a06d25a27e056349de9d8e77 (patch)
treed47571f75d77a88fcb8717c9cde01cefc2de7c6e /dotfiles
parentfmt (diff)
downloadnixos-config-8b0f982c2c4a3427a06d25a27e056349de9d8e77.tar.gz
nixos-config-8b0f982c2c4a3427a06d25a27e056349de9d8e77.tar.bz2
nixos-config-8b0f982c2c4a3427a06d25a27e056349de9d8e77.zip
dotfiles: swaylock: Change ring and ring-key colors
Diffstat (limited to 'dotfiles')
-rwxr-xr-xdotfiles/river/init4
1 files changed, 2 insertions, 2 deletions
diff --git a/dotfiles/river/init b/dotfiles/river/init
index 7e669a4..0ae3bd6 100755
--- a/dotfiles/river/init
+++ b/dotfiles/river/init
@@ -13,10 +13,10 @@
 riverctl spawn "xrdb ~/.Xresources"
 riverctl spawn "xmodmap ~/.Xmodmap"
 riverctl spawn "swayidle -w \
-        timeout 300 'swaylock --clock --indicator -f -F -c 000000' \
+        timeout 300 'swaylock --clock --indicator -f -F -c 000000 --ring-color 005577 --key-hl-color 444444' \
 	timeout 400 'wlr-randr --output $(wlr-randr | head -n1 | awk "{print $1;}") --off' \
 	resume 'wlr-randr --output $(wlr-randr | head -n1 | awk "{print $1;}") --on' \
-        before-sleep 'swaylock --clock --indicator -f -F -c 000000'"
+        before-sleep 'swaylock --clock --indicator -f -F -c 000000 --ring-color 005577 --key-hl-color 444444'"
 
 riverctl spawn 'wlsunset -l $(echo $LOCATION | cut -d: -f1) -L $(echo $LOCATION | cut -d: -f2)'
 riverctl spawn "unclutter"