diff options
| author | joott <josh@ottmail.me> | 2025-07-30 15:53:29 -0400 |
|---|---|---|
| committer | joott <josh@ottmail.me> | 2025-07-30 15:53:29 -0400 |
| commit | 26694e09e8f5bf2262737312e7ad217118db20de (patch) | |
| tree | ca55eee2f8c5106c61e747979780d6f393fd24c9 /.config/wallust/wallust.toml | |
| parent | 89a596a50ec61b8ebd6040b06a7cab994afd1b3a (diff) | |
| download | dotfiles-26694e09e8f5bf2262737312e7ad217118db20de.tar.gz dotfiles-26694e09e8f5bf2262737312e7ad217118db20de.zip | |
switching to yadm
Diffstat (limited to '.config/wallust/wallust.toml')
| -rw-r--r-- | .config/wallust/wallust.toml | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/.config/wallust/wallust.toml b/.config/wallust/wallust.toml new file mode 100644 index 0000000..4722f71 --- /dev/null +++ b/.config/wallust/wallust.toml @@ -0,0 +1,37 @@ +color_space = "lch" +palette = "dark16" +check_contrast = true +saturation = 35 +threshold = 10 + +[templates] +waybar.template = 'colors_waybar.css' +waybar.target = '~/.config/waybar/colors.css' + +kitty.template = 'colors_kitty.conf' +kitty.target = '~/.config/kitty/colors.conf' + +starship.template = 'starship' +starship.target = '~/.config/starship/' + +sway.template = 'colors_sway' +sway.target = '~/.config/sway/colors' + +neopywal.template = 'colors_neopywal.vim' +neopywal.target = '~/.cache/wallust/colors_neopywal.vim' + +rofi.template = 'colors_rofi.rasi' +rofi.target = '~/.config/rofi/colors.rasi' + +swaylock.template = 'swaylock' +swaylock.target = '~/.config/swaylock/config' + +dunst.template = 'dunstrc' +dunst.target = '~/.config/dunst/dunstrc' + +zathura.template = 'colors_zathura' +zathura.target = '~/.config/zathura/colors' + +fish.template = 'colors_fish.fish' +fish.target = '~/.config/fish/colors.fish' +fish.pywal = true |