diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-03-22 14:36:24 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-03-22 14:36:24 +0100 |
| commit | 822d1bcef7a9dada549775620f7cdb3c8d836f98 (patch) | |
| tree | 9da9c4924a535ca1f927bc1e6a398b3c119ed799 /config | |
| parent | be8acf60bf781e5078f5583023f6a141cf21390d (diff) | |
No transparent colors
Diffstat (limited to 'config')
| -rw-r--r-- | config/niri/config.kdl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/niri/config.kdl b/config/niri/config.kdl index dc89d68..4dd693a 100644 --- a/config/niri/config.kdl +++ b/config/niri/config.kdl @@ -157,10 +157,10 @@ layout { // - CSS-like notation: "rgb(255, 127, 0)", rgba(), hsl() and a few others. // Color of the ring on the active monitor. - active-color "#23C17CF2" + active-color "#23C17C" // Color of the ring on inactive monitors. - inactive-color "#0F261FF2" + inactive-color "#0F261F" // You can also use gradients. They take precedence over solid colors. // Gradients are rendered the same as CSS linear-gradient(angle, from, to). |