diff options
Diffstat (limited to 'accounts/gkleen@sif/taffybar')
-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 dd713ea7..c683f035 100644 --- a/accounts/gkleen@sif/taffybar/src/taffybar.hs +++ b/accounts/gkleen@sif/taffybar/src/taffybar.hs | |||
@@ -58,8 +58,8 @@ exampleTaffybarConfig = | |||
58 | { getMenuLabel = truncatedGetMenuLabel 80 | 58 | { getMenuLabel = truncatedGetMenuLabel 80 |
59 | , getActiveLabel = truncatedGetActiveLabel 80 | 59 | , getActiveLabel = truncatedGetActiveLabel 80 |
60 | } | 60 | } |
61 | worktime = commandRunnerNew 150 "worktime" [] "worktime" | 61 | worktime = commandRunnerNew 15 "worktime" [] "worktime" |
62 | worktimeToday = commandRunnerNew 150 "worktime" ["today"] "worktime today" | 62 | worktimeToday = commandRunnerNew 15 "worktime" ["today"] "worktime today" |
63 | -- See https://github.com/taffybar/gtk-sni-tray#statusnotifierwatcher | 63 | -- See https://github.com/taffybar/gtk-sni-tray#statusnotifierwatcher |
64 | -- for a better way to set up the sni tray | 64 | -- for a better way to set up the sni tray |
65 | -- tray = sniTrayThatStartsWatcherEvenThoughThisIsABadWayToDoIt | 65 | -- tray = sniTrayThatStartsWatcherEvenThoughThisIsABadWayToDoIt |