ceb43064f1a6013bc6b950828b1682a7d2b228ae
[openwrt/svn-archive/feeds.git] / desktop / apps / tint2 / files / tint2rc
1 # Tint2 config file
2 # For information on manually configuring tint2 see http://code.google.com/p/tint2/wiki/Configure
3
4 # Background definitions
5 # ID 1
6 rounded = 7
7 border_width = 2
8 background_color = #000000 60
9 border_color = #FFFFFF 16
10
11 # ID 2
12 rounded = 5
13 border_width = 0
14 background_color = #FFFFFF 40
15 border_color = #FFFFFF 48
16
17 # ID 3
18 rounded = 5
19 border_width = 0
20 background_color = #FFFFFF 16
21 border_color = #FFFFFF 68
22
23 # Panel
24 panel_monitor = all
25 panel_position = bottom center horizontal
26 panel_size = 100% 30
27 panel_margin = 0 0
28 panel_padding = 7 0 7
29 panel_dock = 0
30 wm_menu = 0
31 panel_layer = top
32 panel_background_id = 1
33 panel_items = LTSCB
34
35 # Panel Autohide
36 autohide = 0
37 autohide_show_timeout = 0.3
38 autohide_hide_timeout = 2
39 autohide_height = 2
40 strut_policy = follow_size
41
42 # Taskbar
43 taskbar_mode = multi_desktop
44 taskbar_padding = 2 3 2
45 taskbar_background_id = 0
46 taskbar_active_background_id = 0
47
48 # Launcher
49 #launcher_icon_theme = foo
50 launcher_padding = 2 3 2
51 launcher_background_id = 0
52 launcher_icon_size = 16
53 launcher_item_app = /usr/share/applications/xterm.desktop
54 launcher_item_app = /usr/share/applications/dillo.desktop
55 #launcher_item_app = /usr/share/applications/ADD_MY_APPLICATION_HERE.desktop
56
57 # Tasks
58 urgent_nb_of_blink = 8
59 task_icon = 1
60 task_text = 1
61 task_centered = 1
62 task_maximum_size = 140 35
63 task_padding = 6 2
64 task_background_id = 3
65 task_active_background_id = 2
66 task_urgent_background_id = 2
67 task_iconified_background_id = 3
68 task_tooltip = 0
69
70 # Task Icons
71 task_icon_asb = 70 0 0
72 task_active_icon_asb = 100 0 0
73 task_urgent_icon_asb = 100 0 0
74 task_iconified_icon_asb = 70 0 0
75
76 # Fonts
77 task_font = sans 7
78 task_font_color = #FFFFFF 68
79 task_active_font_color = #FFFFFF 83
80 task_urgent_font_color = #FFFFFF 83
81 task_iconified_font_color = #FFFFFF 68
82 font_shadow = 0
83
84 # System Tray
85 systray = 1
86 systray_padding = 0 4 5
87 systray_sort = ascending
88 systray_background_id = 0
89 systray_icon_size = 16
90 systray_icon_asb = 70 0 0
91
92 # Clock
93 time1_format = %H:%M
94 time1_font = sans 8
95 time2_format = %A %d %B
96 time2_font = sans 6
97 clock_font_color = #FFFFFF 74
98 clock_padding = 1 0
99 clock_background_id = 0
100 clock_rclick_command = orage
101
102 # Tooltips
103 tooltip_padding = 2 2
104 tooltip_show_timeout = 0.7
105 tooltip_hide_timeout = 0.3
106 tooltip_background_id = 1
107 tooltip_font = sans 10
108 tooltip_font_color = #000000 80
109
110 # Mouse
111 mouse_middle = none
112 mouse_right = close
113 mouse_scroll_up = toggle
114 mouse_scroll_down = iconify
115
116 # Battery
117 battery = 0
118 battery_low_status = 10
119 battery_low_cmd = notify-send "battery low"
120 battery_hide = 98
121 bat1_font = sans 8
122 bat2_font = sans 6
123 battery_font_color = #FFFFFF 74
124 battery_padding = 1 0
125 battery_background_id = 0
126
127 # End of config