aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2022-03-18 14:15:11 -0400
committertdro <tdro@users.noreply.github.com>2022-03-18 14:15:11 -0400
commit5479e033db7cd8445c32265b97767cded72fd946 (patch)
treeac64818a9b07c46cc5573636ebe78558b5baea65
parentd60564519cb4fab19dbf270dd7696052990fcfe1 (diff)
downloaddotfiles-5479e033db7cd8445c32265b97767cded72fd946.tar.gz
dotfiles-5479e033db7cd8445c32265b97767cded72fd946.tar.bz2
dotfiles-5479e033db7cd8445c32265b97767cded72fd946.zip
.local/bin/window-switcher: Set highlight to purple
-rwxr-xr-x.local/bin/window-switcher2
1 files changed, 1 insertions, 1 deletions
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"
)