]> Dogcows Code - chaz/tint2/blob - tintrc03
big change : panel_monitor = all will draw one panel per monitor, panel_size accept...
[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 0 6
27 font_shadow = 0
28 panel_background_id = 1
29
30 #---------------------------------------------
31 # TASKBAR
32 #---------------------------------------------
33 taskbar_mode = multi_desktop
34 taskbar_padding = 8 0 0
35 taskbar_background_id = 0
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 5
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 # CLOCK
53 #---------------------------------------------
54 time1_format = %A %d %H:%M
55 time1_font = Dejavu sans 10
56 #time2_format = %A %d %B
57 time2_font = sans 7
58 clock_font_color = #000000 80
59 clock_padding = 8 0
60 clock_background_id = 0
61
62 #---------------------------------------------
63 # MOUSE ACTION ON TASK
64 #---------------------------------------------
65 mouse_middle = none
66 mouse_right = close
67 mouse_scroll_up = toggle
68 mouse_scroll_down = iconify
69
This page took 0.034954 seconds and 4 git commands to generate.