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 ..
|
||||
rm -rf spotify-adblock
|
||||
# Change shortcut
|
||||
# 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
|
||||
# fi
|
||||
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
|
||||
fi
|
||||
# Remove banner
|
||||
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"
|
||||
|
@ -255,9 +255,9 @@ then
|
|||
copyq config autostart true
|
||||
|
||||
# === Paint ==
|
||||
# if [ -f /usr/share/applications/org.kde.kolourpaint.desktop ] ; then
|
||||
# sudo sed -i "3s#.*#Name=Paint#" /usr/share/applications/org.kde.kolourpaint.desktop
|
||||
# fi
|
||||
if [ -f /usr/share/applications/org.kde.kolourpaint.desktop ] ; then
|
||||
sudo sed -i "3s#.*#Name=Paint#" /usr/share/applications/org.kde.kolourpaint.desktop
|
||||
fi
|
||||
|
||||
# === Emojis ==
|
||||
sudo echo "<?xml version=\"1.0\"?>
|
||||
|
|
Loading…
Reference in a new issue