Add necessary code to read user's own configuration

This commit is contained in:
cizordj
2020-12-16 14:54:42 -03:00
parent d3b2bf79c0
commit fc48609a95
+7
View File
@@ -141,4 +141,11 @@ i3config > "${CONFIG_PATH['i3']}"
nitrogenConfig > "${CONFIG_PATH['nitrogen']}"
polybarConfig > "${CONFIG_PATH['polybar']}"
xresourcesConfig > "${CONFIG_PATH['xresources']}"
for file in defaults.d/* ; do
source "$file"
done
i3config >> "${CONFIG_PATH['i3']}"
polybarConfig >> "${CONFIG_PATH['polybar']}"
xresourcesConfig >> "${CONFIG_PATH['xresources']}"
restartApps 2&> /dev/null