From f019c0f15946484e656acbf78943f672b20f96d4 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Wed, 1 May 2024 13:12:26 +0900 Subject: Bump to v2.2.10. pywal-nvidia fix. thanks to @Dreded --- config/hypr/initial-boot.sh | 2 +- config/hypr/scripts/PywalSwww.sh | 2 +- config/hypr/v2.2.10 | 5 +++++ config/hypr/v2.2.9 | 5 ----- 4 files changed, 7 insertions(+), 7 deletions(-) create mode 100644 config/hypr/v2.2.10 delete mode 100644 config/hypr/v2.2.9 diff --git a/config/hypr/initial-boot.sh b/config/hypr/initial-boot.sh index b6c57f3e..71f7a563 100755 --- a/config/hypr/initial-boot.sh +++ b/config/hypr/initial-boot.sh @@ -19,7 +19,7 @@ if [ ! -f ~/.config/hypr/.initial_startup_done ]; then # Initialize pywal and wallpaper if [ -f "$wallpaper" ]; then - wal -i $wallpaper -s -t > /dev/null + wal -i $wallpaper -s -t -n -e > /dev/null swww query || swww-daemon && $swww $wallpaper $effect "$scriptsDir/PywalSwww.sh" > /dev/null 2>&1 & fi diff --git a/config/hypr/scripts/PywalSwww.sh b/config/hypr/scripts/PywalSwww.sh index fe067611..30a4d980 100755 --- a/config/hypr/scripts/PywalSwww.sh +++ b/config/hypr/scripts/PywalSwww.sh @@ -34,5 +34,5 @@ if [ "$ln_success" = true ]; then # wal -i "$wallpaper_path" echo 'about to execute wal' # execute pywal skipping tty and terminal changes - wal -i "$wallpaper_path" -s -t & + wal -i "$wallpaper_path" -s -t -n -e & fi diff --git a/config/hypr/v2.2.10 b/config/hypr/v2.2.10 new file mode 100644 index 00000000..31b3414d --- /dev/null +++ b/config/hypr/v2.2.10 @@ -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 diff --git a/config/hypr/v2.2.9 b/config/hypr/v2.2.9 deleted file mode 100644 index 31b3414d..00000000 --- a/config/hypr/v2.2.9 +++ /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 -- cgit v1.2.3