diff options
Diffstat (limited to 'config/wallust')
| -rw-r--r-- | config/wallust/templates/colors-waybar.css | 2 | ||||
| -rw-r--r-- | config/wallust/wallust-kitty.toml | 11 | ||||
| -rw-r--r-- | config/wallust/wallust.toml | 4 |
3 files changed, 13 insertions, 4 deletions
diff --git a/config/wallust/templates/colors-waybar.css b/config/wallust/templates/colors-waybar.css index 129d930d..7dd191aa 100644 --- a/config/wallust/templates/colors-waybar.css +++ b/config/wallust/templates/colors-waybar.css @@ -1,7 +1,7 @@ /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ /* wallust template - colors-waybar */ - @define-color foreground {{foreground}}; + @define-color foreground {{color12}}; @define-color background {{background}}; @define-color background-alt rgba({{background | rgb}},0.25); @define-color cursor {{cursor}}; diff --git a/config/wallust/wallust-kitty.toml b/config/wallust/wallust-kitty.toml new file mode 100644 index 00000000..05ef2b55 --- /dev/null +++ b/config/wallust/wallust-kitty.toml @@ -0,0 +1,11 @@ +# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ # +# wallust configuration - kitty only + +backend = "fastresize" +color_space = "labmixed" +palette = "softdark16" +threshold = 11 + +[templates] +kitty.template = 'colors-kitty.conf' +kitty.target = '~/.config/kitty/kitty-themes/01-Wallust.conf' diff --git a/config/wallust/wallust.toml b/config/wallust/wallust.toml index 76ac40f2..b74794d9 100644 --- a/config/wallust/wallust.toml +++ b/config/wallust/wallust.toml @@ -3,7 +3,7 @@ # How the image is parse, in order to get the colors: # full - resized - wal - thumb - fastresize - kmeans -backend = "kmeans" +backend = "fastresize" # What color space to use to produce and select the most prominent colors: # lab - labmixed - lch - lchmixed @@ -46,8 +46,6 @@ rofi.target = '~/.config/rofi/wallust/colors-rofi.rasi' waybar.template = 'colors-waybar.css' waybar.target = '~/.config/waybar/wallust/colors-waybar.css' -kitty.template = 'colors-kitty.conf' -kitty.target = '~/.config/kitty/kitty-themes/01-Wallust.conf' ghostty.template = 'colors-ghostty.conf' ghostty.target = '~/.config/ghostty/wallust.conf' |
