From 002aea04784cf733227b314a79de6d183548f850 Mon Sep 17 00:00:00 2001 From: InigoGutierrez Date: Wed, 21 Nov 2018 13:35:06 +0100 Subject: Removed dmenu color settings in call options --- systemControl.sh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'systemControl.sh') 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 ;; -- cgit v1.2.1