diff options
author | Yigit Sever | 2021-10-24 15:00:22 +0300 |
---|---|---|
committer | Yigit Sever | 2021-10-24 15:00:22 +0300 |
commit | 9697b41a458c07f41d923b32d959e73a109dfee6 (patch) | |
tree | 5ecdff55d89cab8122dd73e09b9a930d285f7307 /.config/polybar/stop | |
parent | 391ca33b25a4e1794b24fd821e02749ef0b5e61a (diff) | |
download | dotfiles-9697b41a458c07f41d923b32d959e73a109dfee6.tar.gz dotfiles-9697b41a458c07f41d923b32d959e73a109dfee6.tar.bz2 dotfiles-9697b41a458c07f41d923b32d959e73a109dfee6.zip |
scripts: use new dunst interface to pause
Diffstat (limited to '.config/polybar/stop')
-rwxr-xr-x | .config/polybar/stop | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.config/polybar/stop b/.config/polybar/stop index 58f8741..1efd193 100755 --- a/.config/polybar/stop +++ b/.config/polybar/stop | |||
@@ -44,4 +44,3 @@ if ($task =~ m/^(\d+)(.*)$/g) { | |||
44 | exec(qq(dunstify --appname="task" --icon="kt-pause" "stopping" "$1")); | 44 | exec(qq(dunstify --appname="task" --icon="kt-pause" "stopping" "$1")); |
45 | } | 45 | } |
46 | } | 46 | } |
47 | |||