Skip to content

akikoskinen/ciplasmoid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Some notes about developing plasmoids

List installed plasmoids' names: plasmapkg --list

Install a plasmoid for the current user: plasmapkg --install <path>
Upgrade a plasmoid for the current user: plasmapkg --upgrade <path>
Remove an installed plasmoid: plasmapkg --remove <name>

Run a plasmoid quickly in the viewer: plasmoidviewer <name>|<path>

<name> above refers to plasmoid's name as specified in the metadata.desktop
file. Those names are also printed by the 'plasmapkg --list' command.

<path> above refers to a file system path where a plasmoid file structure
resides.

About

Continuous Integration monitoring plasmoid for KDE

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published