From 2f999d667e1812a315e6c016c1439267f129ff2e Mon Sep 17 00:00:00 2001 From: Baitinq Date: Thu, 15 Sep 2022 16:53:58 +0200 Subject: River: Add smart-wallpaper And temp overlay for smart-wallpaper to work with wayland --- dotfiles/river/init | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dotfiles') diff --git a/dotfiles/river/init b/dotfiles/river/init index 6edf219..ecd90ed 100755 --- a/dotfiles/river/init +++ b/dotfiles/river/init @@ -12,7 +12,6 @@ riverctl spawn "xrdb ~/.Xresources" riverctl spawn "xmodmap ~/.Xmodmap" -riverctl spawn "swaybg -i ~/Images/Wallpapers/Day/wave.jpg" riverctl spawn "swayidle -w \ timeout 300 'swaylock --clock --indicator -f -F -c 000000' \ timeout 400 'wlr-randr --output $(wlr-randr | head -n1 | awk "{print $1;}") --off' \ @@ -26,6 +25,7 @@ riverctl spawn "dunst" #riverctl spawn "numlockx on" riverctl spawn "systemctl --user start graphical-session.target" riverctl spawn "sxhkd" +riverctl spawn 'while :; do ssh-agent smart-wallpaper -d ~/Images/Wallpapers/Day -n ~/Images/Wallpapers/Night -l $LOCATION -r; done' riverctl spawn "waybar" riverctl spawn "dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=river" @@ -166,7 +166,7 @@ do done # Set background and border color -#riverctl background-color 0x002b36 +riverctl background-color 0x000000 riverctl border-color-focused 0x005577 riverctl border-color-unfocused 0x444444 -- cgit 1.4.1