12 lines
268 B
Bash
Executable File
12 lines
268 B
Bash
Executable File
#!/bin/bash
|
|
rm -rf ~/.local/share/plasma/plasmoids/org.hadak.kdequickchar
|
|
|
|
# 1. Re-install the widget
|
|
kpackagetool6 --type Plasma/Applet --install .
|
|
|
|
# 2. Clear the cache
|
|
kbuildsycoca6
|
|
|
|
# 3. Restart the shell to see changes
|
|
kquitapp6 plasmashell && kstart plasmashell
|