Crates.io | dwmbar |
lib.rs | dwmbar |
version | 0.1.2 |
source | src |
created_at | 2023-07-20 21:02:01.153921 |
updated_at | 2023-08-13 16:44:34.653053 |
description | Status bar for dwm |
homepage | |
repository | https://github.com/Lulonaut/dwmbar |
max_upload_size | |
id | 921770 |
size | 33,352 |
Simple status bar for dwm
cargo install dwmbar
The config file is placed at $XDG_CONFIG_HOME/dwmbar/config.json
or simply ~/.config/dwmbar/config.json
The default should give you an idea of how it is structured. This is a basic command:
...
{
"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)
},
...
Each command is seperated by the delimiter specified at the top of the file.
thread_polling_delay
refers to the delay after checking if any commands are done. 1/0.thread_polling_delay
is effectively the refresh rate at which the status bar is updated