From d3b2bc5ad3b979112d9a1a0cd65f574f453ee92c Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Thu, 29 Aug 2019 21:29:25 +0300 Subject: power.sh lock uses correct wallpaper --- bin/power.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/power.sh b/bin/power.sh index fa7afe2..809e24c 100755 --- a/bin/power.sh +++ b/bin/power.sh @@ -16,7 +16,7 @@ chosen=$(echo -e "lock\nshutdown\nrestart" | rofi -dmenu -i) # https://www.freedesktop.org/software/systemd/man/systemd-sleep.conf.html#Description if [[ $chosen = "lock" ]]; then - i3lock -i ~/Dropbox/Wallpapers/pots.jpg --clock --time-font="FuraCode Nerd Font" --timesize=144 --datestr="" --timecolor=fefefeee --timestr="%H:%M" --radius=45 --timepos="ix:iy-250" + i3lock -i ~/Dropbox/Wallpapers/current/breakfast.jpg --clock --time-font="FuraCode Nerd Font" --timesize=144 --datestr="" --timecolor=fefefeee --timestr="%H:%M" --radius=45 --timepos="ix:iy-250" elif [[ $chosen = "shutdown" ]]; then systemctl poweroff elif [[ $chosen = "restart" ]]; then -- cgit v1.2.3-70-g09d2