zutty: add xresources

This commit is contained in:
2026-01-28 11:16:38 +01:00
parent 9f4a0eb52d
commit 9a2a4822c2
3 changed files with 46 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ if [ -n "$XRES" ]; then
elif [ "$THEME" = light ]; then
sed -i 's/^#define THEME_DARK/#undef THEME_DARK/' "$XRES"
fi
xrdb -merge "$XRES"
xrdb -merge "$XRES" -DHOME="$HOME"
pkill -USR1 '^st$'
fi