diff options
| author | JaKooLit <ejhay.games@gmail.com~> | 2024-08-25 13:56:58 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com~> | 2024-08-25 13:56:58 +0900 |
| commit | 159f943a70c20c3e8ca7a7be2154dd8e05555874 (patch) | |
| tree | 8862d12d512f3dacce38be3c420e861703245c8c | |
| parent | a5fbf7856217a60f6c55fe679baf4a9891b01d8e (diff) | |
a Pre-release
| -rwxr-xr-x | config/hypr/UserScripts/RainbowBorders.sh | 4 |
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 |
