tint2: Fix taskbar frame colors. Improve clock format for embedded devices.
authorMichael Büsch <mb@bu3sch.de>
Sun, 20 Feb 2011 23:08:08 +0000 (23:08 +0000)
committerMichael Büsch <mb@bu3sch.de>
Sun, 20 Feb 2011 23:08:08 +0000 (23:08 +0000)
SVN-Revision: 25636

desktop/apps/tint2/files/tint2rc

index 7d83bb8312bea2128072259ac3b078c57a0f80f7..5b1576cc5ee06bfbe2db436d5cfa432ab555a370 100644 (file)
@@ -27,7 +27,7 @@ panel_size = 100% 30
 panel_margin = 0 0
 panel_padding = 7 0 7
 panel_dock = 0
-wm_menu = 0
+wm_menu = 1
 panel_layer = top
 panel_background_id = 1
 panel_items = LTSCB
@@ -41,9 +41,10 @@ strut_policy = follow_size
 
 # Taskbar
 taskbar_mode = multi_desktop
+#taskbar_mode = single_desktop
 taskbar_padding = 2 3 2
-taskbar_background_id = 0
-taskbar_active_background_id = 0
+taskbar_background_id = 1
+taskbar_active_background_id = 2
 
 # Launcher
 #launcher_icon_theme = foo
@@ -93,7 +94,7 @@ systray_icon_asb = 70 0 0
 # Clock
 time1_format = %H:%M
 time1_font = sans 8
-time2_format = %A %d %B
+time2_format = %a %Y-%m-%d
 time2_font = sans 6
 clock_font_color = #FFFFFF 74
 clock_padding = 1 0