diff options
author | Justine Smithies <justine@smithies.me.uk> | 2024-05-10 19:49:57 +0100 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2024-05-10 19:49:57 +0100 |
commit | ccb081f4f40f71e5db09be082e69af9e25e84e41 (patch) | |
tree | 629268600e4eaad968886fc29f6dc012a68a210d /.config/eww/scripts/calendar.sh | |
parent | fb3afe0023747f7f7f8f85dfa0a38baf61cbfb71 (diff) |
Updates for using eww as the bar for sway
Diffstat (limited to '.config/eww/scripts/calendar.sh')
-rwxr-xr-x | .config/eww/scripts/calendar.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/eww/scripts/calendar.sh b/.config/eww/scripts/calendar.sh index 3c6b16f..f077c59 100755 --- a/.config/eww/scripts/calendar.sh +++ b/.config/eww/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 --hint=string:x-canonical-private-synchronous:calendar -u normal -i "calendar" " 📅 Calendar" "$(cal --color=always | sed "s/..7m/<b><span color=\"#fabd2f\">/;s/..0m/<\/span><\/b>/")" } function EditCalendar() { |