aboutsummaryrefslogtreecommitdiff
path: root/systemControl.sh
diff options
context:
space:
mode:
Diffstat (limited to 'systemControl.sh')
-rw-r--r--systemControl.sh8
1 files changed, 1 insertions, 7 deletions
diff --git a/systemControl.sh b/systemControl.sh
index 2b4125f..aa200b3 100644
--- a/systemControl.sh
+++ b/systemControl.sh
@@ -3,13 +3,7 @@
options="lock\nreboot\nshutdown\nexit i3"
-chosen=$(echo -e "$options" | dmenu \
--i \
--p ">_" \
--nb "#000000" \
--nf "#60ff00" \
--sb "#60f000" \
--sf "#000000")
+chosen=$(echo -e "$options" | dmenu)
case "$chosen" in
lock) i3lock -i ~/images/wallpapers/lockbg.png -f ;;