diff --git a/hypr/scripts/change-wallpaper.sh b/hypr/scripts/change-wallpaper.sh index bde8883..832f89d 100644 --- a/hypr/scripts/change-wallpaper.sh +++ b/hypr/scripts/change-wallpaper.sh @@ -7,7 +7,7 @@ # -------------- # Licensed under the MIT License # Made by retrozinndev (João Dias) -# From https://github.com/retrozinndev/Hyprland-Dots +# From https://github.com/retrozinndev/colorshell style="lighten" # lighten / darken dmenu=$(sh "$XDG_CONFIG_HOME/hypr/scripts/get-dmenu.sh") diff --git a/hypr/scripts/gen-pywal.sh b/hypr/scripts/gen-pywal.sh index 611c2a8..6775b69 100644 --- a/hypr/scripts/gen-pywal.sh +++ b/hypr/scripts/gen-pywal.sh @@ -5,7 +5,7 @@ # ---------- # Licensed under the MIT License # Made by retrozinndev (João Dias) -# From https://github.com/retrozinndev/Hyprland-Dots +# From https://github.com/retrozinndev/colorshell if ! [[ -f "$HOME/.config/hypr/hyprpaper.conf" ]]; then notify-send -a "Wallpaper" "Couldn't load" "Wallpaper file not found! Please check for the wallpaper: $wallpaper." diff --git a/hypr/scripts/get-dmenu.sh b/hypr/scripts/get-dmenu.sh index 09d019c..7555989 100644 --- a/hypr/scripts/get-dmenu.sh +++ b/hypr/scripts/get-dmenu.sh @@ -5,7 +5,7 @@ # ----------- # Licensed under the MIT License # Made by retrozinndev (João Dias) -# From: https://github.com/retrozinndev/Hyprland-Dots +# From: https://github.com/retrozinndev/colorshell DMENUS=( "anyrun:--plugins:libstdin.so" diff --git a/hypr/scripts/load-hyprsunset.sh b/hypr/scripts/load-hyprsunset.sh index 927567e..20b023f 100644 --- a/hypr/scripts/load-hyprsunset.sh +++ b/hypr/scripts/load-hyprsunset.sh @@ -5,7 +5,7 @@ # -------------- # Licensed under the MIT License # Made by retrozinndev (João Dias) -# From https://github.com/retrozinndev/Hyprland-Dots +# From https://github.com/retrozinndev/colorshell [[ -z $XDG_CONFIG_HOME ]] && XDG_CONFIG_HOME="$HOME/.config" diff --git a/hypr/scripts/save-hyprsunset.sh b/hypr/scripts/save-hyprsunset.sh index 601cb36..6feb4f1 100644 --- a/hypr/scripts/save-hyprsunset.sh +++ b/hypr/scripts/save-hyprsunset.sh @@ -7,7 +7,7 @@ # -------------- # Licensed under the MIT License # Made by retrozinndev (João Dias) -# From https://github.com/retrozinndev/Hyprland-Dots +# From https://github.com/retrozinndev/colorshell [[ -z $XDG_CONFIG_HOME ]] && XDG_CONFIG_HOME="$HOME/.config" diff --git a/hypr/scripts/screenshot.sh b/hypr/scripts/screenshot.sh index 6121146..292133d 100644 --- a/hypr/scripts/screenshot.sh +++ b/hypr/scripts/screenshot.sh @@ -5,7 +5,7 @@ # -------------- # Licensed under the MIT License # Made by retrozinndev (João Dias) -# From https://github.com/retrozinndev/Hyprland-Dots +# From https://github.com/retrozinndev/colorshell # exit slurp and quit if slurp(region selection) is running