]> Dogcows Code - chaz/tint2/blob - sample/text_only_3.tint2rc
added some config sample (thanks to users)
[chaz/tint2] / sample / text_only_3.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 = 1
8 border_width = 0
9 background_color = #282828 100
10 border_color = #000000 0
11
12 # ID 2
13 rounded = 1
14 border_width = 0
15 background_color = #F6B655 87
16 border_color = #CCCCCC 40
17
18 # Panel
19 panel_monitor = all
20 panel_position = bottom center horizontal
21 panel_size = 100% 22
22 panel_margin = 0 0
23 panel_padding = 3 0 3
24 panel_dock = 0
25 wm_menu = 1
26 panel_background_id = 1
27
28 # Taskbar
29 taskbar_mode = single_desktop
30 taskbar_padding = 0 0 0
31 taskbar_background_id = 0
32 #taskbar_active_background_id = 0
33
34 # Tasks
35 urgent_nb_of_blink = 7
36 task_icon = 0
37 task_text = 1
38 task_centered = 1
39 task_maximum_size = 200 32
40 task_padding = 5 0
41 task_font = sans 7.5
42 font_shadow = 0
43
44 # Task inactive
45 task_font_color = #FFFFFF 60
46 task_icon_asb = 100 0 0
47 task_background_id = 0
48
49 # Task active
50 task_active_font_color = #000000 100
51 task_active_icon_asb = 100 0 0
52 task_active_background_id = 2
53
54 # Task urgent
55 task_urgent_font_color = #000000 100
56 task_urgent_icon_asb = 100 0 0
57 task_urgent_background_id = 2
58 urgent_nb_of_blink = 7
59
60 # Task iconified
61 task_iconified_font_color = #FFFFFF 60
62 task_iconified_icon_asb = 100 0 0
63 task_iconified_background_id = 0
64
65 # Systray
66 systray = 1
67 systray_padding = 3 0 3
68 systray_sort = ascending
69 systray_background_id = 0
70 systray_icon_size = 14
71 systray_icon_asb = 100 -90 -15
72
73 # Clock
74 time1_format = %H:%M
75 time1_font = sans 13
76 clock_font_color = #FFFFFF 87
77 clock_padding = 2 0
78 clock_background_id = 0
79
80 # Tooltips
81 tooltip = 0
82 tooltip_padding = 2 2
83 tooltip_show_timeout = 0.5
84 tooltip_hide_timeout = 1.2
85 tooltip_background_id = 1
86 tooltip_font = Sans 9
87 tooltip_font_color = #FFFFFF 100
88
89 # Mouse
90 mouse_middle = none
91 mouse_right = close
92 mouse_scroll_up = toggle
93 mouse_scroll_down = iconify
94
95 # Battery
96 battery = 1
97 battery_hide = 90
98 battery_low_status = 7
99 battery_low_cmd = notify-send "battery low"
100 bat1_font = sans 7
101 bat2_font = sans 6
102 battery_font_color = #FFFFFF 100
103 battery_padding = 2 0
104 battery_background_id = 0
105
106 # End of config
This page took 0.038534 seconds and 5 git commands to generate.