From 7dbf01604485576a8bb2053391bfec89223a0823 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Thu, 15 Sep 2022 15:48:05 +0200 Subject: River: Add wlsunset --- dotfiles/river/init | 1 + 1 file changed, 1 insertion(+) (limited to 'dotfiles') diff --git a/dotfiles/river/init b/dotfiles/river/init index dc2185a..ed3c59c 100755 --- a/dotfiles/river/init +++ b/dotfiles/river/init @@ -19,6 +19,7 @@ riverctl spawn "swayidle -w \ resume 'wlr-randr --output $(wlr-randr | head -n1 | awk "{print $1;}") --on' \ before-sleep 'swaylock -f -F -c 000000'" +riverctl spawn 'wlsunset -l $(echo $LOCATION | cut -d: -f1) -L $(echo $LOCATION | cut -d: -f2)' riverctl spawn "unclutter" riverctl spawn "clipmenud" riverctl spawn "dunst" -- cgit 1.4.1