generalize pomfile path - pomodoro - Unnamed repository; edit this file 'description' to name the repository.
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 84ac34c01d6697e24e4214baf9f1306b6a97f5a8
DIR parent 037dfc078ac256aa80ef2bb72a65b44a8f198d97
HTML Author: kroovy <me@kroovy.de>
Date: Wed, 23 Apr 2025 22:21:30 +0200
generalize pomfile path
Diffstat:
M pomodoro.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/pomodoro.sh b/pomodoro.sh
@@ -3,7 +3,7 @@
work="█"
relax="▒"
delim=':'
-pomfile="/home/kroovy/.pomodoro"
+pomfile="/home/$USER/.pomodoro"
sound=1
ding() { [ $sound ] && paplay ~/.sounds/ding.mp3; }