feat: add eix solarized theme and mangohud configs
This commit is contained in:
parent
9a48ad3381
commit
4e555bf5d6
@ -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
|
||||
|
46
desktop/configs/MangoHud/.config/MangoHud/wine-sekiro.conf
Normal file
46
desktop/configs/MangoHud/.config/MangoHud/wine-sekiro.conf
Normal file
@ -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
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user