From b850b78adbf170132cb58213b311023c93be7646 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Wed, 19 Feb 2025 19:41:07 +0900 Subject: bumping to v2.3.12 --- config/hypr/scripts/WaybarLayout.sh | 4 ++-- config/hypr/scripts/WaybarStyles.sh | 3 ++- config/hypr/v2.3.11 | 5 ----- config/hypr/v2.3.12 | 5 +++++ 4 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 config/hypr/v2.3.11 create mode 100644 config/hypr/v2.3.12 (limited to 'config/hypr') diff --git a/config/hypr/scripts/WaybarLayout.sh b/config/hypr/scripts/WaybarLayout.sh index 33f31842..604ec3af 100755 --- a/config/hypr/scripts/WaybarLayout.sh +++ b/config/hypr/scripts/WaybarLayout.sh @@ -9,6 +9,7 @@ waybar_layouts="$HOME/.config/waybar/configs" waybar_config="$HOME/.config/waybar/config" SCRIPTSDIR="$HOME/.config/hypr/scripts" rofi_config="$HOME/.config/rofi/config-waybar-layout.rasi" +msg=' 🎌 NOTE: Some waybar LAYOUT NOT fully compatible with some STYLES' # Function to display menu options menu() { @@ -23,13 +24,12 @@ menu() { # Apply selected configuration apply_config() { ln -sf "$waybar_layouts/$1" "$waybar_config" - #restart_waybar_if_needed "${SCRIPTSDIR}/Refresh.sh" & } # 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." 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." diff --git a/config/hypr/v2.3.11 b/config/hypr/v2.3.11 deleted file mode 100644 index 31b3414d..00000000 --- a/config/hypr/v2.3.11 +++ /dev/null @@ -1,5 +0,0 @@ -### https://github.com/JaKooLit ### -## https://github.com/JaKooLit/Hyprland-Dots -## This is to have a reference of which version would be - -## note that this will always be higher than the released versions \ No newline at end of file diff --git a/config/hypr/v2.3.12 b/config/hypr/v2.3.12 new file mode 100644 index 00000000..31b3414d --- /dev/null +++ b/config/hypr/v2.3.12 @@ -0,0 +1,5 @@ +### https://github.com/JaKooLit ### +## https://github.com/JaKooLit/Hyprland-Dots +## This is to have a reference of which version would be + +## note that this will always be higher than the released versions \ No newline at end of file -- cgit v1.2.3