Skip to content

monster1612/CairoExtensionSamples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cairo Extension Samples

Example extensions for Cairo Desktop Environment. Cairo extensions should be installed to the %localappdata%\Cairo_Development_Team\Extensions directory.


unique extensions

Daylight (currently WIP)

prevents the screen from going to sleep for a specific length of time, similar to PowerToys Awake.

usage

  • TBD: currently a work in progress.

attributions

  • this specific extension makes use of a modified version of the "half-moon" icon from the Iconoir library, which is released under the MIT license.
  • this extension is also based on the Weather extension (see below) and borrows code from the main Cairo project for implementation of the "icon" placement.

upstream extensions from the Cairo development team follow below.

Places.ShellFolders

Adds additional shell folder locations to the Places menu.

Usage

  1. Add Places.ShellFolders.dll to your Cairo Extensions directory. If you build and run with Visual Studio, this is done automatically.
  2. Start (or restart) Cairo.

Weather

A sample menu extra extension that shows the current weather at your location. Uses the OpenWeatherMap API and Windows Location API.

Usage

  1. Add Weather.dll to your Cairo Extensions directory. If you build and run with Visual Studio, this is done automatically.
  2. Start (or restart) Cairo.
  3. The weather menu will say "API key required". Click this and choose Settings.
  4. Enter your OpenWeatherMap API key, and click "Open Windows location settings" to ensure location is enabled.
  1. Close weather settings, and now there will be weather in your menu bar, updated every 15 minutes. Click it for more details.

Widget

A sample floating window that loads with Cairo.

Usage

  1. Add Widget.dll to your Cairo Extensions directory. If you build and run with Visual Studio, this is done automatically.
  2. Start (or restart) Cairo.

About

Example extensions for Cairo Desktop Environment.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%