aboutsummaryrefslogtreecommitdiffstats
path: root/config/hypr/UserScripts/RainbowBorders.sh
diff options
context:
space:
mode:
Diffstat (limited to 'config/hypr/UserScripts/RainbowBorders.sh')
-rwxr-xr-xconfig/hypr/UserScripts/RainbowBorders.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/config/hypr/UserScripts/RainbowBorders.sh b/config/hypr/UserScripts/RainbowBorders.sh
new file mode 100755
index 00000000..1f5e6cdb
--- /dev/null
+++ b/config/hypr/UserScripts/RainbowBorders.sh
@@ -0,0 +1,10 @@
+#!/bin/bash
+
+function random_hex() {
+ random_hex=("0xff$(openssl rand -hex 3)")
+ echo $random_hex
+}
+
+hyprctl keyword general:col.active_border $(random_hex) $(random_hex) $(random_hex) $(random_hex) $(random_hex) $(random_hex) $(random_hex) $(random_hex) $(random_hex) $(random_hex) 270deg
+
+hyprctl keyword general:col.inactive_border $(random_hex) $(random_hex) $(random_hex) $(random_hex) $(random_hex) $(random_hex) $(random_hex) $(random_hex) $(random_hex) $(random_hex) 270deg \ No newline at end of file
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage