[gnome-shell-extensions] classic: Move dateMenu to the right



commit 2b81d125cb5aca689e7e0a6bbce969207ac77346
Author: Florian MÃllner <fmuellner gnome org>
Date:   Fri Jan 18 15:36:46 2013 +0100

    classic: Move dateMenu to the right
    
    With new items being added on the left, the top bar gets a little
    crowded with the dateMenu at the center, so move it to its "classic"
    position on the right.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=692016

 data/classic.json.in |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/data/classic.json.in b/data/classic.json.in
index 8864ca4..0a58164 100644
--- a/data/classic.json.in
+++ b/data/classic.json.in
@@ -1,4 +1,9 @@
 {
     "parentMode": "user",
-    "enabledExtensions": [ CLASSIC_EXTENSIONS@]
+    "enabledExtensions": [ CLASSIC_EXTENSIONS@],
+    "panel": { "left": ["activities", "appMenu"],
+               "center": [],
+               "right": ["a11y", "keyboard", "volume", "bluetooth",
+                         "network", "battery", "dateMenu", "userMenu"]
+             }
 }



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