aboutsummaryrefslogtreecommitdiff
path: root/dot-config/yambar/scripts/pacman-notify
diff options
context:
space:
mode:
Diffstat (limited to 'dot-config/yambar/scripts/pacman-notify')
-rwxr-xr-xdot-config/yambar/scripts/pacman-notify3
1 files changed, 1 insertions, 2 deletions
diff --git a/dot-config/yambar/scripts/pacman-notify b/dot-config/yambar/scripts/pacman-notify
index a9ce535..9c6a84b 100755
--- a/dot-config/yambar/scripts/pacman-notify
+++ b/dot-config/yambar/scripts/pacman-notify
@@ -13,6 +13,5 @@ fi
# Notify
notify-send \
- -i package-x-generic \
-h string:x-canonical-private-synchronous:updates \
- "$msg" "$(cut -f1 -d' ' ~/.cache/updates)"
+ "$msg" "$(cut -f1 -d' ' ~/.cache/updates | sed -z 's/\n/ /g')"