wallpaper fix

master
Daniel Napora 2024-08-13 22:50:59 +02:00
parent f4cc1ac319
commit 0a48fc1815
1 changed files with 1 additions and 1 deletions

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