From 55622350dca22093102edfcd91806e78a47dddfc Mon Sep 17 00:00:00 2001 From: Vladyslav Hroshev Date: Sat, 8 Mar 2025 22:53:32 +0200 Subject: [PATCH] Updated script year and removed TODOs --- install.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/install.py b/install.py index ece7a55..9584064 100644 --- a/install.py +++ b/install.py @@ -1,5 +1,5 @@ # This file installs Marble shell theme for GNOME DE -# Copyright (C) 2023-2024 Vladyslav Hroshev +# Copyright (C) 2023-2025 Vladyslav Hroshev # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -14,11 +14,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -# TODO: output current GNOME version. Warn if it's not supported -# TODO: rework checkboxes for GNOME 47 -# TODO: test on older GNOME versions -# TODO: install theme using only standard colors from settings color picker - import json # working with json files import argparse # command-line options import shutil