scripts/color-mode: add more programs

master
Michele Guerini Rocco 2024-02-11 17:37:34 +01:00
parent e15df3b70f
commit af1f454e63
Signed by: rnhmjoj
GPG Key ID: BFBAF4C975F76450
1 changed files with 3 additions and 0 deletions

View File

@ -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 \