[gnome-tweaks/ewlsh/clarify-gtk-theming] appearance: Rename "Applications" theming to "Legacy Applications"
- From: Evan Welsh <ewlsh src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-tweaks/ewlsh/clarify-gtk-theming] appearance: Rename "Applications" theming to "Legacy Applications"
- Date: Wed, 16 Feb 2022 07:51:42 +0000 (UTC)
commit 89dd16909f31f6d6a3f62620a1c4e9862d556f53
Author: Evan Welsh <contact evanwelsh com>
Date: Tue Feb 15 23:51:30 2022 -0800
appearance: Rename "Applications" theming to "Legacy Applications"
gtweak/tweaks/tweak_group_appearance.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtweak/tweaks/tweak_group_appearance.py b/gtweak/tweaks/tweak_group_appearance.py
index 5caccba..92120b2 100644
--- a/gtweak/tweaks/tweak_group_appearance.py
+++ b/gtweak/tweaks/tweak_group_appearance.py
@@ -51,7 +51,7 @@ def get_sound_themes():
class GtkThemeSwitcher(GSettingsComboTweak):
def __init__(self, **options):
GSettingsComboTweak.__init__(self,
- _("Applications"),
+ _("Legacy Applications"),
"org.gnome.desktop.interface",
"gtk-theme",
make_combo_list_with_default(self._get_valid_themes(), "Adwaita"),
@@ -282,12 +282,12 @@ TWEAK_GROUPS = [
#GSettingsSwitchTweak("Buttons Icons","org.gnome.desktop.interface", "buttons-have-icons"),
#GSettingsSwitchTweak("Menu Icons","org.gnome.desktop.interface", "menus-have-icons"),
Title(_("Themes"), "", uid="title-theme"),
- GtkThemeSwitcher(),
CursorThemeSwitcher(),
IconThemeSwitcher(),
ShellThemeTweak(loaded=_shell_loaded),
GSettingsComboTweak(_("Sound"), "org.gnome.desktop.sound", "theme-name", get_sound_themes(),
desc=_("Specifies which sound theme to use for sound events.")),
+ GtkThemeSwitcher(),
Title(_("Background"), "", uid="title-theme"),
GSettingsFileChooserButtonTweak(_("Image"),"org.gnome.desktop.background", "picture-uri",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]