diff options
| author | William Hergès <william@herges.fr> | 2025-08-12 15:19:57 +0200 |
|---|---|---|
| committer | William Hergès <william@herges.fr> | 2025-08-12 15:19:57 +0200 |
| commit | 4a21ae6fcdfcd0051a2e6fee641cd344c01dac83 (patch) | |
| tree | a3741ca7f848d0f5213915d82f78fd0039a874f9 /config/polybar/docky/scripts/color-switch.sh | |
| parent | fed5ed81fbf64942dab81e7afd1eac5651290631 (diff) | |
Reset everything
Diffstat (limited to 'config/polybar/docky/scripts/color-switch.sh')
| -rwxr-xr-x | config/polybar/docky/scripts/color-switch.sh | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/config/polybar/docky/scripts/color-switch.sh b/config/polybar/docky/scripts/color-switch.sh deleted file mode 100755 index 8e4f150..0000000 --- a/config/polybar/docky/scripts/color-switch.sh +++ /dev/null @@ -1,55 +0,0 @@ -#!/usr/bin/env bash - -SDIR="$HOME/.config/polybar/docky/scripts" - -# Launch Rofi -MENU="$(rofi -no-config -no-lazy-grab -sep "|" -dmenu -i -p '' \ --theme $SDIR/rofi/styles.rasi \ -<<< " amber| blue| blue-gray| brown| cyan| deep-orange|\ - deep-purple| green| gray| indigo| blue-light| green-light|\ - lime| orange| pink| purple| red| teal| yellow| amber-dark|\ - blue-dark| blue-gray-dark| brown-dark| cyan-dark| deep-orange-dark|\ - deep-purple-dark| green-dark| gray-dark| indigo-dark| blue-light-dark|\ - green-light-dark| lime-dark| orange-dark| pink-dark| purple-dark| red-dark| teal-dark| yellow-dark|")" - case "$MENU" in - ## Light Colors - *amber) "$SDIR"/colors-light.sh --amber ;; - *blue) "$SDIR"/colors-light.sh --blue ;; - *blue-gray) "$SDIR"/colors-light.sh --blue-gray ;; - *brown) "$SDIR"/colors-light.sh --brown ;; - *cyan) "$SDIR"/colors-light.sh --cyan ;; - *deep-orange) "$SDIR"/colors-light.sh --deep-orange ;; - *deep-purple) "$SDIR"/colors-light.sh --deep-purple ;; - *green) "$SDIR"/colors-light.sh --green ;; - *gray) "$SDIR"/colors-light.sh --gray ;; - *indigo) "$SDIR"/colors-light.sh --indigo ;; - *blue-light) "$SDIR"/colors-light.sh --light-blue ;; - *green-light) "$SDIR"/colors-light.sh --light-green ;; - *lime) "$SDIR"/colors-light.sh --lime ;; - *orange) "$SDIR"/colors-light.sh --orange ;; - *pink) "$SDIR"/colors-light.sh --pink ;; - *purple) "$SDIR"/colors-light.sh --purple ;; - *red) "$SDIR"/colors-light.sh --red ;; - *teal) "$SDIR"/colors-light.sh --teal ;; - *yellow) "$SDIR"/colors-light.sh --yellow ;; - ## Dark Colors - *amber-dark) "$SDIR"/colors-dark.sh --amber ;; - *blue-dark) "$SDIR"/colors-dark.sh --blue ;; - *blue-gray-dark) "$SDIR"/colors-dark.sh --blue-gray ;; - *brown-dark) "$SDIR"/colors-dark.sh --brown ;; - *cyan-dark) "$SDIR"/colors-dark.sh --cyan ;; - *deep-orange-dark) "$SDIR"/colors-dark.sh --deep-orange ;; - *deep-purple-dark) "$SDIR"/colors-dark.sh --deep-purple ;; - *green-dark) "$SDIR"/colors-dark.sh --green ;; - *gray-dark) "$SDIR"/colors-dark.sh --gray ;; - *indigo-dark) "$SDIR"/colors-dark.sh --indigo ;; - *blue-light-dark) "$SDIR"/colors-dark.sh --light-blue ;; - *green-light-dark) "$SDIR"/colors-dark.sh --light-green ;; - *lime-dark) "$SDIR"/colors-dark.sh --lime ;; - *orange-dark) "$SDIR"/colors-dark.sh --orange ;; - *pink-dark) "$SDIR"/colors-dark.sh --pink ;; - *purple-dark) "$SDIR"/colors-dark.sh --purple ;; - *red-dark) "$SDIR"/colors-dark.sh --red ;; - *teal-dark) "$SDIR"/colors-dark.sh --teal ;; - *yellow-dark) "$SDIR"/colors-dark.sh --yellow - esac |
