diff options
Diffstat (limited to '.config/waybar/modules')
| -rwxr-xr-x | .config/waybar/modules/toggl.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/waybar/modules/toggl.lua b/.config/waybar/modules/toggl.lua index e44fce2..7c9f0b9 100755 --- a/.config/waybar/modules/toggl.lua +++ b/.config/waybar/modules/toggl.lua @@ -25,4 +25,4 @@ end d = unix_time + diff -print(string.format(' %dh %.2dm', d/(60*60), d/60%60)) +print(string.format('%dh %.2dm', d/(60*60), d/60%60)) |