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