Skip to content

Commit

Permalink
Updated sh scripts
Browse files Browse the repository at this point in the history
Signed-off-by: Konstantin Shtepa <[email protected]>
  • Loading branch information
KonstantinShtepa committed Mar 19, 2017
1 parent d1565b0 commit 659c312
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions build.sh
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
3 changes: 2 additions & 1 deletion clearLaunch.sh
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 "{}" \;
3 changes: 2 additions & 1 deletion launch.sh
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/

0 comments on commit 659c312

Please sign in to comment.