Added Network icon to bar and rework some of the debug prints
This commit is contained in:
@@ -53,6 +53,12 @@ if [ ! -d $static_wallpaper_dir ]; then
|
||||
mkdir -p $static_wallpaper_dir;
|
||||
fi
|
||||
|
||||
current_wallpaper="$static_wallpaper_dir/current"
|
||||
|
||||
echo "$image" > $current_wallpaper
|
||||
|
||||
blurred_wp="$static_wallpaper_dir/blurred.jpg"
|
||||
|
||||
magick $image -blur $blur $blurred_wp
|
||||
|
||||
echo "test"
|
||||
|
||||
Reference in New Issue
Block a user