diff options
author | Yigit Sever | 2019-04-21 11:24:33 +0300 |
---|---|---|
committer | Yigit Sever | 2019-04-21 11:24:33 +0300 |
commit | 79010ceedac2b95fb49853d018b95e323bf90c2e (patch) | |
tree | b3a9e32aea29c460dabdf8f571459dd6bec922b9 /bin | |
parent | 875c01c7c58a22259a8b91ab235a98a1cf7343d5 (diff) | |
download | dotfiles-79010ceedac2b95fb49853d018b95e323bf90c2e.tar.gz dotfiles-79010ceedac2b95fb49853d018b95e323bf90c2e.tar.bz2 dotfiles-79010ceedac2b95fb49853d018b95e323bf90c2e.zip |
Change home locking
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/power.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
16 | # https://www.freedesktop.org/software/systemd/man/systemd-sleep.conf.html#Description | 16 | # https://www.freedesktop.org/software/systemd/man/systemd-sleep.conf.html#Description |
17 | 17 | ||
18 | if [[ $chosen = "lock" ]]; then | 18 | if [[ $chosen = "lock" ]]; then |
19 | betterlockscreen -l dimblur -t "Welcome back" | 19 | 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" |
20 | elif [[ $chosen = "shutdown" ]]; then | 20 | elif [[ $chosen = "shutdown" ]]; then |
21 | systemctl poweroff | 21 | systemctl poweroff |
22 | elif [[ $chosen = "restart" ]]; then | 22 | elif [[ $chosen = "restart" ]]; then |