diff options
Diffstat (limited to 'accounts/gkleen@sif/taffybar/src/taffybar.hs')
-rw-r--r-- | accounts/gkleen@sif/taffybar/src/taffybar.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/accounts/gkleen@sif/taffybar/src/taffybar.hs b/accounts/gkleen@sif/taffybar/src/taffybar.hs index 2f89b5e2..67ee942d 100644 --- a/accounts/gkleen@sif/taffybar/src/taffybar.hs +++ b/accounts/gkleen@sif/taffybar/src/taffybar.hs | |||
@@ -64,8 +64,8 @@ taffybarConfig = | |||
64 | { getMenuLabel = truncatedGetMenuLabel 80 | 64 | { getMenuLabel = truncatedGetMenuLabel 80 |
65 | , getActiveLabel = truncatedGetActiveLabel 80 | 65 | , getActiveLabel = truncatedGetActiveLabel 80 |
66 | } | 66 | } |
67 | worktime = commandRunnerNew 15 "worktime" [] "worktime" | 67 | worktime = commandRunnerNew 60 "worktime" [] "worktime" |
68 | worktimeToday = commandRunnerNew 15 "worktime" ["today"] "worktime today" | 68 | worktimeToday = commandRunnerNew 60 "worktime" ["today"] "worktime today" |
69 | -- See https://github.com/taffybar/gtk-sni-tray#statusnotifierwatcher | 69 | -- See https://github.com/taffybar/gtk-sni-tray#statusnotifierwatcher |
70 | -- for a better way to set up the sni tray | 70 | -- for a better way to set up the sni tray |
71 | -- tray = sniTrayThatStartsWatcherEvenThoughThisIsABadWayToDoIt | 71 | -- tray = sniTrayThatStartsWatcherEvenThoughThisIsABadWayToDoIt |