scripts/color-mode: add more programs
This commit is contained in:
parent
e15df3b70f
commit
af1f454e63
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user