aboutsummaryrefslogtreecommitdiff
path: root/.config/yambar/scripts
diff options
context:
space:
mode:
Diffstat (limited to '.config/yambar/scripts')
-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() {