diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-11-11 11:36:08 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-11-11 11:36:08 +0900 |
| commit | c516bd3be3502c6c064f43fc6cb39260a0fe7ca5 (patch) | |
| tree | 4dae2043b8c233357fd6180eeaf62683bd43883c /config/hypr/scripts/WaybarStyles.sh | |
| parent | b69298b7d4c6763d429f8c537e58723fb4439748 (diff) | |
Waybar clean up and update
Diffstat (limited to 'config/hypr/scripts/WaybarStyles.sh')
| -rwxr-xr-x | config/hypr/scripts/WaybarStyles.sh | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/config/hypr/scripts/WaybarStyles.sh b/config/hypr/scripts/WaybarStyles.sh index 111d16ef..0e714627 100755 --- a/config/hypr/scripts/WaybarStyles.sh +++ b/config/hypr/scripts/WaybarStyles.sh @@ -12,12 +12,13 @@ STYLES=( "colors" "colors-border" "colors-line" -"colorful" -"mauve" +"colorful" +"catppuccin-mocha" +"catppuccin-latte" ) # Build ROFI -SELECTED_STYLE=$(printf "%s\n" "${STYLES[@]}" | rofi -dmenu -p "Choose" -lines "${#STYLES[@]}") +SELECTED_STYLE=$(printf "%s\n" "${STYLES[@]}" | rofi -dmenu -config ~/.config/rofi/config-waybar.rasi "${#STYLES[@]}") # Here you verify the selected theme if [[ " ${STYLES[@]} " =~ " $SELECTED_STYLE " ]]; then |
