浏览代码

Updated wall plugin to the standard utility file

master
Simone 4 年前
父节点
当前提交
f23452396e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      plugins/wall

+ 1
- 1
plugins/wall 查看文件

@@ -12,7 +12,7 @@ cmd_exists () {
}

if [ -n "$1" ]; then
if [ "$(mimetype --output-format %m "$1" | awk -F '/' '{print $1}')" = "image" ]; then
if [ "$(file --mime-type "$1" | awk '{print $2}' | awk -F '/' '{print $1}')" = "image" ]; then
if [ "$(cmd_exists nitrogen)" -eq "0" ]; then
nitrogen --set-zoom-fill --save "$1"
elif [ "$(cmd_exists wal)" -eq "0" ]; then


正在加载...
取消
保存