From c474e2f0fcc6ce74eed4a8c4f614da20f8fdea58 Mon Sep 17 00:00:00 2001 From: Romain Vigier Date: Tue, 16 Aug 2022 09:16:38 +0200 Subject: [PATCH] Extension: Update description --- README.md | 2 -- res/ego_description.txt | 5 ----- res/ego_description.txt.license | 2 -- src/metadata.json.in | 2 +- 4 files changed, 1 insertion(+), 10 deletions(-) delete mode 100644 res/ego_description.txt delete mode 100644 res/ego_description.txt.license diff --git a/README.md b/README.md index 29c3684..a6ae8d9 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,6 @@ SPDX-License-Identifier: CC-BY-SA-4.0 Automatically toggle your desktop’s color scheme between light and dark, switch backgrounds and run custom commands at sunset and sunrise. -Supports Night Light, Location Services, manual schedule and on-demand switch. - --- ## Table of contents diff --git a/res/ego_description.txt b/res/ego_description.txt deleted file mode 100644 index e388b3c..0000000 --- a/res/ego_description.txt +++ /dev/null @@ -1,5 +0,0 @@ -Make your desktop easy on the eye, day and night. - -Automatically toggle the color scheme between light and dark, switch backgrounds and run custom commands at sunset and sunrise. - -Supports Night Light, Location Services, manual schedule and on-demand switch modes. diff --git a/res/ego_description.txt.license b/res/ego_description.txt.license deleted file mode 100644 index 93d4191..0000000 --- a/res/ego_description.txt.license +++ /dev/null @@ -1,2 +0,0 @@ -SPDX-FileCopyrightText: 2021 Romain Vigier -SPDX-License-Identifier: CC-BY-SA-4.0 diff --git a/src/metadata.json.in b/src/metadata.json.in index 4780294..9d60568 100644 --- a/src/metadata.json.in +++ b/src/metadata.json.in @@ -1,6 +1,6 @@ { "name": "Night Theme Switcher", - "description": "Make your desktop easy on the eye, day and night.", + "description": "Automatically toggle your desktop’s color scheme between light and dark, switch backgrounds and run custom commands at sunset and sunrise.", "uuid": "@UUID@", "gettext-domain": "@UUID@", "settings-schema": "@DNS@",