re-add icon changes
This commit is contained in:
parent
23524f9ef8
commit
997af4e29b
1 changed files with 6 additions and 6 deletions
12
arch.sh
12
arch.sh
|
@ -143,9 +143,9 @@ then
|
||||||
cd ..
|
cd ..
|
||||||
rm -rf spotify-adblock
|
rm -rf spotify-adblock
|
||||||
# Change shortcut
|
# Change shortcut
|
||||||
# if [ -f /usr/share/applications/spotify.desktop ] ; then
|
if [ -f /usr/share/applications/spotify.desktop ] ; then
|
||||||
# sudo sed -i "7s#.*#Exec=env LD_PRELOAD=/usr/local/lib/spotify-adblock.so spotify %U#" /usr/share/applications/spotify.desktop
|
sudo sed -i "7s#.*#Exec=env LD_PRELOAD=/usr/local/lib/spotify-adblock.so spotify %U#" /usr/share/applications/spotify.desktop
|
||||||
# fi
|
fi
|
||||||
# Remove banner
|
# Remove banner
|
||||||
cd "$(dirname "$(realpath -L "$(which spotify)")")"/Apps/ || exit # absolute path to Spotify
|
cd "$(dirname "$(realpath -L "$(which spotify)")")"/Apps/ || exit # absolute path to Spotify
|
||||||
sudo bash -c "unzip -p xpui.spa xpui.js | sed 's/{adsEnabled:\!0}/{adsEnabled:false}/' > xpui.js"
|
sudo bash -c "unzip -p xpui.spa xpui.js | sed 's/{adsEnabled:\!0}/{adsEnabled:false}/' > xpui.js"
|
||||||
|
@ -255,9 +255,9 @@ then
|
||||||
copyq config autostart true
|
copyq config autostart true
|
||||||
|
|
||||||
# === Paint ==
|
# === Paint ==
|
||||||
# if [ -f /usr/share/applications/org.kde.kolourpaint.desktop ] ; then
|
if [ -f /usr/share/applications/org.kde.kolourpaint.desktop ] ; then
|
||||||
# sudo sed -i "3s#.*#Name=Paint#" /usr/share/applications/org.kde.kolourpaint.desktop
|
sudo sed -i "3s#.*#Name=Paint#" /usr/share/applications/org.kde.kolourpaint.desktop
|
||||||
# fi
|
fi
|
||||||
|
|
||||||
# === Emojis ==
|
# === Emojis ==
|
||||||
sudo echo "<?xml version=\"1.0\"?>
|
sudo echo "<?xml version=\"1.0\"?>
|
||||||
|
|
Loading…
Reference in a new issue