diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-11-15 14:05:09 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-11-15 14:05:09 +0900 |
| commit | 4bf463491ecf91d8f241d389fca3088a5c04e97d (patch) | |
| tree | fc3f1befc8d58619b3558df42a078a2c1f85ff40 /config/hypr/scripts | |
| parent | 13dd55b3147a0a62091dfa412d13d7f4d0ea2646 (diff) | |
added Krautt waybar styles
Diffstat (limited to 'config/hypr/scripts')
| -rwxr-xr-x | config/hypr/scripts/WaybarLayout.sh | 5 | ||||
| -rwxr-xr-x | config/hypr/scripts/WaybarStyles.sh | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/config/hypr/scripts/WaybarLayout.sh b/config/hypr/scripts/WaybarLayout.sh index 187771ad..73fb28b1 100755 --- a/config/hypr/scripts/WaybarLayout.sh +++ b/config/hypr/scripts/WaybarLayout.sh @@ -7,6 +7,10 @@ menu() { cat <<EOF default default-Bottom +Peony +Chrysanthemum +Gardenia +Camellia Top(gnome) Bottom(plasma) simple-long @@ -20,6 +24,7 @@ Bottom-Left Bottom-Right all-sides no panel + EOF } diff --git a/config/hypr/scripts/WaybarStyles.sh b/config/hypr/scripts/WaybarStyles.sh index 5051fa35..e1a97342 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" @@ -15,6 +19,7 @@ STYLES=( "colorful" "catppuccin-mocha" "catppuccin-latte" +"None" ) # Build ROFI |
