diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2021-12-06 08:30:54 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2021-12-06 08:30:54 +0100 |
commit | e435d8fe627646e485adaae36d08fc115c22fa20 (patch) | |
tree | c86bcf0b408ec62dc42396ffd2fd1ac3af3b5dd8 /accounts/gkleen@sif/taffybar | |
parent | e019e80eac1b03a5c177ef5d358b720bdbc774ac (diff) | |
download | nixos-e435d8fe627646e485adaae36d08fc115c22fa20.tar nixos-e435d8fe627646e485adaae36d08fc115c22fa20.tar.gz nixos-e435d8fe627646e485adaae36d08fc115c22fa20.tar.bz2 nixos-e435d8fe627646e485adaae36d08fc115c22fa20.tar.xz nixos-e435d8fe627646e485adaae36d08fc115c22fa20.zip |
gkleen@sif: ...
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 |