From f54734dc46836492d38471c72a61394d97721c90 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Mon, 11 Oct 2021 23:58:27 +0300 Subject: power.sh: simplify lock --- .local/bin/power.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.local/bin/power.sh') diff --git a/.local/bin/power.sh b/.local/bin/power.sh index 809e24c..4a5de69 100755 --- a/.local/bin/power.sh +++ b/.local/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/current/breakfast.jpg --clock --time-font="FuraCode Nerd Font" --timesize=144 --datestr="" --timecolor=fefefeee --timestr="%H:%M" --radius=45 --timepos="ix:iy-250" + i3lock elif [[ $chosen = "shutdown" ]]; then systemctl poweroff elif [[ $chosen = "restart" ]]; then -- cgit v1.2.3-70-g09d2