mirror of
https://github.com/cizordj/i3-themer.git
synced 2024-04-21 12:32:12 +00:00
Add necessary code to read user's own configuration
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user