]> Dogcows Code - chaz/tint2/blob - sample/icon_and_text_1.tint2rc
4d87eeb22247a3d1ab0cbc4bfdc99cc8060105cd
[chaz/tint2] / sample / icon_and_text_1.tint2rc
1 #---------------------------------------------
2 # TINT2 CONFIG FILE
3 #---------------------------------------------
4
5 #---------------------------------------------
6 # BACKGROUND AND BORDER
7 #---------------------------------------------
8 rounded = 7
9 border_width = 2
10 background_color = #000000 60
11 border_color = #ffffff 18
12
13 rounded = 5
14 border_width = 0
15 background_color = #ffffff 40
16 border_color = #ffffff 50
17
18 rounded = 5
19 border_width = 0
20 background_color = #ffffff 18
21 border_color = #ffffff 70
22
23 #---------------------------------------------
24 # PANEL
25 #---------------------------------------------
26 panel_monitor = all
27 panel_position = bottom center horizontal
28 panel_size = 94% 30
29 panel_margin = 0 0
30 panel_padding = 7 0 7
31 font_shadow = 0
32 panel_background_id = 1
33 wm_menu = 0
34 panel_dock = 0
35 panel_layer = top
36 strut_policy = follow_size
37
38 #---------------------------------------------
39 # TASKBAR
40 #---------------------------------------------
41 taskbar_mode = single_desktop
42 taskbar_padding = 2 3 2
43 taskbar_background_id = 0
44 taskbar_active_background_id = 0
45
46 #---------------------------------------------
47 # TASKS
48 #---------------------------------------------
49 task_icon = 1
50 task_text = 1
51 task_maximum_size = 140 35
52 task_centered = 1
53 task_padding = 6 2
54 task_font = sans 7
55
56 # Task inactive
57 task_font_color = #ffffff 70
58 task_icon_asb = 70 0 0
59 task_background_id = 3
60
61 # Task active
62 task_active_font_color = #ffffff 85
63 task_active_icon_asb = 100 0 0
64 task_active_background_id = 2
65
66 # Task urgent
67 task_urgent_font_color = #ffffff 85
68 task_urgent_icon_asb = 100 0 0
69 task_urgent_background_id = 2
70 urgent_nb_of_blink = 8
71
72 # Task iconified
73 task_iconified_font_color = #ffffff 70
74 task_iconified_icon_asb = 70 0 0
75 task_iconified_background_id = 3
76
77
78 #---------------------------------------------
79 # SYSTRAYBAR
80 #---------------------------------------------
81 systray = 1
82 systray_padding = 0 4 5
83 systray_background_id = 0
84 systray_sort = ascending
85 systray_icon_size = 16
86 systray_icon_asb = 70 0 0
87
88 #---------------------------------------------
89 # CLOCK
90 #---------------------------------------------
91 time1_format = %H:%M
92 time1_font = sans 8
93 time2_format = %A %d %B
94 time2_font = sans 6
95 clock_font_color = #ffffff 76
96 clock_padding = 1 0
97 clock_background_id = 0
98 #clock_lclick_command = xclock
99 clock_rclick_command = orage
100 #clock_tooltip = %A %d %B
101 #time1_timezone = :US/Hawaii
102 #time2_timezone = :Europe/Berlin
103 #clock_tooltip_timezone = :/usr/share/zoneinfo/Europe/Paris
104
105 #---------------------------------------------
106 # BATTERY
107 #---------------------------------------------
108 battery = 0
109 battery_hide = 98
110 battery_low_status = 10
111 battery_low_cmd = notify-send "battery low"
112 bat1_font = sans 8
113 bat2_font = sans 6
114 battery_font_color = #ffffff 76
115 battery_padding = 1 0
116 battery_background_id = 0
117
118 #---------------------------------------------
119 # TOOLTIP
120 #---------------------------------------------
121 tooltip = 0
122 tooltip_padding = 2 2
123 tooltip_show_timeout = 0.7
124 tooltip_hide_timeout = 0.3
125 tooltip_background_id = 1
126 tooltip_font_color = #000000 80
127 tooltip_font = sans 10
128
129 #---------------------------------------------
130 # MOUSE ACTION ON TASK
131 #---------------------------------------------
132 mouse_middle = none
133 mouse_right = close
134 mouse_scroll_up = toggle
135 mouse_scroll_down = iconify
136
137 #---------------------------------------------
138 # AUTOHIDE OPTIONS
139 #---------------------------------------------
140 autohide = 0
141 autohide_show_timeout = 0.3
142 autohide_hide_timeout = 2
143 autohide_height = 2
144
This page took 0.038518 seconds and 3 git commands to generate.