]> Dogcows Code - chaz/tint2/blob - tintrc04
00a266a2adc076313a2a48f8a2c5d243cbd17955
[chaz/tint2] / tintrc04
1 #---------------------------------------------
2 # TINT2 CONFIG FILE
3 #---------------------------------------------
4
5 #---------------------------------------------
6 # BACKGROUND AND BORDER
7 #---------------------------------------------
8 rounded = 3
9 border_width = 1
10 background_color = #000000 40
11 border_color = #d1d1d1 34
12
13 rounded = 3
14 border_width = 1
15 background_color = #000000 55
16 border_color = #d1d1d1 40
17
18 #---------------------------------------------
19 # PANEL
20 #---------------------------------------------
21 panel_monitor = all
22 panel_position = bottom left
23 panel_size = 99% 27
24 panel_margin = 0 0
25 panel_padding = 5 3 5
26 font_shadow = 0
27 panel_background_id = 0
28
29 #---------------------------------------------
30 # TASKBAR
31 #---------------------------------------------
32 taskbar_mode = single_monitor
33 taskbar_padding = 0 0 5
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 = 3 1
44 task_font = sans bold 7.5
45 task_font_color = #ffffff 60
46 task_active_font_color = #ffffff 90
47 task_background_id = 1
48 task_active_background_id = 2
49
50 #---------------------------------------------
51 # CLOCK
52 #---------------------------------------------
53 time1_format = %a %d %H:%M
54 time1_font = sans bold 7.5
55 #time2_format = %A %d %B
56 time2_font = sans bold 7.5
57 clock_font_color = #ffffff 60
58 clock_padding = 5 0
59 clock_background_id = 1
60
61 #---------------------------------------------
62 # MOUSE ACTION ON TASK
63 #---------------------------------------------
64 mouse_middle = none
65 mouse_right = close
66 mouse_scroll_up = toggle
67 mouse_scroll_down = iconify
68
This page took 0.042556 seconds and 3 git commands to generate.