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 --- dmenuTerm.sh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'dmenuTerm.sh') diff --git a/dmenuTerm.sh b/dmenuTerm.sh index f01a916..98cff7f 100644 --- a/dmenuTerm.sh +++ b/dmenuTerm.sh @@ -3,13 +3,7 @@ options="neofetch\ncmus\nnewsboat\nneomutt\nsyncthing\nbrightFirst\nresetConnection\nwifiDown\nyears\nmonths\nbg selection\nshowColors" -chosen=$(echo -e "$options" | dmenu \ --i \ --p "~$" \ --nb "#000000" \ --nf "#60ff00" \ --sb "#60f000" \ --sf "#000000") +chosen=$(echo -e "$options" | dmenu -i) case "$chosen" in # floating windows -- cgit v1.2.1