wallust: accept JaKooLit update

This commit is contained in:
Petar Kapriš 2026-05-13 20:44:46 +02:00
parent fd205b3db5
commit 5c46f2e62a
9 changed files with 57 additions and 17 deletions

View file

@ -1,4 +1,4 @@
# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ # # /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ #
# /* wallust template - colors-cava */ # /* wallust template - colors-cava */
## Configuration file for CAVA. ## Configuration file for CAVA.

View file

@ -0,0 +1,28 @@
# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */
# wallust template - colors for Ghostty
# This file is included by ~/.config/ghostty/ghostty.config when present.
# Core UI colors
foreground = {{foreground}}
background = {{background}}
cursor-color = {{cursor}}
selection-foreground = {{foreground}}
selection-background = {{color12}}
# 16-color palette
palette = 0={{color0}}
palette = 1={{color1}}
palette = 2={{color2}}
palette = 3={{color3}}
palette = 4={{color4}}
palette = 5={{color5}}
palette = 6={{color6}}
palette = 7={{color7}}
palette = 8={{color8}}
palette = 9={{color9}}
palette = 10={{color10}}
palette = 11={{color11}}
palette = 12={{color12}}
palette = 13={{color13}}
palette = 14={{color14}}
palette = 15={{color15}}

View file

@ -1,4 +1,4 @@
# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ # /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */
# /* wallust template - colors-hyprland */ # /* wallust template - colors-hyprland */
$background = rgb({{background | strip}}) $background = rgb({{background | strip}})

View file

@ -1,4 +1,4 @@
# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ # # /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ #
# /* wallust template - colors-kitty */ # /* wallust template - colors-kitty */
foreground {{foreground}} foreground {{foreground}}

View file

@ -1,4 +1,4 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */
/* wallust template - colors-rofi */ /* wallust template - colors-rofi */
* { * {
@ -16,12 +16,12 @@ alternate-normal-foreground: {{foreground}};
alternate-urgent-background: {{background}}; alternate-urgent-background: {{background}};
alternate-urgent-foreground: {{foreground}}; alternate-urgent-foreground: {{foreground}};
selected-active-background: {{color13}}; selected-active-background: {{color12}};
selected-active-foreground: {{foreground}}; selected-active-foreground: {{background}};
selected-normal-background: {{color13}}; selected-normal-background: {{color12}};
selected-normal-foreground: {{foreground}}; selected-normal-foreground: {{background}};
selected-urgent-background: {{color12}}; selected-urgent-background: {{color11}};
selected-urgent-foreground: {{foreground}}; selected-urgent-foreground: {{background}};
background-color: {{background}}; background-color: {{background}};
background: rgba(0,0,0,0.7); background: rgba(0,0,0,0.7);

View file

@ -1,4 +1,4 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */
/* wallust template - colors-swaync */ /* wallust template - colors-swaync */
@define-color text {{foreground}}; @define-color text {{foreground}};

View file

@ -1,7 +1,7 @@
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */
/* wallust template - colors-waybar */ /* wallust template - colors-waybar */
@define-color foreground {{foreground}}; @define-color foreground {{color12}};
@define-color background {{background}}; @define-color background {{background}};
@define-color background-alt rgba({{background | rgb}},0.25); @define-color background-alt rgba({{background | rgb}},0.25);
@define-color cursor {{cursor}}; @define-color cursor {{cursor}};

View file

@ -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'

View file

@ -1,9 +1,9 @@
# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ # # /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ #
# wallust configuration - for wallust version 3.0 # wallust configuration - for wallust version 3.0
# How the image is parse, in order to get the colors: # How the image is parse, in order to get the colors:
# full - resized - wal - thumb - fastresize - kmeans # full - resized - wal - thumb - fastresize - kmeans
backend = "kmeans" backend = "fastresize"
# What color space to use to produce and select the most prominent colors: # What color space to use to produce and select the most prominent colors:
# lab - labmixed - lch - lchmixed # lab - labmixed - lch - lchmixed
@ -46,8 +46,9 @@ rofi.target = '~/.config/rofi/wallust/colors-rofi.rasi'
waybar.template = 'colors-waybar.css' waybar.template = 'colors-waybar.css'
waybar.target = '~/.config/waybar/wallust/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'
quickshell.template = 'qml_color.json' quickshell.template = 'qml_color.json'
quickshell.target = '~/.config/quickshell/qml_color.json' quickshell.target = '~/.config/quickshell/qml_color.json'