summary refs log tree commit diff
path: root/.config/waybar/modules
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2020-07-21 13:11:49 +0200
committerRobert Günzler <r@gnzler.io>2020-07-21 13:11:49 +0200
commit363cf5c64c83f29c0b218d44b9ae67572d0602c9 (patch)
tree72e70a11a0b06e7e6a0c69f0965a62a0d0a4a2a1 /.config/waybar/modules
parent2e3e4ea9a26935244bff85f4a4409fa05b1d7244 (diff)
waybar: Switch to material design icons
Diffstat (limited to '.config/waybar/modules')
-rwxr-xr-x.config/waybar/modules/toggl.lua2
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))