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