diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2023-10-05 22:13:09 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2023-10-05 22:13:09 +0200 |
commit | 8da343920ba5084c0eae864c63f349d4e33c9561 (patch) | |
tree | 869f9d4a40e76dc7dae27ac4e96c80aa6d824424 /accounts/gkleen@sif/taffybar/src/taffybar.hs | |
parent | a434564007af0679bcafffb2d3f0633d21d9c8ad (diff) | |
download | nixos-8da343920ba5084c0eae864c63f349d4e33c9561.tar nixos-8da343920ba5084c0eae864c63f349d4e33c9561.tar.gz nixos-8da343920ba5084c0eae864c63f349d4e33c9561.tar.bz2 nixos-8da343920ba5084c0eae864c63f349d4e33c9561.tar.xz nixos-8da343920ba5084c0eae864c63f349d4e33c9561.zip |
...
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 |