aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaKooLit <ejhay.games@gmail.com~>2024-08-25 13:56:58 +0900
committerJaKooLit <ejhay.games@gmail.com~>2024-08-25 13:56:58 +0900
commit159f943a70c20c3e8ca7a7be2154dd8e05555874 (patch)
tree8862d12d512f3dacce38be3c420e861703245c8c
parenta5fbf7856217a60f6c55fe679baf4a9891b01d8e (diff)
a Pre-release
-rwxr-xr-xconfig/hypr/UserScripts/RainbowBorders.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/config/hypr/UserScripts/RainbowBorders.sh b/config/hypr/UserScripts/RainbowBorders.sh
index 1f5e6cdb..49295680 100755
--- a/config/hypr/UserScripts/RainbowBorders.sh
+++ b/config/hypr/UserScripts/RainbowBorders.sh
@@ -5,6 +5,8 @@ function random_hex() {
echo $random_hex
}
+# rainbow colors only for active window
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
+# rainbow colors for inactive window (uncomment to take effect)
+#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