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/Xresources.vivendi | |
| parent | 3f1826c3ede8d2ff5981f7ecdd8cc53d1c0b4436 (diff) | |
add font settings for suckless utils
Diffstat (limited to 'xorg/Xresources.vivendi')
| -rw-r--r-- | xorg/Xresources.vivendi | 5 |
1 files changed, 4 insertions, 1 deletions
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 |
