From b61b58ce2c1371d6f904f108fa7feed3abfbe5c7 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Wed, 8 Apr 2026 13:18:14 +0900 Subject: * MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Automated-commit-by: dots Signed-off-by: Robert Günzler --- .config/rc/init.d/xdg-desktop-portal-darkman | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 .config/rc/init.d/xdg-desktop-portal-darkman (limited to '.config/rc/init.d/xdg-desktop-portal-darkman') diff --git a/.config/rc/init.d/xdg-desktop-portal-darkman b/.config/rc/init.d/xdg-desktop-portal-darkman new file mode 100755 index 0000000..8067c95 --- /dev/null +++ b/.config/rc/init.d/xdg-desktop-portal-darkman @@ -0,0 +1,13 @@ +#!/sbin/openrc-run + +name="darkman" +description="Control dark mode and light mode transitions" + +supervisor=supervise-daemon +command="/usr/bin/darkman" +command_args="run" +error_logger="logger -t '${RC_SVCNAME}' -p daemon.error" + +depend() { + need dbus +} -- cgit 1.4.1