diff options
Diffstat (limited to 'config/hypr/UserScripts/RainbowBorders.sh')
| -rwxr-xr-x | config/hypr/UserScripts/RainbowBorders.sh | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
