diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-11-12 18:34:28 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-11-12 18:34:28 +0100 |
commit | 54dbc966d6a911dbb7bbd059f94f7e30c16e47bf (patch) | |
tree | c6a068dad02d0aac9de6f8540c1bfba7a52d0d6a /.local/bin/setwp | |
parent | Notifications update (diff) | |
download | dotfiles-bsd-54dbc966d6a911dbb7bbd059f94f7e30c16e47bf.tar.gz dotfiles-bsd-54dbc966d6a911dbb7bbd059f94f7e30c16e47bf.tar.bz2 dotfiles-bsd-54dbc966d6a911dbb7bbd059f94f7e30c16e47bf.tar.xz dotfiles-bsd-54dbc966d6a911dbb7bbd059f94f7e30c16e47bf.tar.zst dotfiles-bsd-54dbc966d6a911dbb7bbd059f94f7e30c16e47bf.zip |
New espeak script for dunst
Diffstat (limited to '')
-rwxr-xr-x | .local/bin/setwp | 11 |
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; } |