mirror of
https://github.com/tiyn/dwmblocks.git
synced 2025-04-19 16:17:47 +02:00
adding delimiter |
This commit is contained in:
parent
2b19eb8672
commit
e5a4febf20
2
config.h
2
config.h
@ -11,7 +11,7 @@ static const Block blocks[] = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
//sets delimeter between status commands. NULL character ('\0') means no delimeter.
|
//sets delimeter between status commands. NULL character ('\0') means no delimeter.
|
||||||
static char delim = ' ';
|
static char delim = '|';
|
||||||
|
|
||||||
// Have dwmblocks automatically recompile and run when you edit this file in
|
// Have dwmblocks automatically recompile and run when you edit this file in
|
||||||
// vim with the following line in your vimrc/init.vim:
|
// vim with the following line in your vimrc/init.vim:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user