From 11ed4702c92f9cebbb6eaea4be02e177119a4dc3 Mon Sep 17 00:00:00 2001 From: Eduardo Flores Date: Thu, 22 Aug 2024 00:14:03 -0700 Subject: [PATCH] Add cosmic-ext-calculator --- applications.ron | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/applications.ron b/applications.ron index afd34d5..dec47a2 100644 --- a/applications.ron +++ b/applications.ron @@ -8,6 +8,12 @@ Applications( repo: "https://github.com/edfloreshz/tasks", image: "https://raw.githubusercontent.com/edfloreshz/tasks/main/res/screenshots/window-light.png" ), + ( + name: "cosmic-ext-calculator", + description: "A calculator application for the COSMIC desktop.", + repo: "https://github.com/edfloreshz/cosmic-ext-calculator", + image: "https://raw.githubusercontent.com/edfloreshz/cosmic-ext-calculator/main/res/screenshots/window-light.png" + ), ( name: "fan-control", description: "Control your fans with different behaviors.",