Basic no-wallpaper support
This commit is contained in:
parent
674c302350
commit
c197756767
13 changed files with 38 additions and 11 deletions
|
@ -84,6 +84,10 @@ export const SLOT_INHERITANCE = {
|
|||
opacity: 'bg',
|
||||
priority: 1
|
||||
},
|
||||
wallpaper: {
|
||||
depends: ['bg'],
|
||||
color: (mod, bg) => brightness(-2 * mod, bg).rgb
|
||||
},
|
||||
fg: {
|
||||
depends: [],
|
||||
priority: 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue