commit 2ba76603d33ad0dec8ee3003d459844dcad4be6f
parent 772044a56549a90c2b0e0c350d3b2a6355977c47
Author: mrgrouse <bdmfegys@duck.com>
Date: Tue, 3 Dec 2024 15:21:49 -0500
templates/hypr.conf: add testing variables for dmenu-wl background colors
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/templates/hypr.conf b/templates/hypr.conf
@@ -14,4 +14,8 @@ $color12 = rgb({{color12 | strip}})
$color13 = rgb({{color13 | strip}})
$color14 = rgb({{color14 | strip}})
$color15 = rgb({{color15 | strip}})
+#$dmenu-sb = '{{color0 | hexa}}'
+#$dmenu-nb = '{{color1 | hexa}}'
+$dmenu-sb = '{{color0}}'
+$dmenu-nb = '{{color1}}'
$wallpaper = "{{wallpaper}}"