switched to hellwal
This commit is contained in:
parent
ac383289c7
commit
fa169ab0b6
40 changed files with 633 additions and 1761 deletions
9
.config/hellwal/templates/dwl-colors-bar.h
Normal file
9
.config/hellwal/templates/dwl-colors-bar.h
Normal file
|
@ -0,0 +1,9 @@
|
|||
#define WALLPAPER "%%wallpaper%%"
|
||||
|
||||
static const float rootcolor[] = COLOR(0x%%color0.hex%%ff);
|
||||
static uint32_t colors[][3] = {
|
||||
/* fg bg border */
|
||||
[SchemeNorm] = { 0x%%color15.hex%%ff, 0x%%color0.hex%%ff, 0x%%color8.hex%%ff },
|
||||
[SchemeSel] = { 0x%%color15.hex%%ff, 0x%%color2.hex%%ff, 0x%%color1.hex%%ff },
|
||||
[SchemeUrg] = { 0x%%color15.hex%%ff, 0x%%color1.hex%%ff, 0x%%color2.hex%%ff },
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue