From 2bd732d7aab11913cbd5b9e465ff1abf48873961 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Wed, 24 Sep 2025 19:47:35 +0300 Subject: [PATCH] mangohud: significantly drop font size for older display comfort --- etc/profile.d/01-mangohud.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/profile.d/01-mangohud.sh b/etc/profile.d/01-mangohud.sh index fdf7a354..62bce59d 100644 --- a/etc/profile.d/01-mangohud.sh +++ b/etc/profile.d/01-mangohud.sh @@ -1,3 +1,3 @@ # Enables mangohud for everything natively supporting it (outside of flatpak?) export MANGOHUD=1 -export MANGOHUD_CONFIG='read_cfg,background_alpha=0,battery_time,battery,cpu_temp,display_server,font_size=27,gpu_temp,device_battery_icon,device_battery=gamepad+mouse,fan,horizontal,ram,vram,swap,time,time_no_label,time_format=%X,wine,mangoapp_steam,position=bottom-left' +export MANGOHUD_CONFIG='read_cfg,background_alpha=0,battery_time,battery,cpu_temp,display_server,font_size=13,gpu_temp,device_battery_icon,device_battery=gamepad+mouse,fan,horizontal,ram,vram,swap,time,time_no_label,time_format=%X,wine,mangoapp_steam,position=bottom-left'