summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorYigit Sever2019-08-29 21:29:25 +0300
committerYigit Sever2019-08-29 21:29:25 +0300
commitd3b2bc5ad3b979112d9a1a0cd65f574f453ee92c (patch)
treeb464ca951d54ae04dc36d47b873ce7d7b3f0ec5d /bin
parent3dcef9394d484969a38ad701de02ce07fb79e646 (diff)
downloaddotfiles-d3b2bc5ad3b979112d9a1a0cd65f574f453ee92c.tar.gz
dotfiles-d3b2bc5ad3b979112d9a1a0cd65f574f453ee92c.tar.bz2
dotfiles-d3b2bc5ad3b979112d9a1a0cd65f574f453ee92c.zip
power.sh lock uses correct wallpaper
Diffstat (limited to 'bin')
-rwxr-xr-xbin/power.sh2
1 files changed, 1 insertions, 1 deletions
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)
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
18if [[ $chosen = "lock" ]]; then 18if [[ $chosen = "lock" ]]; then
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" 19 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"
20elif [[ $chosen = "shutdown" ]]; then 20elif [[ $chosen = "shutdown" ]]; then
21 systemctl poweroff 21 systemctl poweroff
22elif [[ $chosen = "restart" ]]; then 22elif [[ $chosen = "restart" ]]; then