From 83302d8bd99fc943edea84b2d49b757675245bea Mon Sep 17 00:00:00 2001 From: holly sparkles Date: Mon, 22 Apr 2024 21:18:35 +0200 Subject: [PATCH] add calcurse launcher i use this as my calendar on xfce4-panel. this script uses xfce4-terminal because i need my calendar working 100% of the time and kitty won't launch without rebooting after an update. --- .scripts/calendar.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 .scripts/calendar.sh diff --git a/.scripts/calendar.sh b/.scripts/calendar.sh new file mode 100755 index 0000000..ac90455 --- /dev/null +++ b/.scripts/calendar.sh @@ -0,0 +1,2 @@ +#!/usr/bin/env zsh +xfce4-terminal --hide-menubar --title=Agenda -e calcurse -- libgit2 1.7.2