diff options
| author | Daniel <[email protected]> | 2024-07-20 18:49:34 -0400 |
|---|---|---|
| committer | Daniel <[email protected]> | 2024-07-20 18:49:34 -0400 |
| commit | 38bf6ae1ecfa2f3e94bc6e110a33cc2ed3a99055 (patch) | |
| tree | 63d09a866d53ea68b59892f97afdee293946ac43 /xorg | |
| parent | 3f1826c3ede8d2ff5981f7ecdd8cc53d1c0b4436 (diff) | |
add font settings for suckless utils
Diffstat (limited to 'xorg')
| -rw-r--r-- | xorg/Xresources.tao-yang | 3 | ||||
| -rw-r--r-- | xorg/Xresources.vivendi | 5 |
2 files changed, 6 insertions, 2 deletions
diff --git a/xorg/Xresources.tao-yang b/xorg/Xresources.tao-yang index f462f40..7d4b807 100644 --- a/xorg/Xresources.tao-yang +++ b/xorg/Xresources.tao-yang @@ -26,6 +26,7 @@ *.background: #171717 *.foreground: #FCFCFC +*.cursorColor: #FCFCFC dmenu.background: #171717 dmenu.foreground: #FCFCFC @@ -40,4 +41,4 @@ Nsxiv.bar.background: #171717 Nsxiv.bar.foreground: #FCFCFC Nsxiv.bar.font: Terminus-16 -st.font: Terminus-16
\ No newline at end of file +st.font: Terminus-16 diff --git a/xorg/Xresources.vivendi b/xorg/Xresources.vivendi index f0a5cc0..3b3c644 100644 --- a/xorg/Xresources.vivendi +++ b/xorg/Xresources.vivendi @@ -28,14 +28,17 @@ URxvt.background: [90]#000000 *.color7: #ffffff *.color15: #ffffff +st.font: Iosevka Comfy-14 + dmenu.background: #000000 dmenu.foreground: #ffffff dmenu.selbackground: #535353 dmenu.selforeground: #ffffff +dmenu.font: Iosevka Comfy-14 Nsxiv.window.background: #000000 Nsxiv.window.foreground: #ffffff Nsxiv.mark.foreground: #ffffff Nsxiv.bar.background: #505050 Nsxiv.bar.foreground: #ffffff -Nsxiv.bar.font: IosevkaComfy-16
\ No newline at end of file +Nsxiv.bar.font: IosevkaComfy-16 |
