From f27439c208f58397bae1e643f76e38753bf9d123 Mon Sep 17 00:00:00 2001 From: splatink Date: Sun, 18 Jan 2026 16:30:34 +0200 Subject: [PATCH] Added MangoHud, updated mpv --- MangoHud/MangoHud.conf | 46 +++++++++++++++++++++++++++++ mpv/mpv-desktop.conf | 4 +++ mpv/{mpv.conf => mpv-thinkpad.conf} | 0 3 files changed, 50 insertions(+) create mode 100644 MangoHud/MangoHud.conf create mode 100644 mpv/mpv-desktop.conf rename mpv/{mpv.conf => mpv-thinkpad.conf} (100%) diff --git a/MangoHud/MangoHud.conf b/MangoHud/MangoHud.conf new file mode 100644 index 0000000..e592883 --- /dev/null +++ b/MangoHud/MangoHud.conf @@ -0,0 +1,46 @@ +# Config Generated by MangoJuice # +legacy_layout=false +gpu_stats +vram +gpu_temp +gpu_power +cpu_stats +cpu_temp +cpu_power +ram +fps +frame_timing +toggle_logging=Shift_L+F2 +toggle_hud_position=Shift_R+F11 +fps_limit_method=late +toggle_fps_limit=Shift_L+F1 +horizontal +horizontal_stretch=0 +background_alpha=0.0 +position=top-left +table_columns=6 +toggle_hud=Shift_R+F12 +font_file=/usr/share/fonts/TTF/Iosevka-Regular.ttc +font_glyph_ranges=korean, chinese, chinese_simplified, japanese, cyrillic, thai, vietnamese, latin_ext_a, latin_ext_b +gpu_text=RX 6750 XT +gpu_color=a51d2d +cpu_text=i7-10700 +cpu_color=1a5fb4 +fps_value=30,60 +fps_color=cc0000,ffaa7f,92e79a +gpu_load_value=60,90 +gpu_load_color=92e79a,ffaa7f,cc0000 +cpu_load_value=60,90 +cpu_load_color=92e79a,ffaa7f,cc0000 +background_color=000000 +frametime_color=00ff00 +vram_color=e01b24 +ram_color=3584e4 +wine_color=eb5b5b +engine_color=f9f06b +text_color=ffffff +media_player_color=ffffff +network_color=e07b85 +battery_color=92e79a +horizontal_separator_color=ffffff +media_player_format={title};{artist};{album} diff --git a/mpv/mpv-desktop.conf b/mpv/mpv-desktop.conf new file mode 100644 index 0000000..fc7026e --- /dev/null +++ b/mpv/mpv-desktop.conf @@ -0,0 +1,4 @@ +hwdec=auto +profile=high-quality +audio-channels=stereo +af=lavfi=[dynaudnorm=f=150:g=15:p=0.95] diff --git a/mpv/mpv.conf b/mpv/mpv-thinkpad.conf similarity index 100% rename from mpv/mpv.conf rename to mpv/mpv-thinkpad.conf