diff options
author | zachir <zachir@librem.one> | 2025-07-25 19:49:57 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-07-25 19:49:57 -0500 |
commit | da0ed5c9fc1f509843711bbadff47e7180ff15bd (patch) | |
tree | 84f1ed6f1ed3ae615086b029b0f71a5be34910f5 | |
parent | 1f2b7e8a90d5987b0b3b1ac3fefb24efe2367e24 (diff) |
Set unused niri border colors too
-rw-r--r-- | niri/config.kdl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/niri/config.kdl b/niri/config.kdl index b83e4b4..cab419f 100644 --- a/niri/config.kdl +++ b/niri/config.kdl @@ -205,8 +205,8 @@ layout { off width 4 - active-color "#ffc87f" - inactive-color "#505050" + active-color "#198844" + inactive-color "#1b1d1c" // Color of the border around windows that request your attention. urgent-color "#9b0000" |