diff options
| author | Justine Smithies <justine@smithies.me.uk> | 2026-05-12 20:25:39 +0100 |
|---|---|---|
| committer | Justine Smithies <justine@smithies.me.uk> | 2026-05-12 20:25:39 +0100 |
| commit | 1ff68bab4fe83356675592ec261c81c20208f9c3 (patch) | |
| tree | 07d45b6c3a1ae8542681953c33ae2291721f5ba5 /.config/waybar/scripts | |
| parent | 23527b08d41879c2867b30d1d10cf1cb663c1d66 (diff) | |
Removed html <big>
Diffstat (limited to '.config/waybar/scripts')
| -rwxr-xr-x | .config/waybar/scripts/calendar.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/waybar/scripts/calendar.sh b/.config/waybar/scripts/calendar.sh index e2da3ce..d5fcd84 100755 --- a/.config/waybar/scripts/calendar.sh +++ b/.config/waybar/scripts/calendar.sh @@ -3,7 +3,7 @@ # Calendar script ShowCalendar() { - notify-send -a "Calendar" --hint string:x-canonical-private-synchronous:calendar " 📅 Calendar" "$(cal | sed "s/\<$(date +%d | sed 's/^0*//')\>/<big><b>$(date +%d | sed 's/^0*//')<\/b><\/big>/")" + notify-send -a "Calendar" --hint string:x-canonical-private-synchronous:calendar " 📅 Calendar" "$(cal | sed "s/\<$(date +%d | sed 's/^0*//')\>/<b>$(date +%d | sed 's/^0*//')<\/b>/")" } EditCalendar() { |
