Compare commits
2 Commits
d7c082249f
...
2e029290f9
Author | SHA1 | Date |
---|---|---|
Lukáš Kucharczyk | 2e029290f9 | |
Lukáš Kucharczyk | 647c207091 |
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/env bash
|
||||||
|
for i in *.m4a; do ffmpeg -i "$i" -c:a flac "${i%.*}.flac"; done
|
|
@ -21,3 +21,6 @@ else
|
||||||
echo "$ORIGINAL does not exist."
|
echo "$ORIGINAL does not exist."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# TODO: use below to create "copy all wallpapers" function
|
||||||
|
# for file in $HOME/.cache/plasma_engine_potd/*; do bfile=$(basename $file); cp "$file" "$HOME/Pictures/wallpapers/${bfile}_${TODAY}.jpg"; done
|
||||||
|
|
Loading…
Reference in New Issue