From af1f454e63806300cab8d88e1412544541a0d019 Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Sun, 11 Feb 2024 17:37:34 +0100 Subject: [PATCH] scripts/color-mode: add more programs --- scripts/color-mode | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/color-mode b/scripts/color-mode index 1b93380..413a23a 100755 --- a/scripts/color-mode +++ b/scripts/color-mode @@ -18,6 +18,9 @@ sed -r "$expand" "$XDG_CONFIG_HOME/dunst/dunstrc.in" > "$XDG_CONFIG_HOME/dun theme="${1%dark}" sed -i "s/theme=.*/theme=${theme:-dawn}/" "$XDG_CONFIG_HOME/nheko.conf" +pkill nheko && nheko & +pkill xclock && xclock & + xsetroot -fg "$(xrdb -get root.foreground)" \ -bg "$(xrdb -get root.background)" \ -bitmap ~/img/tiles/arrows.xbm \