]> Dogcows Code - chaz/tint2/blob - tintrc05
New import
[chaz/tint2] / tintrc05
1 #---------------------------------------------
2 # TINT CONFIG FILE
3 #---------------------------------------------
4
5 #---------------------------------------------
6 # BACKGROUND AND BORDER
7 #---------------------------------------------
8 rounded = 3
9 border_width = 1
10 background_color = #3c3020 90
11 border_color = #3c3020 90
12
13 rounded = 3
14 border_width = 1
15 background_color = #3c3020 90
16 border_color = #ffffff 30
17
18 #---------------------------------------------
19 # PANEL
20 #---------------------------------------------
21 panel_monitor = 1
22 panel_position = bottom center
23 panel_size = 900 30
24 panel_margin = 0 0
25 panel_padding = 10 2
26 font_shadow = 0
27 panel_background_id = 0
28
29 #---------------------------------------------
30 # TASKBAR
31 #---------------------------------------------
32 taskbar_mode = single_desktop
33 taskbar_padding = 9 0
34 taskbar_background_id = 0
35
36 #---------------------------------------------
37 # TASKS
38 #---------------------------------------------
39 task_icon = 0
40 task_text = 1
41 task_width = 190
42 task_centered = 1
43 task_padding = 2 0
44 task_font = sans 8.4
45 task_font_color = #ececec 50
46 task_active_font_color = #ffffff 90
47 task_background_id = 1
48 task_active_background_id = 2
49
50 #---------------------------------------------
51 # SYSTRAY
52 #---------------------------------------------
53 #systray_padding = 9 3
54 #systray_background_id = 0
55
56 #---------------------------------------------
57 # CLOCK
58 #---------------------------------------------
59 time1_format = %H:%M
60 time1_font = sans bold 8
61 time2_format = %A %d %B
62 time2_font = sans 7
63 clock_font_color = #ececec 50
64 clock_padding = 4 0
65 clock_background_id = 1
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.04246 seconds and 4 git commands to generate.