diff options
| author | Ja.KooLit <jimmielovejay@gmail.com> | 2023-11-16 10:50:28 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-16 10:50:28 +0900 |
| commit | 01bfc6aa7974f8041c95df5bb8058575ec05417f (patch) | |
| tree | 7d4bea977332b9bd83ea7ca090ed25d14459750d /config/hypr/scripts | |
| parent | 13dd55b3147a0a62091dfa412d13d7f4d0ea2646 (diff) | |
| parent | 4fff05683290ddd9caed31c23e579527bf10ef06 (diff) | |
Merge pull request #23 from JaKooLit/waybar
New Waybar flavours!
Diffstat (limited to 'config/hypr/scripts')
| -rwxr-xr-x | config/hypr/scripts/WaybarLayout.sh | 9 | ||||
| -rwxr-xr-x | config/hypr/scripts/WaybarStyles.sh | 11 |
2 files changed, 13 insertions, 7 deletions
diff --git a/config/hypr/scripts/WaybarLayout.sh b/config/hypr/scripts/WaybarLayout.sh index 187771ad..15d9195f 100755 --- a/config/hypr/scripts/WaybarLayout.sh +++ b/config/hypr/scripts/WaybarLayout.sh @@ -7,8 +7,10 @@ menu() { cat <<EOF default default-Bottom -Top(gnome) -Bottom(plasma) +Peony +Chrysanthemum +Gardenia +Camellia simple-long simple-short Top-&-Bottom @@ -18,13 +20,12 @@ Top-Left Top-Right Bottom-Left Bottom-Right -all-sides no panel EOF } apply_config() { - ln -sf "$CONFIG/config-$1" "$WCONFIG" + ln -sf "$CONFIG/$1" "$WCONFIG" } main() { diff --git a/config/hypr/scripts/WaybarStyles.sh b/config/hypr/scripts/WaybarStyles.sh index 5051fa35..d01bef4b 100755 --- a/config/hypr/scripts/WaybarStyles.sh +++ b/config/hypr/scripts/WaybarStyles.sh @@ -5,6 +5,10 @@ THEMEIS=$(realpath ~/.config/waybar/style.css | sed 's/.*-\(.*\)\.css/\1/') # Array for the styles STYLES=( +"Purple" +"Crimson" +"Golden-Noir" +"Simple-Pink" "pywal" "dark" "light" @@ -13,8 +17,9 @@ STYLES=( "colors-border" "colors-line" "colorful" -"catppuccin-mocha" -"catppuccin-latte" +"Catppuccin-Mocha" +"Catppuccin-Latte" +"Transparent" ) # Build ROFI @@ -35,7 +40,7 @@ else fi # APPLY THEME -THEMEFILE="$HOME/.config/waybar/style/style-${SWITCHTO}.css" +THEMEFILE="$HOME/.config/waybar/style/${SWITCHTO}.css" if [ -f "$THEMEFILE" ]; then ln -sf "$THEMEFILE" "$HOME/.config/waybar/style.css" else |
