fix(yafti): Hide Wallpaper Engine plugin under GNOME

This commit is contained in:
RJ Trujillo 2023-08-01 21:08:44 -06:00
parent 12e151d46c
commit 6c638f30f6
2 changed files with 4 additions and 0 deletions

View File

@ -106,6 +106,8 @@ screens:
- Enable System76 Scheduler: just --unstable enable-system76-scheduler
Wallpaper Engine:
description: Enables Wallpaper Engine
condition:
run: grep -v "gnome" <<< $(rpm-ostree status)
default: true
packages:
- Enable Wallpaper Engine: just --unstable enable-wallpaper-engine

View File

@ -78,6 +78,8 @@ screens:
- Enable System76 Scheduler: just --unstable enable-system76-scheduler
Wallpaper Engine:
description: Enables Wallpaper Engine
condition:
run: grep -v "gnome" <<< $(rpm-ostree status)
default: true
packages:
- Enable Wallpaper Engine: just --unstable enable-wallpaper-engine