diff options
author | axtlos <axtlos@getcryst.al> | 2024-06-28 01:44:19 +0200 |
---|---|---|
committer | axtlos <axtlos@getcryst.al> | 2024-06-28 01:44:19 +0200 |
commit | 7654df2f9cb61572636183887d0832e448957689 (patch) | |
tree | 46ee5ede1eb124e676c4b33b8ecd9f56c6901437 /misc/dark_niri.sh | |
parent | 13abb5811c63db16cf8d208f2edf3a8a493a9a67 (diff) | |
download | autodarkmode-7654df2f9cb61572636183887d0832e448957689.tar.gz autodarkmode-7654df2f9cb61572636183887d0832e448957689.tar.bz2 |
misc: add dark/light scripts
Diffstat (limited to 'misc/dark_niri.sh')
-rwxr-xr-x | misc/dark_niri.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/dark_niri.sh b/misc/dark_niri.sh new file mode 100755 index 0000000..90a4d37 --- /dev/null +++ b/misc/dark_niri.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +niri msg action do-screen-transition && gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark' |