summaryrefslogtreecommitdiff
path: root/rofi
diff options
context:
space:
mode:
authorShubham Saini <shubham6405@gmail.com>2020-02-18 12:20:03 +0000
committerShubham Saini <shubham6405@gmail.com>2020-02-18 12:20:03 +0000
commit256ff4c43c4617fda4289150c6614a334650c491 (patch)
treedf0a5107c22dd09c4c6c8d61be9f266de05c1507 /rofi
parentfeb5408d59348b46ae45f18742f88d365c99b91e (diff)
...
Diffstat (limited to 'rofi')
-rwxr-xr-xrofi/.config/rofi/rofi-power.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/rofi/.config/rofi/rofi-power.sh b/rofi/.config/rofi/rofi-power.sh
index 6aecdbb..67f6814 100755
--- a/rofi/.config/rofi/rofi-power.sh
+++ b/rofi/.config/rofi/rofi-power.sh
@@ -21,16 +21,16 @@ then
21 eval $1 21 eval $1
22 ;; 22 ;;
23 Reboot) 23 Reboot)
24 reboot 24 sudo reboot
25 ;; 25 ;;
26 Shut-down) 26 Shut-down)
27 poweroff 27 sudo poweroff
28 ;; 28 ;;
29 Suspend) 29 Suspend)
30 suspend 30 suspend
31 ;; 31 ;;
32 Lock) 32 Lock)
33 light-locker-command -l 33 /home/ssaini/.local/bin/lock
34 ;; 34 ;;
35 *) 35 *)
36 ;; 36 ;;