Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update metadata with good data #3

Merged
merged 1 commit into from
Nov 22, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions a2n.archupdate.plasmoid/contents/ui/Compact.qml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ RowLayout {
}
visible: true
text: total
icon: icon
}

}
Expand Down
2 changes: 1 addition & 1 deletion a2n.archupdate.plasmoid/contents/ui/archupdate.qml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import "../service" as Sv
Item {
id: archupdate
Plasmoid.preferredRepresentation: Plasmoid.compactRepresentation
Plasmoid.compactRepresentation: Compact { id: compact }
Plasmoid.compactRepresentation: Compact {}
// load one instance of each needed service
Sv.Updater{ id: updater }
Tb.Cmd { id: cmd }
Expand Down
23 changes: 0 additions & 23 deletions a2n.archupdate.plasmoid/metadata.desktop

This file was deleted.

13 changes: 3 additions & 10 deletions a2n.archupdate.plasmoid/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,10 @@
"Name": "Bouteiller <a2n> Alan"
}
],
"Category": "Windows and Tasks",
"Category": "System Information",
"Description": "Count and show the pending pacman update",
"Dependencies": [
"wmctrl"
],
"EnabledByDefault": true,
"Icon": "preferences-desktop",
"Id": "archupdate",
"Id": "a2n.archupdate.plasmoid",
"License": "GPL-3.0+",
"Name": "Arch Update Counter",
"ServiceTypes": [
Expand All @@ -23,8 +19,5 @@
"Website": "https://github.com/bouteillerAlan/archupdate"
},
"X-Plasma-API": "declarativeappletscript",
"X-Plasma-MainScript": "ui/archupdate.qml",
"X-Plasma-Provides": [
"org.kde.plasma.virtualdesktops"
]
"X-Plasma-MainScript": "ui/archupdate.qml"
}