Begin transition to niri

This commit is contained in:
Ceres 2026-01-06 16:58:34 +00:00
parent 85d70e9346
commit 31099da025
Signed by: ceres-sees-all
GPG key ID: 9814758436430045
16 changed files with 361 additions and 40 deletions

21
wallust/templates/foot Normal file
View file

@ -0,0 +1,21 @@
[colors]
foreground={{ foreground | strip }}
background={{ background | strip }}
regular0={{ color0 | strip }}
regular1={{ color1 | strip }}
regular2={{ color2 | strip }}
regular3={{ color3 | strip }}
regular4={{ color4 | strip }}
regular5={{ color5 | strip }}
regular6={{ color6 | strip }}
regular7={{ color7 | strip }}
bright0={{ color8 | strip }}
bright1={{ color9 | strip }}
bright2={{ color10 | strip }}
bright3={{ color11 | strip }}
bright4={{ color12 | strip }}
bright5={{ color13 | strip }}
bright6={{ color14 | strip }}
bright7={{ color15 | strip }}

7
wallust/templates/niri Normal file
View file

@ -0,0 +1,7 @@
layout {
border {
active-color "{{ color1 }}"
inactive-color "{{ color1 | darken(0.6) }}"
urgent-color "{{ color2 }}"
}
}

16
wallust/wallust.toml Normal file
View file

@ -0,0 +1,16 @@
backend = "full"
color_space = "lab-mixed"
palette = "dark"
check_contrast = true
[templates]
# NOTE: prefer '' over "" for paths, avoids escaping.
# template: A RELATIVE path that points to `~/.config/wallust/template` (depends on platform)
# target: ABSOLUTE path in which to place a file with generated templated values.
# ¡ If either one is a directory, then both SHOULD be one. !
# zathura = { template = 'zathura', target = '~/.config/zathura/zathurarc' }
niri = { template = 'niri', target = '~/.caelestia/niri/colours.kdl' }
foot = { template = 'foot', target = '~/.caelestia/foot/colours.ini' }