adds wallust tofi template

This commit is contained in:
2025-06-20 19:22:48 +02:00
parent eec1d53ad6
commit e603a7cb77
2 changed files with 60 additions and 2 deletions

View File

@ -0,0 +1,20 @@
font = Roboto Sans
font-size = 32
outline-width = 0
border-width = 0
padding-left = 25%
padding-top = 22%
padding-right = 0
padding-bottom = 22%
width = 100%
height = 100%
hide-cursor = false
text-color = #{{ color1 | strip }}55
prompt-color = #{{ foreground | strip }}77
selection-color = #{{ color5 | strip }}
background-color = #{{ background | strip }}99
history = true

View File

@ -1,9 +1,47 @@
# wallust v3.3
#
# You can copy this file to ~/.config/wallust/wallust.toml (keep in mind is a sample config)
# SIMPLE TUTORIAL, or `man wallust.5`:
# https://explosion-mental.codeberg.page/wallust/
#
# If comming from v2: https://explosion-mental.codeberg.page/wallust/v3.html#wallusttoml
# Global section - values below can be overwritten by command line flags
# How the image is parse, in order to get the colors:
# # full - resized - wal - thumb - fastresize - kmeans
backend = "fastresize"
color_space = "lch"
# What color space to use to produce and select the most prominent colors:
# lab - labmixed - lch - lchmixed
color_space = "lab"
# Use the most prominent colors in a way that makes sense, a scheme color palette:
# dark - dark16 - darkcomp - darkcomp16
# light - light16 - lightcomp - lightcomp16
# harddark - harddark16 - harddarkcomp - harddarkcomp16
# softdark - softdark16 - softdarkcomp - softdarkcomp16
# softlight - softlight16 - softlightcomp - softlightcomp16
palette = "dark"
# Ensures a "readable contrast" (OPTIONAL, disabled by default)
# Should only be enabled when you notice an unreadable contrast frequently happening
# with your images. The reference color for the contrast is the background color.
check_contrast = true
# Color saturation, between [1% and 100%] (OPTIONAL, disabled by default)
# usually something higher than 50 increases the saturation and below
# decreases it (on a scheme with strong and vivid colors)
#saturation = 35
# Alpha value for templating, by default 100 (no other use whatsoever)
#alpha = 50
[templates]
waybar = { template = 'waybar.css', target = '~/.config/waybar/colors-wallust.css' }
alacritty = { template = 'alacritty.toml', target = '~/.config/alacritty/colors.toml' }
hyprland = { template = 'hyprland.conf', target = '~/.config/hypr/config/colors.conf' }
vscode = { template = 'vscode', target = '~/.cache/wal/colors' }
vscode = { template = 'vscode', target = '~/.cache/wal/colors' }
tofi = { template = 'tofi', target = '~/.config/tofi/config' }