From 4fbffd70ab7a1ddaccf555ee9b4cb489776e079f Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Sat, 15 Aug 2026 13:58:32 +0100 Subject: Added calendar icon to date and time button and extended the button slighty. --- .config/cow/cowbuttons.conf | 2 +- .config/cow/scripts/date-time.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to '.config/cow') diff --git a/.config/cow/cowbuttons.conf b/.config/cow/cowbuttons.conf index ebf690f..8d8fb45 100644 --- a/.config/cow/cowbuttons.conf +++ b/.config/cow/cowbuttons.conf @@ -29,7 +29,7 @@ panel Status { } panel Clock { - cell 270 34 + cell 285 34 grid 1 1 row height 34 { script "~/.config/cow/scripts/date-time.sh" interval 1 click "exec $HOME/.config/cow/scripts/calendar.sh show" justify center bg 0x282828C6 fg 0xffffff bg_pressed 0x282828C6 fg_pressed 0xffffff diff --git a/.config/cow/scripts/date-time.sh b/.config/cow/scripts/date-time.sh index 4ff00d4..fa7fead 100755 --- a/.config/cow/scripts/date-time.sh +++ b/.config/cow/scripts/date-time.sh @@ -7,4 +7,4 @@ DaySuffix() { *) echo "th";; esac } -echo $(date "+%A %-d`DaySuffix` %B %Y - %H:%M ") +echo " $(date "+%A %-d`DaySuffix` %B %Y - %H:%M ")" -- cgit v1.3