Change how the wallpaper is applied

The wallpaper is reapplied by the window manager everytime you choose
another theme, now it doesn't depend on the script anymore to do that.
This commit is contained in:
cizordj
2021-01-29 16:35:27 -03:00
parent a192b039c2
commit cebf7ebb1b
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -225,7 +225,7 @@ mode "resize" {
}
# Autostart applications
exec --no-startup-id xwallpaper --daemon --zoom $XDG_CONFIG_HOME/xwallpaper/$wallpaper
exec_always --no-startup-id xwallpaper --daemon --zoom $XDG_CONFIG_HOME/xwallpaper/$wallpaper
exec --no-startup-id compton -b
exec --no-startup-id nm-applet
exec_always --no-startup-id $HOME/.config/polybar/i3wmthemer_bar_launch.sh
-1
View File
@@ -96,7 +96,6 @@ function restartApps(){
pkill dunst
xrdb "${CONFIG_PATH['xresources']}"
i3 restart
xwallpaper --daemon --zoom "$XDG_CONFIG_HOME/xwallpaper/$wallpaper"
notify-send "Theme applied successfully!"
}