adds overview, removes old stuff

This commit is contained in:
2026-08-19 20:47:29 +02:00
parent 6a9ae98c26
commit 67d50fb504
75 changed files with 3558 additions and 1691 deletions
+22 -19
View File
@@ -1,19 +1,22 @@
$wallpaper = {{wallpaper}}
$background = rgb({{background | strip}})
$foreground = rgb({{foreground | strip}})
$color0 = rgb({{color0 | strip}})
$color1 = rgb({{color1 | strip}})
$color2 = rgb({{color2 | strip}})
$color3 = rgb({{color3 | strip}})
$color4 = rgb({{color4 | strip}})
$color5 = rgb({{color5 | strip}})
$color6 = rgb({{color6 | strip}})
$color7 = rgb({{color7 | strip}})
$color8 = rgb({{color8 | strip}})
$color9 = rgb({{color9 | strip}})
$color10 = rgb({{color10 | strip}})
$color11 = rgb({{color11 | strip}})
$color12 = rgb({{color12 | strip}})
$color13 = rgb({{color13 | strip}})
$color14 = rgb({{color14 | strip}})
$color15 = rgb({{color15 | strip}})
-- config/colors.lua
-- Centralised palette
-- Use these Lua globals throughout every other module.
background = "rgb({{background | strip}})"
foreground = "rgb({{foreground | strip}})"
color0 = "rgb({{color0 | strip}})"
color1 = "rgb({{color1 | strip}})"
color2 = "rgb({{color2 | strip}})"
color3 = "rgb({{color3 | strip}})"
color4 = "rgb({{color4 | strip}})"
color5 = "rgb({{color5 | strip}})"
color6 = "rgb({{color6 | strip}})"
color7 = "rgb({{color7 | strip}})"
color8 = "rgb({{color8 | strip}})"
color9 = "rgb({{color9 | strip}})"
color10 = "rgb({{color10 | strip}})"
color11 = "rgb({{color11 | strip}})"
color12 = "rgb({{color12 | strip}})"
color13 = "rgb({{color13 | strip}})"
color14 = "rgb({{color14 | strip}})"
color15 = "rgb({{color15 | strip}})"
wallpaper = "{{wallpaper}}"
+20 -20
View File
@@ -1,25 +1,25 @@
# uses https://codeberg.org/explosion-mental/wallust-templates/src/branch/master/kitty.conf
background {{ background }}
foreground {{ foreground }}
foreground {{ foreground | lighten(0.1) }}
color0 {{ color0 }}
color1 {{ color1 }}
color2 {{ color2 }}
color3 {{ color3 }}
color4 {{ color4 }}
color5 {{ color5 }}
color6 {{ color6 }}
color7 {{ color7 }}
color8 {{ color8 }}
color9 {{ color9 }}
color10 {{ color10 }}
color11 {{ color11 }}
color12 {{ color12 }}
color13 {{ color13 }}
color14 {{ color14 }}
color15 {{ color15 }}
color0 {{ color0 }}
color1 {{ color1 | saturate(0.3) | lighten(0.1) }}
color2 {{ color2 | saturate(0.3) | lighten(0.1) }}
color3 {{ color3 | saturate(0.3) | lighten(0.1) }}
color4 {{ color4 | saturate(0.3) | lighten(0.1) }}
color5 {{ color5 | saturate(0.3) | lighten(0.1) }}
color6 {{ color6 | saturate(0.3) | lighten(0.1) }}
color7 {{ color7 | lighten(0.1) }}
color8 {{ color8 | lighten(0.1) }}
color9 {{ color9 | saturate(0.4) | lighten(0.15) }}
color10 {{ color10 | saturate(0.4) | lighten(0.15) }}
color11 {{ color11 | saturate(0.4) | lighten(0.15) }}
color12 {{ color12 | saturate(0.4) | lighten(0.15) }}
color13 {{ color13 | saturate(0.4) | lighten(0.15) }}
color14 {{ color14 | saturate(0.4) | lighten(0.15) }}
color15 {{ color15 | lighten(0.1) }}
mark1_foreground {{ color6 | saturate(0.2) }}
mark2_foreground {{ color7 | saturate(0.2) }}
mark3_foreground {{ color6 | saturate(0.2) }}
mark1_foreground {{ color6 | saturate(0.4) }}
mark2_foreground {{ color7 | saturate(0.3) }}
mark3_foreground {{ color6 | saturate(0.4) }}
+16 -16
View File
@@ -1,16 +1,16 @@
{{ background }}
{{ color1 }}
{{ color2 }}
{{ color3 }}
{{ color4 }}
{{ color5 }}
{{ color6 }}
{{ color7 }}
{{ color8 }}
{{ color9 }}
{{ color10 }}
{{ color11 }}
{{ color12 }}
{{ color13 }}
{{ color14 }}
{{ color15 }}
{{ background | darken(0.1) }}
{{ color1 | saturate(0.4) | lighten(0.15) }}
{{ color2 | saturate(0.4) | lighten(0.15) }}
{{ color3 | saturate(0.4) | lighten(0.15) }}
{{ color4 | saturate(0.4) | lighten(0.15) }}
{{ color5 | saturate(0.4) | lighten(0.15) }}
{{ color6 | saturate(0.4) | lighten(0.15) }}
{{ color7 | lighten(0.15) }}
{{ color8 | lighten(0.1) }}
{{ color9 | saturate(0.5) | lighten(0.2) }}
{{ color10 | saturate(0.5) | lighten(0.2) }}
{{ color11 | saturate(0.5) | lighten(0.2) }}
{{ color12 | saturate(0.5) | lighten(0.2) }}
{{ color13 | saturate(0.5) | lighten(0.2) }}
{{ color14 | saturate(0.5) | lighten(0.2) }}
{{ color15 | lighten(0.15) }}
+15 -6
View File
@@ -15,7 +15,7 @@ backend = "fastresize"
# What color space to use to produce and select the most prominent colors:
# lab - labmixed - lch - lchmixed
color_space = "lab"
color_space = "lch"
# Use the most prominent colors in a way that makes sense, a scheme color palette:
# dark - dark16 - darkcomp - darkcomp16
@@ -23,7 +23,7 @@ color_space = "lab"
# harddark - harddark16 - harddarkcomp - harddarkcomp16
# softdark - softdark16 - softdarkcomp - softdarkcomp16
# softlight - softlight16 - softlightcomp - softlightcomp16
palette = "dark"
palette = "harddarkcomp"
# Ensures a "readable contrast" (OPTIONAL, disabled by default)
# Should only be enabled when you notice an unreadable contrast frequently happening
@@ -38,12 +38,21 @@ check_contrast = true
# Alpha value for templating, by default 100 (no other use whatsoever)
#alpha = 50
[templates]
#waybar = { template = 'waybar.css', target = '~/.config/waybar/colors-wallust.css' }
vicinae = { src = 'vicinae.toml', dst = '~/.local/share/vicinae/themes/wallust.toml'}
# alacritty = { template = 'alacritty.toml', target = '~/.config/alacritty/colors.toml' }
hyprland = { template = 'hyprland.conf', target = '~/.config/hypr/config/colors.conf' }
hyprland = { template = 'hyprland.conf', target = '~/.config/hypr/config/colors.lua' }
vscode = { template = 'vscode', target = '~/.cache/wal/colors' }
kitty = { template = 'kitty.conf', target = '~/.config/kitty/colors.conf'}
tofi = { template = 'tofi', target = '~/.config/tofi/config' }
kitty = { template = 'kitty.conf', target = '~/.config/kitty/colors.conf', max_depth = 1 }
tofi = { template = 'tofi', target = '~/.config/tofi/config'}
quickshell = { template = 'quickshell.qml', target = '~/.config/quickshell/own/Colors.qml'}
[[entry]]
# create ~/cache/wal folder first
template="vscode"
target="~/.cache/wal/colors"
[hooks]
notif = 'notify-send "New Scheme Generated!"'