]> Dogcows Code - chaz/tint2/blob - tintrc03
914dfd1a2ab7b997cd8d6c99959d9904a82c50ed
[chaz/tint2] / tintrc03
1 #---------------------------------------------
2 # TINT CONFIG FILE
3 #---------------------------------------------
4
5 #---------------------------------------------
6 # BACKGROUND AND BORDER
7 #---------------------------------------------
8 rounded = 1
9 border_width = 1
10 background_color = #282828 100
11 border_color = #000000 100
12
13 rounded = 1
14 border_width = 1
15 background_color = #282828 100
16 #background_color = #3b3b3b 100
17 border_color = #cccccc 100
18
19 #---------------------------------------------
20 # PANEL
21 #---------------------------------------------
22 panel_monitor = 1
23 panel_position = bottom right
24 panel_size = 0 27
25 panel_margin = 0 0
26 panel_padding = 3 2
27 font_shadow = 0
28 panel_background_id = 1
29
30 #---------------------------------------------
31 # TASKBAR
32 #---------------------------------------------
33 taskbar_mode = multi_desktop
34 taskbar_padding = 4 0
35 taskbar_background_id = 0
36
37 #---------------------------------------------
38 # TASKS
39 #---------------------------------------------
40 task_icon = 1
41 task_text = 1
42 task_width = 200
43 task_centered = 1
44 task_padding = 1 3
45 task_font = sans 8
46 task_font_color = #ffffff 40
47 task_active_font_color = #ffffff 100
48 task_background_id = 0
49 task_active_background_id = 2
50
51 #---------------------------------------------
52 # SYSTRAY
53 #---------------------------------------------
54 #systray_padding = 9 3
55 #systray_background_id = 0
56
57 #---------------------------------------------
58 # CLOCK
59 #---------------------------------------------
60 time1_format = %H:%M:%S
61 time1_font = sans 7
62 time2_format = %A %d %B
63 time2_font = sans 7
64 clock_font_color = #ffffff 100
65 clock_padding = 0 0
66 clock_background_id = 0
67
68 #---------------------------------------------
69 # MOUSE ACTION ON TASK
70 #---------------------------------------------
71 mouse_middle = none
72 mouse_right = close
73 mouse_scroll_up = toggle
74 mouse_scroll_down = iconify
75
This page took 0.039342 seconds and 3 git commands to generate.