diff options
Diffstat (limited to 'waybar-breaktimer.sh')
| -rwxr-xr-x | waybar-breaktimer.sh | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/waybar-breaktimer.sh b/waybar-breaktimer.sh index b445893..cac5a14 100755 --- a/waybar-breaktimer.sh +++ b/waybar-breaktimer.sh @@ -2,6 +2,20 @@ # # waybar-breaktimer.sh - modulo custom Waybar per breaktimer # Legge il tempo rimanente gia' congelato dal daemon (no calcolo next-now). +# +# Copyright (C) 2026 Danilo M. <danix@danix.xyz> +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; version 2 of the License. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along +# with this program; if not, see <https://www.gnu.org/licenses/>. RUNTIME="${XDG_RUNTIME_DIR:-/tmp}" PID_FILE="$RUNTIME/breaktimer.pid" |
