aboutsummaryrefslogtreecommitdiff
path: root/.local/bin/window-switcher
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/window-switcher')
-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"
)