Skip to content

Commit

Permalink
added google's webp format - gif
Browse files Browse the repository at this point in the history
  • Loading branch information
RaitaroH authored Jul 24, 2019
1 parent 82bbce8 commit f1660fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ksetwallpaper
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if [ -z "$2" ]; then
case $(echo $ext | cut -d'/' -f2) in
"mp4"|"webm") type='VideoWallpaper' ; write='VideoWallpaperBackgroundVideo';;
"png"|"jpeg") type='org.kde.image' ; write='Image' ;;
"gif") type='GifWallpaper' ; write="GifWallpaperBackgroundGif" ;;
"gif"|"webp") type='GifWallpaper' ; write="GifWallpaperBackgroundGif" ;;
esac
else
type="$2";
Expand Down

0 comments on commit f1660fb

Please sign in to comment.