mirror of
https://github.com/kolunmi/dwlb.git
synced 2025-10-28 18:54:17 +00:00
add dependencies list to README
This commit is contained in:
parent
ae03196365
commit
4ffc26c89f
12
README.md
12
README.md
@ -5,10 +5,18 @@
|
|||||||
|
|
||||||
dwlb is a simple bar for [dwl](https://github.com/djpohly/dwl). It is a modified version of [dtao](https://github.com/djpohly/dtao).
|
dwlb is a simple bar for [dwl](https://github.com/djpohly/dwl). It is a modified version of [dtao](https://github.com/djpohly/dtao).
|
||||||
|
|
||||||
|
## Dependencies
|
||||||
|
* libwayland-client
|
||||||
|
* libwayland-cursor
|
||||||
|
* pixman
|
||||||
|
* fcft
|
||||||
|
* uthash
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/kolunmi/dwlb
|
git clone https://github.com/kolunmi/dwlb
|
||||||
cd dwlb
|
cd dwlb
|
||||||
|
make
|
||||||
make install
|
make install
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -22,9 +30,9 @@ dwl -s 'dwlb -font "monospace:size=16"'
|
|||||||
Command options send instructions to existing instances of dwlb. All commands take at least one argument to specify a bar on which to operate. This may be zxdg_output_v1 name, "all" to affect all outputs, "selected" for the current output, or "first" for the first output in the internal list.
|
Command options send instructions to existing instances of dwlb. All commands take at least one argument to specify a bar on which to operate. This may be zxdg_output_v1 name, "all" to affect all outputs, "selected" for the current output, or "first" for the first output in the internal list.
|
||||||
|
|
||||||
### Status Text
|
### Status Text
|
||||||
The `-status` command is used to write status text. The text may contain in-line commands in the following format: `^cmd(argument)`:
|
The `-status` command is used to write status text. The text may contain in-line commands in the following format: `^cmd(argument)`.
|
||||||
|
|
||||||
| Command | Description |
|
| In-Line Command | Description |
|
||||||
|---------------------|-----------------------------------------------------------------------------|
|
|---------------------|-----------------------------------------------------------------------------|
|
||||||
| `^fg(HEXCOLOR)` | Sets foreground color to `HEXCOLOR`. |
|
| `^fg(HEXCOLOR)` | Sets foreground color to `HEXCOLOR`. |
|
||||||
| `^bg(HEXCOLOR)` | Sets background color to `HEXCOLOR`. |
|
| `^bg(HEXCOLOR)` | Sets background color to `HEXCOLOR`. |
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user