wallust: accept JaKooLit update
This commit is contained in:
parent
fd205b3db5
commit
5c46f2e62a
9 changed files with 57 additions and 17 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ #
|
||||
# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ #
|
||||
# /* wallust template - colors-cava */
|
||||
|
||||
## Configuration file for CAVA.
|
||||
|
|
|
|||
28
.config/wallust/templates/colors-ghostty.conf
Normal file
28
.config/wallust/templates/colors-ghostty.conf
Normal 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}}
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
||||
# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */
|
||||
# /* wallust template - colors-hyprland */
|
||||
|
||||
$background = rgb({{background | strip}})
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ #
|
||||
# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ #
|
||||
# /* wallust template - colors-kitty */
|
||||
|
||||
foreground {{foreground}}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
||||
/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */
|
||||
/* wallust template - colors-rofi */
|
||||
|
||||
* {
|
||||
|
|
@ -16,12 +16,12 @@ alternate-normal-foreground: {{foreground}};
|
|||
alternate-urgent-background: {{background}};
|
||||
alternate-urgent-foreground: {{foreground}};
|
||||
|
||||
selected-active-background: {{color13}};
|
||||
selected-active-foreground: {{foreground}};
|
||||
selected-normal-background: {{color13}};
|
||||
selected-normal-foreground: {{foreground}};
|
||||
selected-urgent-background: {{color12}};
|
||||
selected-urgent-foreground: {{foreground}};
|
||||
selected-active-background: {{color12}};
|
||||
selected-active-foreground: {{background}};
|
||||
selected-normal-background: {{color12}};
|
||||
selected-normal-foreground: {{background}};
|
||||
selected-urgent-background: {{color11}};
|
||||
selected-urgent-foreground: {{background}};
|
||||
|
||||
background-color: {{background}};
|
||||
background: rgba(0,0,0,0.7);
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
||||
/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */
|
||||
/* wallust template - colors-swaync */
|
||||
|
||||
@define-color text {{foreground}};
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
|
||||
/* ---- 💫 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}};
|
||||
|
|
|
|||
11
.config/wallust/wallust-kitty.toml
Normal file
11
.config/wallust/wallust-kitty.toml
Normal 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'
|
||||
|
|
@ -1,9 +1,9 @@
|
|||
# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ #
|
||||
# /* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ #
|
||||
# wallust configuration - for wallust version 3.0
|
||||
|
||||
# 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,9 @@ 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'
|
||||
|
||||
quickshell.template = 'qml_color.json'
|
||||
quickshell.target = '~/.config/quickshell/qml_color.json'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue