Преглед изворни кода

Updated wall plugin to the standard utility file

master
Simone пре 3 година
родитељ
комит
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


Loading…
Откажи
Сачувај