From 7a81909d5d439beaba2695ebe8b59ebf3da89652 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sat, 15 Nov 2025 11:38:00 +0300 Subject: [PATCH] calendar instead of calendar.txt --- bin/bin/rem | 2 +- x/.xinitrc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/bin/rem b/bin/bin/rem index c94c5a4..24f9fc9 100755 --- a/bin/bin/rem +++ b/bin/bin/rem @@ -1,3 +1,3 @@ #!/bin/sh -grep $(date -I) -A ${1:-14} ~/secure/calendar.txt | cat -n | spc -e red,Mon +exec calendar -f ~/rem/calendar -A ${1:-14} diff --git a/x/.xinitrc b/x/.xinitrc index 23d1354..b240973 100755 --- a/x/.xinitrc +++ b/x/.xinitrc @@ -10,4 +10,5 @@ if [[ -e /tmp/stargrave-flags/HI ]] ; then xset m 4 1 ( sleep 60 ; xsetroot -xcf /usr/local/share/icons/redglass/cursors/left_ptr 32 ) & fi +herbe "$(calendar -f ~/rem/calendar -A 7)" & exec ~/src/suckless/dwm/dwm -- 2.51.0