diff options
| author | eric.marin <maarin.eric@gmail.com> | 2024-12-26 14:33:06 +0100 |
|---|---|---|
| committer | eric.marin <maarin.eric@gmail.com> | 2024-12-30 21:07:42 +0100 |
| commit | 4de5a217c25fe83bb54063f8d842b78c9e6d7fb3 (patch) | |
| tree | 0460bc0600492324f111524dfdff1ef85c9fbf8e /wallust/wallust.toml | |
| parent | ee2b01a3fff043a8b977385227c2659bbcf2e59a (diff) | |
| download | dotfiles-4de5a217c25fe83bb54063f8d842b78c9e6d7fb3.tar.gz dotfiles-4de5a217c25fe83bb54063f8d842b78c9e6d7fb3.zip | |
wallust
Diffstat (limited to '')
| -rw-r--r-- | wallust/wallust.toml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/wallust/wallust.toml b/wallust/wallust.toml new file mode 100644 index 0000000..fa2e790 --- /dev/null +++ b/wallust/wallust.toml @@ -0,0 +1,24 @@ +backend = "kmeans" +check_contrast = true +color_space = "lch" +fallback_generator = "complementary" +palette = "ansidark" + +[templates] +foot.template = "foot" +foot.target = "~/.config/foot/foot.ini" + +nvim.template = "nvim" +nvim.target = "~/.cache/wallust/colors_neopywal.vim" + +fuzzel.template = "fuzzel" +fuzzel.target = "~/.config/fuzzel/fuzzel.ini" + +niri.template = "niri" +niri.target = "~/.config/niri/config.kdl" + +hyprlock.template = "hyprlock" +hyprlock.target = "~/.config/hypr/hyprlock.conf" + +mako.template = "mako" +mako.target = "~/.config/mako/config" |
