wallpaper fix
parent
f4cc1ac319
commit
0a48fc1815
|
@ -28,7 +28,7 @@ dbus-send \
|
||||||
WALLPALDIR="$HOME/.cache/colorizer/palettes"
|
WALLPALDIR="$HOME/.cache/colorizer/palettes"
|
||||||
mkdir -p "$WALLPALDIR"
|
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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue