diff --git a/arch-config/Dokumente/Commands.md b/arch-config/Dokumente/Commands.md index 1e3879bd..35b709ad 100644 --- a/arch-config/Dokumente/Commands.md +++ b/arch-config/Dokumente/Commands.md @@ -162,13 +162,23 @@ xdpyinfo | grep -B 2 resolution ## Bash ffmpeg batch convert ```bash -bash lower-vol.sh +bash /lower-vol.sh ``` ```bash -bash lower-vol.sh flac flac "/home/marc/GitProjects/ffmpeg-lower-vol/" "/home/marc/GitProjects/ffmpeg-lower-vol/test" "-filter:a volume=0.25" +bash "/home/marc/GitProjects/ffmpeg-lower-vol/lower-vol.sh" flac flac "/home/marc/Downloads/newmusik/" "/home/marc/Downloads/newmusik/converted" "-filter:a volume=0.25" ``` ## Downgrade package ```bash downgrade ``` + +## Typometer +First, extract the .zip file and then the .jar file. +Enter the newly created folder and open a terminal at that location. (Should be `/typometer-x.x.x`) +Enter the following line in the terminal: +```bash +java com.pavelfatin.typometer.Application +``` + +*Important: Use BASH instead of FISH, as the colors in FISH confuse the program.*