diff options
Diffstat (limited to 'misc/light_niri.sh')
-rwxr-xr-x | misc/light_niri.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/misc/light_niri.sh b/misc/light_niri.sh new file mode 100755 index 0000000..2920fb7 --- /dev/null +++ b/misc/light_niri.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +niri msg action do-screen-transition && gsettings set org.gnome.desktop.interface color-scheme 'default' + |