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 --- .local/share/darkman/mako.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 .local/share/darkman/mako.sh (limited to '.local/share/darkman/mako.sh') diff --git a/.local/share/darkman/mako.sh b/.local/share/darkman/mako.sh new file mode 100755 index 0000000..dd50242 --- /dev/null +++ b/.local/share/darkman/mako.sh @@ -0,0 +1,14 @@ +#!/bin/sh +set -eu + +case "$1" in +dark) + echo "include=~/.config/mako/colors-dark" > ~/.config/mako/colors + makoctl reload + ;; +light) + echo "include=~/.config/mako/colors-light" > ~/.config/mako/colors + makoctl reload + ;; +default) exit 1 ;; +esac -- cgit 1.4.1