diff options
author | zachir <zachir@librem.one> | 2025-07-26 14:48:24 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-07-26 14:48:24 -0500 |
commit | 3cd7676a0e6893bff7228a1fed385624d7002093 (patch) | |
tree | a14332cbd6d1cfa80cebaee586ad30162da575d8 | |
parent | 9ed839f53856aa0d6ce7bfecb0af88db7bb272c0 (diff) |
Set border colors in scroll
-rw-r--r-- | scroll/config | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scroll/config b/scroll/config index da3c7e9..e499557 100644 --- a/scroll/config +++ b/scroll/config @@ -82,9 +82,9 @@ exec hyprpaper default_border pixel 2 gaps inner 4 gaps outer 20 -client.focused #15439e #000000 #e0e0e0 #2e9ef4 #15439e -client.focused_inactive #595959 #000000 #e0e0e0 #2e9ef4 #595959 -client.unfocused #595959 #000000 #e0e0e0 #2e9ef4 #595959 +client.focused #198844 #000000 #e0e0e0 #198844 #198844 +client.focused_inactive #1b1d1c #000000 #e0e0e0 #1b1d1c #1b1d1c +client.unfocused #1b1d1c #000000 #e0e0e0 #1b1d1c #1b1d1c # Idle inhibit for fullscreen windows for_window [all] inhibit_idle fullscreen |