Added mpv and added git config to config picker
This commit is contained in:
@@ -77,7 +77,9 @@ mapfile -t extratools < <(
|
||||
"Vesktop" \
|
||||
"Nextcloud" \
|
||||
"Zen Browser" \
|
||||
"Tailscale"
|
||||
"Tailscale" \
|
||||
"Global git config" \
|
||||
"MPV"
|
||||
)
|
||||
|
||||
#####################
|
||||
@@ -304,7 +306,10 @@ for choice in "${extratools[@]}"; do
|
||||
git config --global user.email "36878099+SparkleDEV@users.noreply.github.com"
|
||||
fi
|
||||
;;
|
||||
|
||||
"MPV")
|
||||
extrapkgs+=("mpv" "yt-dlp")
|
||||
stow mpv --adopt
|
||||
;;
|
||||
esac
|
||||
done
|
||||
|
||||
|
||||
BIN
mpv/.config/mpv/fonts/fluent-system-icons.ttf
Normal file
BIN
mpv/.config/mpv/fonts/fluent-system-icons.ttf
Normal file
Binary file not shown.
17
mpv/.config/mpv/mpv.conf
Normal file
17
mpv/.config/mpv/mpv.conf
Normal file
@@ -0,0 +1,17 @@
|
||||
# -=[ Video ]=- #
|
||||
profile=high-quality
|
||||
vo=gpu-next
|
||||
|
||||
# -=[ Behavior ]=- #
|
||||
keep-open=yes
|
||||
cursor-autohide=250
|
||||
|
||||
# -=[ Screenshots ]=- #
|
||||
screenshot-format=png
|
||||
screenshot-dir="~/Pictures/mpv"
|
||||
screenshot-template="%F-%p-%n"
|
||||
screenshot-high-bit-depth=yes
|
||||
|
||||
# -=[ OSC ]=- #
|
||||
osc=no
|
||||
border=no
|
||||
4567
mpv/.config/mpv/scripts/modernx.lua
Normal file
4567
mpv/.config/mpv/scripts/modernx.lua
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user