diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2025-02-22 10:22:55 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-22 10:22:55 +0900 |
| commit | 34f44c6432dc14fb3425c4de12b22ed46b06e663 (patch) | |
| tree | 392d2d8e692e32b5bf2f617b381725f88a7020f0 /config/hypr/scripts/WaybarStyles.sh | |
| parent | 341cdff88a33007724b59018d486363eda4c22c9 (diff) | |
| parent | fa73b8a3abdf98bc9146578de5fcbe362fffabf4 (diff) | |
Merge branch 'development' into weatherPy
Diffstat (limited to 'config/hypr/scripts/WaybarStyles.sh')
| -rwxr-xr-x | config/hypr/scripts/WaybarStyles.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/hypr/scripts/WaybarStyles.sh b/config/hypr/scripts/WaybarStyles.sh index a265eae0..5cba7d6a 100755 --- a/config/hypr/scripts/WaybarStyles.sh +++ b/config/hypr/scripts/WaybarStyles.sh @@ -9,6 +9,7 @@ waybar_styles="$HOME/.config/waybar/style" waybar_style="$HOME/.config/waybar/style.css" SCRIPTSDIR="$HOME/.config/hypr/scripts" rofi_config="$HOME/.config/rofi/config-waybar-style.rasi" +msg=' 🎌 NOTE: Some waybar STYLES NOT fully compatible with some LAYOUTS' # Function to display menu options menu() { @@ -30,7 +31,7 @@ apply_style() { # Main function main() { - choice=$(menu | rofi -i -dmenu -config "$rofi_config") + choice=$(menu | rofi -i -dmenu -config "$rofi_config" -mesg "$msg") if [[ -z "$choice" ]]; then echo "No option selected. Exiting." |
