From 4e555bf5d6825a814a480a67a16d2c9c7f4687de Mon Sep 17 00:00:00 2001 From: jabuxas Date: Tue, 1 Oct 2024 10:07:10 -0300 Subject: [PATCH] feat: add eix solarized theme and mangohud configs --- .../.config/MangoHud/wine-CodeVein.conf | 2 +- .../.config/MangoHud/wine-sekiro.conf | 46 +++++++++++++++++++ desktop/configs/fish/.config/fish/config.fish | 1 + 3 files changed, 48 insertions(+), 1 deletion(-) create mode 100644 desktop/configs/MangoHud/.config/MangoHud/wine-sekiro.conf diff --git a/desktop/configs/MangoHud/.config/MangoHud/wine-CodeVein.conf b/desktop/configs/MangoHud/.config/MangoHud/wine-CodeVein.conf index da122fe..3990199 100644 --- a/desktop/configs/MangoHud/.config/MangoHud/wine-CodeVein.conf +++ b/desktop/configs/MangoHud/.config/MangoHud/wine-CodeVein.conf @@ -34,7 +34,7 @@ background_alpha=0.4 font_size=24 font_file=/yang/.local/share/fonts/CartographCFNerdFont-DemiBold.ttf background_color=020202 -position=top-left +position=top-right text_color=D8D8D8 round_corners=5 #GOVERLAY_THEME=amdradeon diff --git a/desktop/configs/MangoHud/.config/MangoHud/wine-sekiro.conf b/desktop/configs/MangoHud/.config/MangoHud/wine-sekiro.conf new file mode 100644 index 0000000..3990199 --- /dev/null +++ b/desktop/configs/MangoHud/.config/MangoHud/wine-sekiro.conf @@ -0,0 +1,46 @@ +################### File Generated by GOverlay ################### +toggle_fps_limit=F1 + + +legacy_layout=false +gpu_stats +gpu_temp +gpu_load_change +gpu_load_value=50,90 +gpu_load_color=FFFFFF,FFAA7F,CC0000 +gpu_text=GPU +cpu_stats +cpu_temp +cpu_load_change +core_load_change +cpu_load_value=50,90 +cpu_load_color=FFFFFF,FFAA7F,CC0000 +cpu_color=DE0835 +cpu_text=CPU +io_color=D8D8D8 +vram +vram_color=DE0835 +ram +ram_color=DE0835 +fps +engine_color=950524 +gpu_color=DE0835 +wine_color=950524 +frame_timing=1 +frametime_color=DE0835 +media_player_color=950524 +table_columns=3 +background_alpha=0.4 +font_size=24 +font_file=/yang/.local/share/fonts/CartographCFNerdFont-DemiBold.ttf +background_color=020202 +position=top-right +text_color=D8D8D8 +round_corners=5 +#GOVERLAY_THEME=amdradeon +toggle_hud=Shift_R+F12 +toggle_logging=Shift_L+F2 +upload_log=F5 +output_folder=/home/jab +media_player_name=spotify +font_scale=0.8 diff --git a/desktop/configs/fish/.config/fish/config.fish b/desktop/configs/fish/.config/fish/config.fish index 2463de0..93d93ab 100644 --- a/desktop/configs/fish/.config/fish/config.fish +++ b/desktop/configs/fish/.config/fish/config.fish @@ -3,6 +3,7 @@ if status --is-login fish_add_path "$HOME/.cargo/bin" set -gx BAT_THEME "Solarized (light)" + set -gx SOLARIZED true set -gx EDITOR "nvim" if test -z "$WAYLAND_DISPLAY" && test "$XDG_VTNR" -eq 1