diff --git a/conf/MangoHud.conf b/conf/MangoHud.conf new file mode 100644 index 00000000..7fe04f7d --- /dev/null +++ b/conf/MangoHud.conf @@ -0,0 +1,33 @@ +# ~/.MangoHud/$APPNAME.conf +# MangoHud.conf in binary directory +# ~/.MangoHud/MangoHud.conf +background_alpha=0 +battery_time,battery +blacklist= +cpu_stats +cpu_temp +device_battery=gamepad+mouse +device_battery_icon +display_server +fan +font_size=13 +fps +frametime +frame_timing +gpu_stats +gpu_temp +horizontal +mangoapp_steam +no_small_font +position=bottom-left +ram +read_cfg +retro +swap +text_outline +throttling_status +time +time_format=%X +time_no_label +vram +wine diff --git a/install b/install index e5bd2ffa..8b8505f7 100755 --- a/install +++ b/install @@ -37,7 +37,7 @@ cp -v rc/zshrc $HOME/.zshrc cp -v rc/profile $HOME/.profile # Create configuration directories missed later -mkdir -vp $HOME/.config/{autostart,foot,git,mpv,nvim,systemd/user,yt-dlp}/ +mkdir -vp $HOME/.config/{autostart,foot,git,MangoHud,mpv,nvim,systemd/user,yt-dlp}/ # Git config, legacy support for old location as well. # The other script appends sourced file, so if thou aren't I, thou should @@ -54,6 +54,9 @@ cp -v rc/vimrc $HOME/.vimrc cp -v conf/init.vim $HOME/.config/nvim/init.vim cp -v conf/makepkg.conf $HOME/.makepkg.conf +# system information overlay +cp -v conf/MangoHud.conf $HOME/.config/MangoHud/ + # the media player cp -v conf/mpv.conf $HOME/.config/mpv/mpv.conf mkdir -vp $HOME/.var/app/io.mpv.Mpv/config/mpv