From 79010ceedac2b95fb49853d018b95e323bf90c2e Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Sun, 21 Apr 2019 11:24:33 +0300 Subject: Change home locking --- 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 02051f1..fa7afe2 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 - betterlockscreen -l dimblur -t "Welcome back" + 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" elif [[ $chosen = "shutdown" ]]; then systemctl poweroff elif [[ $chosen = "restart" ]]; then -- cgit v1.2.3-70-g09d2