diff options
author | Justine Smithies <justine@smithies.me.uk> | 2024-02-04 16:15:23 +0000 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2024-02-04 16:15:23 +0000 |
commit | c7420b31084bf57186774d3f331fd13b3a873847 (patch) | |
tree | 5f985fc576bc3e9f2c7ceea5df2c9ebe456e2bb8 /.config | |
parent | c4bc312d2c82b2843c8ed8dcf45cf713934113a4 (diff) |
Arch Linux fix calendar as different from Void setup
Diffstat (limited to '.config')
-rwxr-xr-x | .config/yambar/scripts/calendar.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/yambar/scripts/calendar.sh b/.config/yambar/scripts/calendar.sh index d066cf8..767142f 100755 --- a/.config/yambar/scripts/calendar.sh +++ b/.config/yambar/scripts/calendar.sh @@ -3,7 +3,7 @@ # Calendar script function ShowCalendar() { - dunstify -i "calendar" " Calendar" "$(cal --color=always | sed "s/..7m/<b><span color=\"#fabd2f\">/;s/..27m/<\/span><\/b>/")" -r 124 + dunstify -i "calendar" " 📅 Calendar" "$(cal --color=always | sed "s/..7m/<b><span color=\"#fabd2f\">/;s/..0m/<\/span><\/b>/")" -r 124 } function EditCalendar() { |