From fb498ec5f06a1eb0ab8b8990e11232c458fe6dec Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Mon, 19 Aug 2024 16:30:06 +0100 Subject: (Scripts)~Fixup cowfortune and datetime Cowfortune now has a hardcoded absolute path to the cowfile. datetime has a better icon. --- Scripts/.local/scripts/cowfortune | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Scripts/.local/scripts/cowfortune') diff --git a/Scripts/.local/scripts/cowfortune b/Scripts/.local/scripts/cowfortune index d78a950..5bed66d 100755 --- a/Scripts/.local/scripts/cowfortune +++ b/Scripts/.local/scripts/cowfortune @@ -2,4 +2,4 @@ cow=$(echo -e "default\ncower\nmoofasa\nmoose\nmutilated\nsatanic\nsheep\nsmall\ntux\nvader" | shuf | head -1) -fortune | cowsay -f $cow +fortune | cowsay -f /usr/share/cowsay/cows/$cow.cow -- cgit v1.2.3-13-gbd6f