mirror of
https://github.com/mintycube/dwmblocks.git
synced 2024-10-22 14:05:47 +02:00
Update README.
This commit is contained in:
parent
1d936dcadd
commit
90da29d54f
@ -77,7 +77,9 @@ static const Block blocks[] = {
|
|||||||
|
|
||||||
Apart from that you can also modify the block delimiters and width of each block as shown.
|
Apart from that you can also modify the block delimiters and width of each block as shown.
|
||||||
```c
|
```c
|
||||||
|
// Maximum length of each block, expressed in number of characters.
|
||||||
#define CMDLENGTH 50
|
#define CMDLENGTH 50
|
||||||
|
|
||||||
#define delimiter " "
|
#define delimiter " "
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user