wallust

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

commit 1b2a3f2b66c08da87372b51f3989babc2b396a29
parent 11fe945f9cacbac5bb2ee43275cca1efa4d4c394
Author: mrgrouse <mrgrouse@mrgrouse.com>
Date:   Sat, 31 Aug 2024 01:40:43 -0400

colors.Xresources: fix comment for port to wallust, add cursor theme setting to Xresources

Diffstat:
Mtemplates/colors.Xresources | 6+++++-
1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/templates/colors.Xresources b/templates/colors.Xresources @@ -1,5 +1,5 @@ ! X colors. -! Generated by 'wal' +! Generated by 'wallust' *foreground: {{foreground}} *background: {{background}} *.foreground: {{foreground}} @@ -15,6 +15,10 @@ URxvt*cursorColor: {{cursor}} XTerm*cursorColor: {{cursor}} UXTerm*cursorColor: {{cursor}} +! X cursor theme +Xcursor.size 24 +Xcursor.theme: Sweet-cursors + dwm.normbgcolor: {{color4}} dwm.normbordercolor: {{color4}} dwm.normfgcolor: {{foreground}}