Skip to content
Snippets Groups Projects
Commit 62b34f7a authored by phob1an's avatar phob1an :headphones:
Browse files

sync

parent d04637f3
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
# Reset default theme and wait for the mess to finish
lookandfeeltool -a org.kde.breeze.desktop 2>/dev/null
sleep 1
sleep 2
# Simply delete everything we installed previously
rm -rv ${HOME}/.local/share/plasma/desktoptheme/Tincture
rm -rv ${HOME}/.local/share/plasma/look-and-feel/Tincture
rm -rv ${HOME}/.local/share/aurorae/themes/Tincture
......@@ -8,3 +11,6 @@ rm -rv ${HOME}/.local/share/color-schemes/Tincture.colors
rm -vf ${HOME}/.local/bin/tincture.py
rm -vf ${HOME}/.local/share/applications/tincture.desktop
rm -vf ${HOME}/.local/share/icons/hicolor/scalable/apps/tincture.svg
# May be needed on distros that behave badly
# qdbus org.kde.KWin /KWin reconfigure
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment