]> Dogcows Code - chaz/tint2/blob - tintrc05
78a90f2bed92a85dd9ef937995a00c05febb6760
[chaz/tint2] / tintrc05
1 #---------------------------------------------
2 # TINT2 CONFIG FILE
3 #---------------------------------------------
4
5 #---------------------------------------------
6 # BACKGROUND AND BORDER
7 #---------------------------------------------
8 rounded = 1
9 border_width = 0
10 background_color = #282828 100
11 border_color = #000000 0
12
13 rounded = 1
14 border_width = 0
15 background_color = #cccccc 20
16 border_color = #cccccc 40
17
18 #---------------------------------------------
19 # PANEL
20 #---------------------------------------------
21 panel_monitor = all
22 panel_position = bottom center
23 panel_size = 95% 22
24 panel_margin = 0 0
25 panel_padding = 0 0 0
26 font_shadow = 0
27 panel_background_id = 1
28
29 #---------------------------------------------
30 # TASKBAR
31 #---------------------------------------------
32 taskbar_mode = single_desktop
33 taskbar_padding = 0 0 0
34 taskbar_background_id = 0
35
36 #---------------------------------------------
37 # TASKS
38 #---------------------------------------------
39 task_icon = 0
40 task_text = 1
41 task_width = 160
42 task_centered = 1
43 task_padding = 5 0
44 task_font = sans 9
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 # SYSTRAYBAR
52 #---------------------------------------------
53 systray_padding = 4 3 4
54 systray_background_id = 0
55
56 #---------------------------------------------
57 # CLOCK
58 #---------------------------------------------
59 time1_format = %H:%M:%S
60 time1_font = sans 13
61 #time2_format = %A %d %B
62 time2_font = sans 7
63 clock_font_color = #ffffff 90
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.036483 seconds and 3 git commands to generate.