wallust

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README

commit 772044a56549a90c2b0e0c350d3b2a6355977c47
parent 5a9ee4b62be7240ab6c9dc8215a6518306ddc26f
Author: mrgrouse <bdmfegys@duck.com>
Date:   Fri, 22 Nov 2024 22:05:52 -0500

templates/hypr.conf: add all colors as variables

Diffstat:
Mtemplates/hypr.conf | 14++++++++++++++
1 file changed, 14 insertions(+), 0 deletions(-)

diff --git a/templates/hypr.conf b/templates/hypr.conf @@ -1,3 +1,17 @@ $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}}"