[gnome-tweaks] top bar: Add Weekday on/off switch for the clock



commit 96d1322a87d5a889a6274cc2fb3b5c6a629488e4
Author: Jeremy Bicha <jbicha ubuntu com>
Date:   Wed Aug 1 22:56:59 2018 -0400

    top bar: Add Weekday on/off switch for the clock
    
    Please use gnome-desktop 3.29.90.1 or higher.
    
    That version fixes these 2 blocker issues
    (which is why Tweaks 3.28 didn't get this feature):
    
    https://bugzilla.gnome.org/789311
    https://bugzilla.gnome.org/789324

 README.md                            | 2 +-
 gtweak/tweaks/tweak_group_top_bar.py | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/README.md b/README.md
index db49ee3..eceffea 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ RUNTIME DEPENDENCIES
 * GIR files and libraries from:
   - GLib (>= 2.57.2)
   - GTK+ 3 (>= 3.12)
-  - gnome-desktop
+  - gnome-desktop (>= 3.29.90.1)
   - libsoup
   - libnotify
   - Pango
diff --git a/gtweak/tweaks/tweak_group_top_bar.py b/gtweak/tweaks/tweak_group_top_bar.py
index 0979720..9f587bd 100644
--- a/gtweak/tweaks/tweak_group_top_bar.py
+++ b/gtweak/tweaks/tweak_group_top_bar.py
@@ -63,6 +63,7 @@ TWEAK_GROUPS = [
         GSettingsSwitchTweak(_("Activities Overview Hot Corner"),"org.gnome.shell", "enable-hot-corners", 
loaded=_shell_loaded),
         Title(_("Clock"),"", loaded=_shell_loaded),
         GSettingsSwitchTweak(_("Date"),"org.gnome.desktop.interface", "clock-show-date", 
loaded=_shell_loaded),
+        GSettingsSwitchTweak(_("Weekday"),"org.gnome.desktop.interface", "clock-show-weekday", 
loaded=_shell_loaded),
         GSettingsSwitchTweak(_("Seconds"), "org.gnome.desktop.interface", "clock-show-seconds", 
loaded=_shell_loaded),
         Title(_("Calendar"),"", loaded=_shell_loaded),
         GSettingsSwitchTweak(_("Week Numbers"),"org.gnome.desktop.calendar", "show-weekdate", 
loaded=_shell_loaded),


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]