diff options
| author | Robert Günzler <r@gnzler.io> | 2020-07-21 13:11:49 +0200 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2020-07-21 13:11:49 +0200 |
| commit | 363cf5c64c83f29c0b218d44b9ae67572d0602c9 (patch) | |
| tree | 72e70a11a0b06e7e6a0c69f0965a62a0d0a4a2a1 /.config/waybar/modules | |
| parent | 2e3e4ea9a26935244bff85f4a4409fa05b1d7244 (diff) | |
waybar: Switch to material design icons
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)) |