aboutsummaryrefslogtreecommitdiffstats
path: root/config/hypr/scripts/WaybarStyles.sh
diff options
context:
space:
mode:
authorJa.KooLit <jimmielovejay@gmail.com>2023-11-11 11:50:01 +0900
committerGitHub <noreply@github.com>2023-11-11 11:50:01 +0900
commit391e4762befd0cbd0c7db8bb43a8b5871898c462 (patch)
tree3bb61a4e7e1d3674ae4af4af8880d63295d1c786 /config/hypr/scripts/WaybarStyles.sh
parentb69298b7d4c6763d429f8c537e58723fb4439748 (diff)
parent501587a60172e955e0df3e9b3480f16bedd7698f (diff)
Merge pull request #17 from JaKooLit/Dev
Additional waybar tweaks. Added Catppuccin Mocha and Latte waybar themes.
Diffstat (limited to 'config/hypr/scripts/WaybarStyles.sh')
-rwxr-xr-xconfig/hypr/scripts/WaybarStyles.sh7
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
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage