]> Dogcows Code - chaz/tint2/blob - tintrc02
fc4d61ec09d5de189b987085a8acc479e279d5cf
[chaz/tint2] / tintrc02
1 #---------------------------------------------
2 # TINT2 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 0
12
13 rounded = 1
14 border_width = 1
15 background_color = #cccccc 0
16 border_color = #cccccc 30
17
18 rounded = 1
19 border_width = 0
20 background_color = #cccccc 20
21 border_color = #cccccc 40
22
23 #---------------------------------------------
24 # PANEL
25 #---------------------------------------------
26 panel_monitor = all
27 panel_position = bottom center
28 panel_size = 92% 30
29 panel_margin = 0 0
30 panel_padding = 7 3
31 font_shadow = 0
32 panel_background_id = 1
33
34 #---------------------------------------------
35 # TASKBAR
36 #---------------------------------------------
37 taskbar_mode = multi_desktop
38 taskbar_padding = 0 0 0
39 taskbar_background_id = 2
40
41 #---------------------------------------------
42 # TASKS
43 #---------------------------------------------
44 task_icon = 1
45 task_text = 0
46 task_width = 34
47 task_centered = 1
48 task_padding = 2 3
49 task_font = sans 8
50 task_font_color = #ffffff 60
51 task_active_font_color = #ffffff 100
52 task_background_id = 0
53 task_active_background_id = 3
54
55 #---------------------------------------------
56 # CLOCK
57 #---------------------------------------------
58 time1_format = %H:%M
59 time1_font = sans 7
60 time2_format = %A %d %B
61 time2_font = sans 7
62 clock_font_color = #ffffff 100
63 clock_padding = 2 0
64 clock_background_id = 0
65
66 #---------------------------------------------
67 # MOUSE ACTION ON TASK
68 #---------------------------------------------
69 mouse_middle = none
70 mouse_right = close
71 mouse_scroll_up = toggle
72 mouse_scroll_down = iconify
73
This page took 0.036672 seconds and 3 git commands to generate.