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