diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2024-08-10 17:54:56 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-10 17:54:56 +0900 |
| commit | 266b447b026d1f8c0244b7e94c3ef7856cfe2976 (patch) | |
| tree | 5cec08a34097def044d887a7702d12482a67c450 | |
| parent | d08a0b34245866e06e5c83e5c6f1d0e898e93984 (diff) | |
| parent | 9b3751df6bad9a2548c6a430679fd414b737e698 (diff) | |
Merge branch 'main' into development
| -rw-r--r-- | config/wallust/wallust.toml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/config/wallust/wallust.toml b/config/wallust/wallust.toml index 9e51c94b..7d241cfc 100644 --- a/config/wallust/wallust.toml +++ b/config/wallust/wallust.toml @@ -1,4 +1,4 @@ -# wallust 3.0 beta.* +# wallust 3.0* backend = "kmeans" color_space = "lch" @@ -28,29 +28,29 @@ palette = "dark16" threshold = 10 [templates] -cava.template = 'templates/colors-cava' +cava.template = 'colors-cava' cava.target = '~/.config/cava/config' -hypr.template = 'templates/colors-hyprland.conf' +hypr.template = 'colors-hyprland.conf' hypr.target = '~/.config/hypr/wallust/wallust-hyprland.conf' -rofi.template = 'templates/colors-rofi.rasi' +rofi.template = 'colors-rofi.rasi' rofi.target = '~/.config/rofi/wallust/colors-rofi.rasi' -waybar.template = 'templates/colors-waybar.css' +waybar.template = 'colors-waybar.css' waybar.target = '~/.config/waybar/wallust/colors-waybar.css' -#kitty.template = 'templates/colors-kitty.conf' +#kitty.template = 'colors-kitty.conf' #kitty.target = '~/.config/kitty/kitty.conf' -#swaync.template = 'templates/colors-swaync.css' +#swaync.template = 'colors-swaync.css' #swaync.target = '~/.config/swaync/wallust/colors-wallust.css' -#macchina.template = 'templates/colors-macchina.toml' +#macchina.template = 'colors-macchina.toml' #macchina.target = '~/.config/macchina/themes/wallust.toml' -#wezterm.template = 'templates/colors-wezterm.toml' +#wezterm.template = 'colors-wezterm.toml' #wezterm.target = '~/.config/wezterm/colors/wallust.toml' -#zathura.template = 'templates/colors-zathura' +#zathura.template = 'colors-zathura' #zathura.target = '~/.config/zathura/zathurarc' |
