]> Dogcows Code - chaz/tint2/blob - sample/text_only_5.tint2rc
added some config sample (thanks to users)
[chaz/tint2] / sample / text_only_5.tint2rc
1 # Tint2 config file
2 # Generated by tintwizard (http://code.google.com/p/tintwizard/)
3 # For information on manually configuring tint2 see http://code.google.com/p/tint2/wiki/Configure
4
5 # Background definitions
6 # ID 1
7 rounded = 0
8 border_width = 0
9 background_color = #FFFFFF 0
10 border_color = #FFFFFF 60
11
12 # ID 2
13 rounded = 0
14 border_width = 1
15 background_color = #333333 40
16 border_color = #FFFFFF 40
17
18 # ID 3
19 rounded = 0
20 border_width = 0
21 background_color = #EEEEEC 60
22 border_color = #FFFFFF 100
23
24 # Panel
25 panel_monitor = all
26 panel_position = bottom center horizontal
27 panel_size = 99% 27
28 panel_margin = 0 0
29 panel_padding = 3 3 3
30 panel_dock = 0
31 wm_menu = 1
32 panel_background_id = 3
33
34 autohide = 0
35 autohide_show_timeout = 0.2
36 autohide_hide_timeout = 1.6
37 autohide_height = 1
38 strut_policy = minimum
39
40 # Taskbar
41 taskbar_mode = multi_desktop
42 taskbar_padding = 0 0 0
43 taskbar_background_id = 0
44 taskbar_active_background_id = 0
45
46 # Tasks
47 urgent_nb_of_blink = 7
48 task_icon = 0
49 task_text = 1
50 task_centered = 1
51 task_maximum_size = 200 30
52 task_padding = 5 0
53 task_font = AvantGardeLTMedium 8
54 font_shadow = 0
55
56 # Task inactive
57 task_font_color = #151515 60
58 task_icon_asb = 50 0 0
59 task_background_id = 1
60
61 # Task active
62 task_active_font_color = #FFFFFF 60
63 task_active_icon_asb = 100 0 0
64 task_active_background_id = 2
65
66 # Task urgent
67 task_urgent_font_color = #7E9659 90
68 task_urgent_icon_asb = 100 0 0
69 task_urgent_background_id = 2
70 urgent_nb_of_blink = 7
71
72 # Task iconified
73 task_iconified_font_color = #ffffff 70
74 task_iconified_icon_asb = 50 0 0
75 task_iconified_background_id = 1
76
77
78 # Systray
79 systray = 1
80 systray_padding = 4 2 3
81 systray_background_id = 0
82 systray_sort = ascending
83 systray_icon_asb = 100 0 -10
84 systray_icon_size = 15
85
86 # Clock
87 time1_format = %H:%M / %a %d %b
88 time1_font = AvantGardeLTMedium 8
89 clock_font_color = #151515 60
90 clock_padding = 4 0
91 clock_background_id = 0
92
93 # Tooltips
94 tooltip = 1
95 tooltip_padding = 3 3
96 tooltip_show_timeout = 1.5
97 tooltip_hide_timeout = 0.3
98 tooltip_background_id = 1
99 tooltip_font = AvantGardeLTMedium 8
100 tooltip_font_color = #434141 100
101
102 # Battery
103 battery = 0
104 battery_hide = 90
105 battery_low_status = 7
106 battery_low_cmd = notify-send "battery low"
107 bat1_font = sans 8
108 bat2_font = sans 6
109 battery_font_color = #151515 60
110 battery_padding = 1 0
111 battery_background_id = 0
112
113 # Mouse
114 mouse_middle = none
115 mouse_right = close
116 mouse_scroll_up = toggle
117 mouse_scroll_down = iconify
118
119 # End of config
This page took 0.046315 seconds and 5 git commands to generate.