]> Dogcows Code - chaz/tint2/blob - sample/text_only_2.tint2rc
added some config sample (thanks to users)
[chaz/tint2] / sample / text_only_2.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 = 1
9 background_color = #730A07 100
10 border_color = #730A07 100
11
12 # ID 2
13 rounded = 0
14 border_width = 0
15 background_color = #000000 100
16 border_color = #FFFFFF 9
17
18 # ID 3
19 rounded = 0
20 border_width = 0
21 background_color = #222222 100
22 border_color = #222222 9
23
24 # ID 4
25 rounded = 0
26 border_width = 0
27 background_color = #222222 100
28 border_color = #222222 9
29
30 # ID 5
31 rounded = 0
32 border_width = 0
33 background_color = #FFFFFF 100
34 border_color = #FFFFFF 9
35
36 # Panel
37 panel_monitor = all
38 panel_position = bottom left horizontal
39 panel_size = 100% 42
40 panel_margin = 0 0
41 panel_padding = 0 0 0
42 panel_background_id = 0
43 panel_layer = bottom
44 wm_menu = 1
45 strut_policy = follow_size
46
47 # Panel Autohide
48 autohide = 0
49 autohide_show_timeout = 0.7
50 autohide_hide_timeout = 1.5
51 autohide_height = 2
52
53 # Taskbar
54 taskbar_mode = multi_desktop
55 taskbar_padding = 12 7 12
56 taskbar_background_id = 2
57 #taskbar_active_background_id = 0
58
59 # Tasks
60 task_icon = 0
61 task_text = 1
62 task_centered = 1
63 task_maximum_size = 0 32
64 task_padding = 5 1
65 task_font = Aller 7.6
66 font_shadow = 0
67
68 # Task inactive
69 task_font_color = #D3CAAA 34
70 task_icon_asb = 100 -90 -15
71 task_background_id = 4
72
73 # Task active
74 task_active_font_color = #FFFFFF 100
75 task_active_icon_asb = 100 -70 0
76 task_active_background_id = 1
77
78 # Task urgent
79 task_urgent_font_color = #FFFFFF 100
80 task_urgent_icon_asb = 100 -90 -15
81 task_urgent_background_id = 0
82 urgent_nb_of_blink = 7
83
84 # Task iconified
85 task_iconified_font_color = #D3CAAA 34
86 task_iconified_icon_asb = 100 -90 -15
87 task_iconified_background_id = 4
88
89 # System Tray
90 systray = 1
91 systray_padding = 5 5 5
92 systray_sort = ascending
93 systray_background_id = 4
94 systray_icon_size = 18
95 #systray_icon_asb = 100 0 1
96 systray_icon_asb = 100 -90 -15
97
98 # Clock
99 time1_format = %H:%M
100 time1_font = Diavlo 12
101 time2_format = %b %d
102 time2_font = Diavlo 6
103 clock_font_color = #FFFFFF 100
104 clock_tooltip = %A %d %B
105 clock_padding = 4 2
106 clock_background_id = 1
107 #clock_lclick_command = xclock
108 clock_rclick_command = gsimplecal
109
110 # Tooltips
111 tooltip = 0
112 tooltip_padding = 5 5
113 tooltip_show_timeout = 0.7
114 tooltip_hide_timeout = 0.3
115 tooltip_background_id = 4
116 tooltip_font = Aller 8
117 tooltip_font_color = #D3CAAA 34
118
119 # Battery
120 battery = 1
121 battery_low_status = 7
122 battery_low_cmd = notify-send "battery low"
123 battery_hide = 90
124 bat1_font = Diavlo 10
125 bat2_font = Aller 0
126 battery_font_color = #D3CAAA 49
127 battery_padding = 4 2
128 battery_background_id = 4
129
130 # Mouse
131 mouse_middle = none
132 mouse_right = close
133 mouse_scroll_up = toggle
134 mouse_scroll_down = iconify
135
136 # End of config
This page took 0.039826 seconds and 5 git commands to generate.