index — dots-the-third @ 7437ca00fde8744279f39525f3cce123e5d4d712

I don't need nix, I have a way worse solution!

niri: add recording indicators
crispy-caesus crispy@crispy-caesus.eu
Thu, 29 Jan 2026 19:27:51 +0100
commit

7437ca00fde8744279f39525f3cce123e5d4d712

parent

75fc02bc3b0f055d73262924b8b9d538d3570742

1 files changed, 24 insertions(+), 0 deletions(-)

jump to
M niri/.config/niri/rules.kdlniri/.config/niri/rules.kdl

@@ -26,3 +26,27 @@ match app-id=r#"^org\.gnome\.World\.Secrets$"#

block-out-from "screen-capture" } + +// Indicate screencasted windows with red colors. +window-rule { + match is-window-cast-target=true + + focus-ring { + active-color "#f38ba8" + inactive-color "#7d0d2d" + } + + border { + active-color "#f38ba8" + inactive-color "#7d0d2d" + } + + shadow { + color "#7d0d2d70" + } + + tab-indicator { + active-color "#f38ba8" + inactive-color "#7d0d2d" + } +}