1 个不稳定版本

0.1.0 2022年11月16日

#747配置

47 每月下载量

0BSD 许可证

30KB
771

Sustas

生成桌面状态行的工具。

支持的格式

  • swaybar

配置

配置文件位于 $XDG_CONFIG_HOME/sustas/config.toml

状态行通过模块进行配置,例如

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"

lib.rs:

构建状态栏的组件。

依赖项

~3–16MB
~205K SLoC