From fdf88111e6037a794963ba02a0e4f0a3322cac4d Mon Sep 17 00:00:00 2001 From: Eduardo Flores Date: Sat, 18 May 2024 18:20:44 -0700 Subject: [PATCH] Add cosmic-color-picker --- applications.ron | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/applications.ron b/applications.ron index b0b7749..e1ad325 100644 --- a/applications.ron +++ b/applications.ron @@ -17,6 +17,12 @@ Applications( description: "Web App Manager for Cosmic desktop written with love and libcosmic. Allow you to simply create web applications from given url working inside separate window of your browser of choice.", repo: "https://github.com/elevenhsoft/WebApps", image: "https://raw.githubusercontent.com/elevenhsoft/WebApps/0.3.5/res/screenshots/window-dark.png" + ), + ( + name: "cosmic-color-picker", + description: "A color picker for COSMIC.", + repo: "https://github.com/PixelDoted/cosmic-color-picker", + image: "https://raw.githubusercontent.com/PixelDoted/cosmic-color-picker/main/preview.png" ) ] )