mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-04 21:39:50 +00:00
fix(just): Don't allow installing Wallpaper Engine plugin under GNOME
This commit is contained in:
parent
bf3e0b9172
commit
8121d57446
@ -68,10 +68,15 @@ get-boilr:
|
||||
chmod +x ~/Desktop/BoilR
|
||||
|
||||
enable-wallpaper-engine:
|
||||
echo 'Installing Wallpaper Engine Plugin for KDE...'
|
||||
git clone https://github.com/catsout/wallpaper-engine-kde-plugin.git --depth 1 /tmp/wallpaper-engine-kde-plugin
|
||||
plasmapkg2 -i /tmp/wallpaper-engine-kde-plugin/plugin
|
||||
rm -rf /tmp/wallpaper-engine-kde-plugin
|
||||
#!/usr/bin/env bash
|
||||
if grep -v "gnome" <<< $(rpm-ostree status); then
|
||||
echo 'Installing Wallpaper Engine Plugin for KDE...'
|
||||
git clone https://github.com/catsout/wallpaper-engine-kde-plugin.git --depth 1 /tmp/wallpaper-engine-kde-plugin
|
||||
plasmapkg2 -i /tmp/wallpaper-engine-kde-plugin/plugin
|
||||
rm -rf /tmp/wallpaper-engine-kde-plugin
|
||||
else
|
||||
echo "This is only supported under KDE."
|
||||
fi
|
||||
|
||||
deckswap-on:
|
||||
#!/usr/bin/env bash
|
||||
|
@ -51,10 +51,15 @@ enable-system76-scheduler:
|
||||
rm -rf /tmp/kwin-system76-scheduler-integration
|
||||
|
||||
enable-wallpaper-engine:
|
||||
echo 'Installing Wallpaper Engine Plugin for KDE...'
|
||||
git clone https://github.com/catsout/wallpaper-engine-kde-plugin.git --single-branch /tmp/wallpaper-engine-kde-plugin
|
||||
plasmapkg2 -i /tmp/wallpaper-engine-kde-plugin/plugin
|
||||
rm -rf /tmp/wallpaper-engine-kde-plugin
|
||||
#!/usr/bin/env bash
|
||||
if grep -v "gnome" <<< $(rpm-ostree status); then
|
||||
echo 'Installing Wallpaper Engine Plugin for KDE...'
|
||||
git clone https://github.com/catsout/wallpaper-engine-kde-plugin.git --depth 1 /tmp/wallpaper-engine-kde-plugin
|
||||
plasmapkg2 -i /tmp/wallpaper-engine-kde-plugin/plugin
|
||||
rm -rf /tmp/wallpaper-engine-kde-plugin
|
||||
else
|
||||
echo "This is only supported under KDE."
|
||||
fi
|
||||
|
||||
set-btrfs-flags:
|
||||
echo 'Configuring drive mount parameters...'
|
||||
|
Loading…
x
Reference in New Issue
Block a user