From 84a854c96f15dabaf8f882bac916e0285a6063f8 Mon Sep 17 00:00:00 2001 From: The_miro Date: Mon, 27 Oct 2025 20:35:04 +0100 Subject: [PATCH] also made it so the weekday is displayed with the date --- desktopenvs/hyprland/scripts/calender-fix.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktopenvs/hyprland/scripts/calender-fix.sh b/desktopenvs/hyprland/scripts/calender-fix.sh index 078bf46..9afcecf 100755 --- a/desktopenvs/hyprland/scripts/calender-fix.sh +++ b/desktopenvs/hyprland/scripts/calender-fix.sh @@ -19,7 +19,7 @@ elif [[ $weekdaynum -eq 7 ]]; then fi echo ====================== -date '+%d.%m.%Y' +date '+%A, %d.%m.%Y' echo ====================== cal -m | sed -e 's/^/ /' | sed "s/ $today /[$today]/" | sed "s/ $weekday /[$weekday]/"