mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-10-05 04:57:21 +02:00
add MangoHud.conf (finally)
This commit is contained in:
parent
a5ec08a9ea
commit
7410727618
33
conf/MangoHud.conf
Normal file
33
conf/MangoHud.conf
Normal file
@ -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
|
5
install
5
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user