Browse Source

Update WaybarStyles.sh

removing the purpl for now until you submit the new purpl styles... Good job bro :)
pull/15/head
Ja.KooLit 2 years ago committed by GitHub
parent
commit
9bad99867b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      config/hypr/scripts/WaybarStyles.sh

4
config/hypr/scripts/WaybarStyles.sh

@ -4,7 +4,7 @@
THEMEIS=$(realpath ~/.config/waybar/style.css | sed 's/.*-\(.*\)\.css/\1/')
# Array for the styles
STYLES=("default" "b&w" "rgb" "default_alter" "mauve" "light" "dark" "uline" "Purpl")
STYLES=("default" "b&w" "rgb" "default_alter" "mauve" "light" "dark" "uline")
# Build ROFI
SELECTED_STYLE=$(printf "%s\n" "${STYLES[@]}" | rofi -dmenu -p "Choose" -lines "${#STYLES[@]}")
@ -35,4 +35,4 @@ for _prs in "${_ps[@]}"; do
fi
done
exec ~/.config/hypr/scripts/Refresh.sh
exec ~/.config/hypr/scripts/Refresh.sh

Loading…
Cancel
Save