aboutsummaryrefslogtreecommitdiffstats
path: root/config/hypr/UserScripts
diff options
context:
space:
mode:
Diffstat (limited to 'config/hypr/UserScripts')
-rwxr-xr-xconfig/hypr/UserScripts/00-Readme2
-rwxr-xr-xconfig/hypr/UserScripts/RainbowBorders.bak.sh2
-rwxr-xr-xconfig/hypr/UserScripts/RofiBeats.sh2
-rwxr-xr-xconfig/hypr/UserScripts/RofiCalc.sh2
-rwxr-xr-xconfig/hypr/UserScripts/WallpaperAutoChange.sh2
-rwxr-xr-xconfig/hypr/UserScripts/WallpaperEffects.sh2
-rwxr-xr-xconfig/hypr/UserScripts/WallpaperRandom.sh2
-rwxr-xr-xconfig/hypr/UserScripts/WallpaperSelect.sh2
-rwxr-xr-xconfig/hypr/UserScripts/Weather.py2
-rwxr-xr-xconfig/hypr/UserScripts/Weather.sh2
-rwxr-xr-xconfig/hypr/UserScripts/WeatherWrap.sh2
-rwxr-xr-xconfig/hypr/UserScripts/ZshChangeTheme.sh2
12 files changed, 12 insertions, 12 deletions
diff --git a/config/hypr/UserScripts/00-Readme b/config/hypr/UserScripts/00-Readme
index 091bac85..54d7fff2 100755
--- a/config/hypr/UserScripts/00-Readme
+++ b/config/hypr/UserScripts/00-Readme
@@ -1,4 +1,4 @@
-# /* ---- πŸ’« https://github.com/JaKooLit πŸ’« ---- */ #
+# /* ---- πŸ’« https://github.com/LinuxBeginnings πŸ’« ---- */ #
# Place your new scripts here.
# If you need to edit a script from main script (~/.config/hypr/scripts), copy it on this directory, and edit.
diff --git a/config/hypr/UserScripts/RainbowBorders.bak.sh b/config/hypr/UserScripts/RainbowBorders.bak.sh
index 67269b8a..49de9ea7 100755
--- a/config/hypr/UserScripts/RainbowBorders.bak.sh
+++ b/config/hypr/UserScripts/RainbowBorders.bak.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-# /* ---- πŸ’« https://github.com/JaKooLit πŸ’« ---- */ ##
+# /* ---- πŸ’« https://github.com/LinuxBeginnings πŸ’« ---- */ ##
# Smooth border cycling effect using Wallust palette or full rainbow
# Possible values: "wallust_random", "rainbow", "gradient_flow"
diff --git a/config/hypr/UserScripts/RofiBeats.sh b/config/hypr/UserScripts/RofiBeats.sh
index a002a518..64e8ee99 100755
--- a/config/hypr/UserScripts/RofiBeats.sh
+++ b/config/hypr/UserScripts/RofiBeats.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-# /* ---- πŸ’« https://github.com/JaKooLit πŸ’« ---- */ ##
+# /* ---- πŸ’« https://github.com/LinuxBeginnings πŸ’« ---- */ ##
# RofiBeats - unified, dynamic UI (add, remove, manage, play)
mDIR="$HOME/Music/"
diff --git a/config/hypr/UserScripts/RofiCalc.sh b/config/hypr/UserScripts/RofiCalc.sh
index b72d5f3e..116fc6cc 100755
--- a/config/hypr/UserScripts/RofiCalc.sh
+++ b/config/hypr/UserScripts/RofiCalc.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-# /* ---- πŸ’« https://github.com/JaKooLit πŸ’« ---- */
+# /* ---- πŸ’« https://github.com/LinuxBeginnings πŸ’« ---- */
# /* Calculator (using qalculate) and rofi */
# /* Submitted by: https://github.com/JosephArmas */
diff --git a/config/hypr/UserScripts/WallpaperAutoChange.sh b/config/hypr/UserScripts/WallpaperAutoChange.sh
index 6d8e8735..9643c7e9 100755
--- a/config/hypr/UserScripts/WallpaperAutoChange.sh
+++ b/config/hypr/UserScripts/WallpaperAutoChange.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-# /* ---- πŸ’« https://github.com/JaKooLit πŸ’« ---- */ ##
+# /* ---- πŸ’« https://github.com/LinuxBeginnings πŸ’« ---- */ ##
# source https://wiki.archlinux.org/title/Hyprland#Using_a_script_to_change_wallpaper_every_X_minutes
# This script will randomly go through the files of a directory, setting it
diff --git a/config/hypr/UserScripts/WallpaperEffects.sh b/config/hypr/UserScripts/WallpaperEffects.sh
index 475969d6..caca56e1 100755
--- a/config/hypr/UserScripts/WallpaperEffects.sh
+++ b/config/hypr/UserScripts/WallpaperEffects.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-# /* ---- πŸ’« https://github.com/JaKooLit πŸ’« ---- */ #
+# /* ---- πŸ’« https://github.com/LinuxBeginnings πŸ’« ---- */ #
# Wallpaper Effects using ImageMagick (SUPER SHIFT W)
# Variables
diff --git a/config/hypr/UserScripts/WallpaperRandom.sh b/config/hypr/UserScripts/WallpaperRandom.sh
index 8dd680d5..a9908e19 100755
--- a/config/hypr/UserScripts/WallpaperRandom.sh
+++ b/config/hypr/UserScripts/WallpaperRandom.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-# /* ---- πŸ’« https://github.com/JaKooLit πŸ’« ---- */ ##
+# /* ---- πŸ’« https://github.com/LinuxBeginnings πŸ’« ---- */ ##
# Script for Random Wallpaper ( CTRL ALT W)
PICTURES_DIR="$(xdg-user-dir PICTURES 2>/dev/null || echo "$HOME/Pictures")"
diff --git a/config/hypr/UserScripts/WallpaperSelect.sh b/config/hypr/UserScripts/WallpaperSelect.sh
index 316a7cd4..ed0b2846 100755
--- a/config/hypr/UserScripts/WallpaperSelect.sh
+++ b/config/hypr/UserScripts/WallpaperSelect.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-# /* ---- πŸ’« https://github.com/JaKooLit πŸ’« ---- */
+# /* ---- πŸ’« https://github.com/LinuxBeginnings πŸ’« ---- */
# This script for selecting wallpapers (SUPER W)
# WALLPAPERS PATH
diff --git a/config/hypr/UserScripts/Weather.py b/config/hypr/UserScripts/Weather.py
index 6061f696..e7a0fe01 100755
--- a/config/hypr/UserScripts/Weather.py
+++ b/config/hypr/UserScripts/Weather.py
@@ -1,5 +1,5 @@
#!/usr/bin/env python3
-# /* ---- πŸ’« https://github.com/JaKooLit πŸ’« ---- */ #
+# /* ---- πŸ’« https://github.com/LinuxBeginnings πŸ’« ---- */ #
# Rewritten to use Open-Meteo APIs (worldwide, no API key) for robust weather data.
# Outputs Waybar-compatible JSON and a simple text cache.
diff --git a/config/hypr/UserScripts/Weather.sh b/config/hypr/UserScripts/Weather.sh
index 4588ed1d..c01a4e12 100755
--- a/config/hypr/UserScripts/Weather.sh
+++ b/config/hypr/UserScripts/Weather.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-# /* ---- πŸ’« https://github.com/JaKooLit πŸ’« ---- */ ##
+# /* ---- πŸ’« https://github.com/LinuxBeginnings πŸ’« ---- */ ##
# weather info from wttr. https://github.com/chubin/wttr.in
# Remember to add city
# Function to get current city from IP address with fallback
diff --git a/config/hypr/UserScripts/WeatherWrap.sh b/config/hypr/UserScripts/WeatherWrap.sh
index 5b266930..5e8b4733 100755
--- a/config/hypr/UserScripts/WeatherWrap.sh
+++ b/config/hypr/UserScripts/WeatherWrap.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-# /* ---- πŸ’« https://github.com/JaKooLit πŸ’« ---- */ ##
+# /* ---- πŸ’« https://github.com/LinuxBeginnings πŸ’« ---- */ ##
# Weather entrypoint: prefer Python (Open‑Meteo), fallback to legacy Bash (wttr.in)
SCRIPT_DIR="$(dirname "$0")"
diff --git a/config/hypr/UserScripts/ZshChangeTheme.sh b/config/hypr/UserScripts/ZshChangeTheme.sh
index 690f0f13..3e2f077a 100755
--- a/config/hypr/UserScripts/ZshChangeTheme.sh
+++ b/config/hypr/UserScripts/ZshChangeTheme.sh
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
-# /* ---- πŸ’« https://github.com/JaKooLit πŸ’« ---- */ ##
+# /* ---- πŸ’« https://github.com/LinuxBeginnings πŸ’« ---- */ ##
# Script for Oh my ZSH theme ( CTRL SHIFT O)
# preview of theme can be view here: https://github.com/ohmyzsh/ohmyzsh/wiki/Themes
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage