Changed how themes are applied

- Now it is not needed to restart i3wm everytime the theme changes
- Polybar is now restarted separately to apply the changes
This commit is contained in:
Caesar
2020-05-16 19:44:25 -03:00
parent 5e972fcef4
commit 95b8d3eafc
+2 -1
View File
@@ -66,7 +66,8 @@ function restartApps(){
pkill dunst
nitrogen --restore
xrdb ${CONFIG_PATH['xresources']}
i3-msg restart
i3-msg reload
. $XDG_CONFIG_HOME/polybar/i3wmthemer_bar_launch.sh
notify-send "Theme applied successfully!"
}