From 363cf5c64c83f29c0b218d44b9ae67572d0602c9 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Tue, 21 Jul 2020 13:11:49 +0200 Subject: waybar: Switch to material design icons --- .config/waybar/modules/toggl.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/waybar/modules') 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)) -- cgit 1.4.1