[fish] Add amixer vol functions and retropie scraping

This commit is contained in:
2022-01-18 12:29:04 -05:00
parent fe2ace5d3e
commit ba586474cf
5 changed files with 14 additions and 1 deletions

View File

@ -1,6 +1,6 @@
jorgebucaran/fisher
ilancosman/tide
jethrokuan/z
joseluisq/gitnow
2m/fish-gpg-tty
oh-my-fish/plugin-direnv
jorgebucaran/fisher

View File

@ -0,0 +1,3 @@
function skyload
/opt/retropie/supplementary/skyscraper/Skyscraper -f emulationstation -p $argv
end

View File

@ -0,0 +1,3 @@
function skyscrape
/opt/retropie/supplementary/skyscraper/Skyscraper -s screenscraper -m 15 -u secstate:a88e9PGPlldlmaLRlkNH8naEl -t 2 -f emulationstation -p $argv
end

View File

@ -0,0 +1,4 @@
function vdown
amixer set 'Master' 5%-
end

View File

@ -0,0 +1,3 @@
function vup
amixer set 'Master' 5%+
end