sustas

Crates.iosustas
lib.rssustas
version0.1.0
sourcesrc
created_at2022-11-16 11:42:59.143945
updated_at2022-11-16 11:42:59.143945
descriptionA tool to generate desktop status lines.
homepage
repositoryhttps://github.com/joshua-cooper/sustas
max_upload_size
id716323
size64,295
Josh Cooper (joshua-cooper)

documentation

README

Sustas

A tool to generate desktop status lines.

Supported formats

  • swaybar

Configuration

The config file lives at $XDG_CONFIG_HOME/sustas/config.toml.

The status line is configured via modules, for example:

format = "swaybar"

[[modules]]
kind = "wifi"
interface = "wlan0"

[[modules]]
kind = "bluetooth"
address = "1A:12:75:7D:E8:5D"

[[modules]]
kind = "bluetooth_device"
address = "1F:BA:15:9A:81:B1"

[[modules]]
kind = "battery"
name = "BAT0"

[[modules]]
kind = "clock"
Commit count: 6

cargo fmt