3个版本

0.1.2 2023年8月13日
0.1.1 2023年7月20日
0.1.0 2023年7月20日

#329 in GUI

Apache-2.0

11KB
166

dwmbar

适用于dwm的简单状态栏

安装

cargo install dwmbar

配置

配置文件位于$XDG_CONFIG_HOME/dwmbar/config.json或简单地~/.config/dwmbar/config.json 默认设置应能给您一个关于其结构的初步了解。这是一个基本的命令

...
{
  "command": "pwd",
  "update_delay": 5000, // Update delay, in ms (optional)
  "ignore_status_code": true, // Take the output even if the status code indicates a failure. Default: false (optional)
},
...

每个命令由文件顶部的分隔符指定。
thread_polling_delay 指的是检查是否有命令完成后延迟的时间。 1/0.thread_polling_delay 实际上是状态栏更新的刷新率

依赖项

~1.7–2.5MB
~56K SLoC