Kraken ticker i3block
This commit is contained in:
4
dot_config/fish/functions/video-to-gif.fish
Normal file
4
dot_config/fish/functions/video-to-gif.fish
Normal file
@@ -0,0 +1,4 @@
|
||||
function video-to-gif
|
||||
# ffmpeg -i $argv[1] -filter_complex "[0:v]setpts=0.5*PTS,fps=24,split [a][b];[a] palettegen [p];[b][p] paletteuse" $argv[2]
|
||||
ffmpeg -i $argv[1] -filter_complex "[0:v]fps=24,split [a][b];[a] palettegen [p];[b][p] paletteuse" $argv[2]
|
||||
end
|
||||
3
dot_config/fish/functions/wget-name.fish
Normal file
3
dot_config/fish/functions/wget-name.fish
Normal file
@@ -0,0 +1,3 @@
|
||||
function wget-name
|
||||
wget $argv[1] -O $argv[2]
|
||||
end
|
||||
Reference in New Issue
Block a user