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
+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!"'