Skip to content

pop-os/cosmic-applet-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COSMIC Applet Template

A template for developing applets for the COSMIC™ desktop environment using libcosmic.

Getting Started

To create an applet with this template, install cargo generate and run:

cargo generate gh:pop-os/cosmic-applet-template

A justfile is included by default with common recipes used by other COSMIC projects. Install from casey/just

  • just builds the applet with the default just build-release recipe
  • just run builds and runs the applet
  • just install installs the project into the system
  • just vendor creates a vendored tarball
  • just build-vendored compiles with vendored dependencies from that tarball
  • just check runs clippy on the project to check for linter warnings
  • just check-json can be used by IDEs that support LSP

Documentation

Refer to the libcosmic API documentation and book for help with building applets with libcosmic.

About

Project template for creating applets for the COSMIC™ desktop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors