dotfiles - Personal dotfiles
ssh://anon@thyssentishman.com/dotfiles
Log | Files | Refs | Feed | Contribute | README

Commit: 3f74180567c02b4cb5f7e7cd64d5b5297a7320d5
Parent: 452fa7a99c3342117fdffd94b33e952150b0a8c1
Author: Johannes Thyssen Tishman
Date:   Tue, 30 Apr 2024 12:43:56 +0000

xresources: Change font size

While here, do not base font size on screen resulution as not needed anymore.

Diffstat:
M xenodm/xresources | 12 +++---------
M xresources | 6 +-----

2 files changed, 4 insertions(+), 14 deletions(-)

diff --git a/xenodm/xresources b/xenodm/xresources
@@ -15,15 +15,9 @@ xlogin.Login.failColor:        red
 xlogin.Login.inpColor:         black
 xlogin.Login.promptColor:      white
 
-#if WIDTH > 1920
-xlogin.Login.face:             DejaVu Sans Mono:style=Book:pixelsize=24
-xlogin.Login.failFace:         DejaVu Sans Mono:style=Book:pixelsize=24
-xlogin.Login.promptFace:       DejaVu Sans Mono:style=Book:pixelsize=24
-#else
-xlogin.Login.face:             DejaVu Sans Mono:style=Book:pixelsize=20
-xlogin.Login.failFace:         DejaVu Sans Mono:style=Book:pixelsize=20
-xlogin.Login.promptFace:       DejaVu Sans Mono:style=Book:pixelsize=20
-#endif
+xlogin.Login.face:             DejaVu Sans Mono:style=Book:pixelsize=18
+xlogin.Login.failFace:         DejaVu Sans Mono:style=Book:pixelsize=18
+xlogin.Login.promptFace:       DejaVu Sans Mono:style=Book:pixelsize=18
 
 xlogin*login.translations: #override \
 	<Key>F1: set-session-argument(failsafe) finish-field()\n\
diff --git a/xresources b/xresources
@@ -15,11 +15,7 @@
 *color14: #8ec07c
 *color15: #ebdbb2
 
-#if WIDTH > 1920 && HEIGHT > 1200
-*faceName: DejaVu Sans Mono:style=Book:pixelsize=24
-#else
-*faceName: DejaVu Sans Mono:style=Book:pixelsize=20
-#endif
+*faceName: DejaVu Sans Mono:style=Book:pixelsize=18
 
 *background: #0f0f0f
 *foreground: #a89984