summaryrefslogtreecommitdiffstats
path: root/.local/bin/setwp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-x.local/bin/setwp11
1 files changed, 10 insertions, 1 deletions
diff --git a/.local/bin/setwp b/.local/bin/setwp
index a2689ff..54d6375 100755
--- a/.local/bin/setwp
+++ b/.local/bin/setwp
@@ -48,7 +48,16 @@ sub set_wp
WP_FILE,
'--bg-fill',
WP_FILE
- );
+ );
+ system(
+ 'notify-send',
+ '-u',
+ 'low',
+ '-t',
+ '2000',
+ 'setwp',
+ ' Wallpaper set'
+ );
return;
}