diff options
Diffstat (limited to '')
| -rwxr-xr-x | scripts/set_background | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/set_background b/scripts/set_background index 161a272..9a29ffa 100755 --- a/scripts/set_background +++ b/scripts/set_background @@ -14,7 +14,7 @@ wallust run $argv[1]; and begin set -U img $argv[1] swww img $argv[1] makoctl reload - notify-send -i $argv[1] "Wallust" "Changed wallpaper and palette." + notify-send -i $img "Wallust" "Changed wallpaper and palette." end; or begin notify-send -u critical "Wallust" "Failed to change palette" end; |
