mastodon.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
The original server operated by the Mastodon gGmbH non-profit

Administered by:

Server stats:

383K
active users

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

minute

my waybar integration is just:

```
"custom/timew": {
"exec": "echo $(timew | head -n1) $(timew | awk '/Total/{print $NF}') ",
"interval": 5
},
```