ok, timewarrior was quite easy to integrate into waybar with a custom shell command module, so i can always see the current status / what i'm working on and for how long
Conversation
Notices
-
minute (mntmn@mastodon.social)'s status on Thursday, 04-Jul-2024 20:00:28 JST minute -
minute (mntmn@mastodon.social)'s status on Thursday, 04-Jul-2024 20:06:08 JST minute my waybar integration is just:
```
"custom/timew": {
"exec": "echo $(timew | head -n1) $(timew | awk '/Total/{print $NF}') ",
"interval": 5
},
``` -
iamreinder (iamreinder@mastodon.social)'s status on Friday, 05-Jul-2024 01:21:06 JST iamreinder @mntmn Ooh! I never thought of that! Very nice.
-