-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Konstantin Shtepa <[email protected]>
- Loading branch information
1 parent
d1565b0
commit 659c312
Showing
3 changed files
with
8 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
#!/bin/bash | ||
|
||
cd "${0%/*}" | ||
plasmapkg2 -r org.kde.simpleMonitor | ||
rm -rf ~/.local/share/plasma/plasmoids/org.kde.simpleMonitor | ||
# rm -rf ~/.local/share/plasma/plasmoids/org.kde.simpleMonitor | ||
plasmapkg2 -t plasmoid -i ./plasmoid | ||
kbuildsycoca5 --noincremental | ||
# plasmawindowed simpleMonitor | ||
# plasmawindowed org.kde.simpleMonitor | ||
plasmoidviewer -a org.kde.simpleMonitor |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
#!/bin/sh | ||
|
||
find . \( -name *.qmlc -o -name *.jsc \) -exec rm -f "{}" \; | ||
cd "${0%/*}" | ||
find plasmoid/ \( -name *.qmlc -o -name *.jsc \) -exec rm -f "{}" \; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
#!/bin/sh | ||
cd "$( dirname "$0" )" | ||
|
||
cd "${0%/*}" | ||
plasmoidviewer -f planar -a plasmoid/ |