aboutsummaryrefslogtreecommitdiff
path: root/.config/yambar
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2024-04-20 12:28:39 +0100
committerJustine Smithies <justine@smithies.me.uk>2024-04-20 12:28:39 +0100
commitabca8c3a57d061435da6aa9c7ef7f54236d2d734 (patch)
tree35633f2f7ede104a42a97fd4fe011cc29bcf4991 /.config/yambar
parentbe648d71d2307f47ff4f8ff269acdfcc6cb02d0b (diff)
notify-send: Replace -r id with --hint=string:x-canonical-private-synchronous:id
Diffstat (limited to '.config/yambar')
-rwxr-xr-x.config/yambar/scripts/calendar.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/yambar/scripts/calendar.sh b/.config/yambar/scripts/calendar.sh
index 3c6b16f..353c471 100755
--- a/.config/yambar/scripts/calendar.sh
+++ b/.config/yambar/scripts/calendar.sh
@@ -3,7 +3,7 @@
# Calendar script
function ShowCalendar() {
- notify-send -i "calendar" " 📅 Calendar" "$(cal --color=always | sed "s/..7m/<b><span color=\"#fabd2f\">/;s/..0m/<\/span><\/b>/")" -r 124
+ notify-send -i "calendar" " 📅 Calendar" "$(cal --color=always | sed "s/..7m/<b><span color=\"#fabd2f\">/;s/..0m/<\/span><\/b>/")" --hint=string:x-canonical-private-synchronous:calendar
}
function EditCalendar() {