aboutsummaryrefslogtreecommitdiffstats
path: root/config/hypr/UserScripts
diff options
context:
space:
mode:
Diffstat (limited to 'config/hypr/UserScripts')
-rwxr-xr-xconfig/hypr/UserScripts/QuickEdit.sh2
-rwxr-xr-xconfig/hypr/UserScripts/RainbowBorders.sh3
-rwxr-xr-xconfig/hypr/UserScripts/Weather.py3
-rwxr-xr-xconfig/hypr/UserScripts/Weather.sh4
4 files changed, 12 insertions, 0 deletions
diff --git a/config/hypr/UserScripts/QuickEdit.sh b/config/hypr/UserScripts/QuickEdit.sh
index c8168ca3..2a860464 100755
--- a/config/hypr/UserScripts/QuickEdit.sh
+++ b/config/hypr/UserScripts/QuickEdit.sh
@@ -1,4 +1,6 @@
#!/bin/bash
+
+# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ##
# Rofi menu for Quick Edit/View of Settings (SUPER E)
# Define preferred text editor and terminal
diff --git a/config/hypr/UserScripts/RainbowBorders.sh b/config/hypr/UserScripts/RainbowBorders.sh
index 49295680..93536c2c 100755
--- a/config/hypr/UserScripts/RainbowBorders.sh
+++ b/config/hypr/UserScripts/RainbowBorders.sh
@@ -1,5 +1,8 @@
#!/bin/bash
+# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ##
+# for rainbow borders animation
+
function random_hex() {
random_hex=("0xff$(openssl rand -hex 3)")
echo $random_hex
diff --git a/config/hypr/UserScripts/Weather.py b/config/hypr/UserScripts/Weather.py
index c0a40fd7..eb81b9ea 100755
--- a/config/hypr/UserScripts/Weather.py
+++ b/config/hypr/UserScripts/Weather.py
@@ -1,5 +1,8 @@
#!/usr/bin/env python3
+# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ #
+# weather using python
+
import subprocess
from pyquery import PyQuery # install using `pip install pyquery`
import json
diff --git a/config/hypr/UserScripts/Weather.sh b/config/hypr/UserScripts/Weather.sh
index f916b028..0ecb791b 100755
--- a/config/hypr/UserScripts/Weather.sh
+++ b/config/hypr/UserScripts/Weather.sh
@@ -1,5 +1,9 @@
#!/bin/bash
+# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ ##
+# weather info from wttr. https://github.com/chubin/wttr.in
+# Remember to add city
+
city=
cachedir=~/.cache/rbn
cachefile=${0##*/}-$1
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage