From 5479e033db7cd8445c32265b97767cded72fd946 Mon Sep 17 00:00:00 2001 From: tdro Date: Fri, 18 Mar 2022 14:15:11 -0400 Subject: .local/bin/window-switcher: Set highlight to purple --- .local/bin/window-switcher | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.local/bin/window-switcher b/.local/bin/window-switcher index 9daf156..a184baa 100755 --- a/.local/bin/window-switcher +++ b/.local/bin/window-switcher @@ -14,7 +14,7 @@ windows=$(printf "%s" "$windows" | '{cur=length($1); printf $1; for(i=0; i < list - cur + 1; i++) printf " "; $1 = ""; printf "%s\n", $0}' 2> /dev/null) selection=$( - printf "%s" "$windows" | dmenu -nhf '#e68a00' -sf '#e68a00' -f -i -b -p ⠀:::⠀windows⠀::: + printf "%s" "$windows" | dmenu -nhf '#cf71e0' -sf '#cf71e0' -f -i -b -p ⠀:::⠀windows⠀::: [ "$?" = 127 ] && kill -15 "$$" && "$0" ) -- cgit v1.2.3