diff options
| author | Danilo M. <danix@danix.xyz> | 2026-06-23 12:20:38 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-06-23 12:22:00 +0200 |
| commit | abe41b57d39e6fd2d88a1e5e20c921b96d54b65b (patch) | |
| tree | 82b5864a8cae82437f537b61dd8a96118cef4f4e /waybar-breaktimer.sh | |
| parent | d15531a76f87e29e32c18ba64445003cafe1734a (diff) | |
| download | breaktimer-abe41b57d39e6fd2d88a1e5e20c921b96d54b65b.tar.gz breaktimer-abe41b57d39e6fd2d88a1e5e20c921b96d54b65b.zip | |
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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" |
