From cf38f576fa9af4cf9f0e256a8a34f0df969eaf39 Mon Sep 17 00:00:00 2001 From: cizordj Date: Mon, 29 Jun 2020 13:31:22 -0300 Subject: [PATCH] Fix wallpaper application - The script was not applying the wallpaper after changing the theme, the issue is now fixed. --- i3-themer | 1 + 1 file changed, 1 insertion(+) diff --git a/i3-themer b/i3-themer index 88844c16..3b7760af 100755 --- a/i3-themer +++ b/i3-themer @@ -75,6 +75,7 @@ function restartApps(){ pkill dunst xrdb ${CONFIG_PATH['xresources']} i3-msg restart + nitrogen --restore notify-send "Theme applied successfully!" }