An open API service indexing awesome lists of open source software.

https://github.com/franzos/arbtt-capture-wl

arbtt capture for niri and sway Wayland compositors
https://github.com/franzos/arbtt-capture-wl

arbtt niri time-tracking wayland

Last synced: 4 months ago
JSON representation

arbtt capture for niri and sway Wayland compositors

Awesome Lists containing this project

README

          

# arbtt-capture-wl

arbtt capture for Wayland compositors (niri, sway).

## Usage

```bash
# Start capturing (60s interval, writes to ~/.arbtt/capture.log)
arbtt-capture-wl

# Custom interval
arbtt-capture-wl -i 30

# Custom logfile
arbtt-capture-wl -f /path/to/capture.log
```

## View stats

Requires `~/.arbtt/categorize.cfg` - see [example config](https://github.com/nomeata/arbtt/blob/master/categorize.cfg).

```bash
arbtt-stats
arbtt-dump
```

## Install

### From GitHub releases

Pre-built binaries and packages (`.deb`, `.rpm`) are available on the [Releases](https://github.com/franzos/arbtt-capture-wl/releases) page.

## Supported compositors

- sway (via `$SWAYSOCK`)
- niri (via `$NIRI_SOCKET`)

## License

GPL-3.0-only