diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-09-15 16:26:38 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-09-15 16:26:38 +0200 |
commit | c10858570dd30e32e429b3f63d6d6b24e4c091a0 (patch) | |
tree | 7c27b7e5d05834605f101e73e18c4b905680c743 /dotfiles/river | |
parent | River: Add wlsunset (diff) | |
download | nixos-config-c10858570dd30e32e429b3f63d6d6b24e4c091a0.tar.gz nixos-config-c10858570dd30e32e429b3f63d6d6b24e4c091a0.tar.bz2 nixos-config-c10858570dd30e32e429b3f63d6d6b24e4c091a0.zip |
Use swaylock-effects instead of swaylock for showing clock
Diffstat (limited to 'dotfiles/river')
-rwxr-xr-x | dotfiles/river/init | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dotfiles/river/init b/dotfiles/river/init index ed3c59c..6edf219 100755 --- a/dotfiles/river/init +++ b/dotfiles/river/init @@ -14,10 +14,10 @@ riverctl spawn "xrdb ~/.Xresources" riverctl spawn "xmodmap ~/.Xmodmap" riverctl spawn "swaybg -i ~/Images/Wallpapers/Day/wave.jpg" riverctl spawn "swayidle -w \ - timeout 300 'swaylock -f -F -c 000000' \ + timeout 300 'swaylock --clock --indicator -f -F -c 000000' \ 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 -f -F -c 000000'" + before-sleep 'swaylock --clock --indicator -f -F -c 000000'" riverctl spawn 'wlsunset -l $(echo $LOCATION | cut -d: -f1) -L $(echo $LOCATION | cut -d: -f2)' riverctl spawn "unclutter" |