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