File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 19
19
20
20
*/
21
21
22
- import QtQuick 2.1
22
+ import QtQuick 2.7
23
23
import QtQuick.Layouts 1.2 as QtLayouts
24
24
import org.kde.plasma.components 2.0 as PlasmaComponents
25
25
import org.kde.plasma.plasmoid 2.0
@@ -109,6 +109,7 @@ Item {
109
109
Grid {
110
110
id: labelArea
111
111
columns: 2
112
+ padding: 10
112
113
flow: Grid .LeftToRight
113
114
PlasmaComponents .Label {
114
115
id: lastNewLabel
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
+ METADATA=" package/metadata.desktop"
4
+ APPNAME=$( grep " X-KDE-PluginInfo-Name" $METADATA | sed ' s/.*=//' )
5
+
3
6
if [[ $1 == --install ]]; then
4
7
plasmapkg2 --install package
5
8
else
10
13
echo ' ------------------------------------------------'
11
14
echo
12
15
13
- plasmoidviewer -a org.kde.userbase.plasma.luna-ii
16
+ plasmoidviewer -a $APPNAME
You can’t perform that action at this time.
0 commit comments