wallpaper fix

This commit is contained in:
Daniel Napora 2024-08-13 22:50:59 +02:00
parent f4cc1ac319
commit 0a48fc1815

View File

@ -28,7 +28,7 @@ dbus-send \
WALLPALDIR="$HOME/.cache/colorizer/palettes"
mkdir -p "$WALLPALDIR"
read WALLPATH<<< $(grep file "$HOME/.config/nitrogen/bg-saved.cfg" | cut -d'=' -f2) # full path to wallpaper file
read WALLPATH<<< $(grep file "$HOME/.config/nitrogen/bg-saved.cfg" | tail -1| cut -d'=' -f2) # full path to wallpaper file