]> Dogcows Code - chaz/tint2/blob - tintrc02
update documentation for new config format
[chaz/tint2] / tintrc02
1 #---------------------------------------------
2 # TINT CONFIG FILE
3 #---------------------------------------------
4
5 #---------------------------------------------
6 # BACKGROUND AND BORDER
7 #---------------------------------------------
8 rounded = 1
9 border_width = 0
10 background_color = #282828 40
11 border_color = #000000 40
12
13 rounded = 1
14 border_width = 1
15 background_color = #282828 0
16 border_color = #cccccc 40
17
18 #---------------------------------------------
19 # PANEL
20 #---------------------------------------------
21 panel_monitor = 1
22 panel_position = top right
23 panel_size = 600 27
24 panel_margin = 0 0
25 panel_padding = 4 0
26 font_shadow = 0
27 panel_background_id = 1
28
29 #---------------------------------------------
30 # TASKBAR
31 #---------------------------------------------
32 taskbar_mode = multi_desktop
33 taskbar_padding = 4 0
34 taskbar_background_id = 0
35
36 #---------------------------------------------
37 # TASKS
38 #---------------------------------------------
39 task_icon = 1
40 task_text = 0
41 task_width = 30
42 task_centered = 1
43 task_padding = 2 5
44 task_font = sans 8
45 task_font_color = #ffffff 60
46 task_active_font_color = #ffffff 100
47 task_background_id = 0
48 task_active_background_id = 2
49
50 #---------------------------------------------
51 # SYSTRAY
52 #---------------------------------------------
53 #systray_padding = 9 3
54 #systray_background_id = 0
55
56 #---------------------------------------------
57 # CLOCK
58 #---------------------------------------------
59 time1_format = %H:%M:%S
60 time1_font = sans 7
61 time2_format = %A %d %B
62 time2_font = sans 7
63 clock_font_color = #ffffff 100
64 clock_padding = 4 0
65 clock_background_id = 0
66
67 #---------------------------------------------
68 # MOUSE ACTION ON TASK
69 #---------------------------------------------
70 mouse_middle = none
71 mouse_right = close
72 mouse_scroll_up = toggle
73 mouse_scroll_down = iconify
74
This page took 0.03457 seconds and 4 git commands to generate.