]> Dogcows Code - chaz/tint2/blob - tintrc06
cleanup
[chaz/tint2] / tintrc06
1 #---------------------------------------------
2 # TINT2 CONFIG FILE
3 #---------------------------------------------
4
5 #---------------------------------------------
6 # BACKGROUND AND BORDER
7 #---------------------------------------------
8 rounded = 1
9 border_width = 0
10 background_color = #cae2dd 40
11 border_color = #d1d1d1 34
12
13 rounded = 1
14 border_width = 1
15 background_color = #000000 0
16 border_color = #ffffff 60
17
18 rounded = 1
19 border_width = 0
20 background_color = #000000 15
21 border_color = #ffffff 0
22
23 rounded = 1
24 border_width = 0
25 background_color = #cae2dd 50
26 border_color = #d1d1d1 34
27
28
29 #---------------------------------------------
30 # PANEL
31 #---------------------------------------------
32 panel_monitor = all
33 panel_position = center left vertical
34 #panel_position = bottom center
35 panel_size = 90% 50
36 panel_margin = 0 0
37 panel_padding = 7 3 5
38 font_shadow = 0
39 panel_background_id = 1
40 wm_menu = 1
41 panel_dock = 0
42
43 #---------------------------------------------
44 # TASKBAR
45 #---------------------------------------------
46 taskbar_mode = multi_desktop
47 #taskbar_mode = single_desktop
48 taskbar_padding = 0 0 0
49 taskbar_background_id = 2
50
51 #---------------------------------------------
52 # TASKS
53 #---------------------------------------------
54 task_icon = 1
55 task_text = 0
56 task_maximum_size = 120 30
57 task_centered = 1
58 task_padding = 4 6
59 task_font = sans bold 7.5
60 task_font_color = #ffffff 70
61 task_active_font_color = #ffffff 100
62 task_background_id = 0
63 task_active_background_id = 3
64
65 #---------------------------------------------
66 # SYSTRAYBAR
67 #---------------------------------------------
68 systray_padding = 4 10 2
69 systray_background_id = 0
70
71 #---------------------------------------------
72 # CLOCK
73 #---------------------------------------------
74 time1_format = %H:%M
75 time1_font = sans 8
76 time2_format = %d %b
77 time2_font = sans 7
78 clock_font_color = #000000 90
79 clock_padding = 4 2
80 clock_background_id = 4
81 clock_lclick_command = xclock
82 clock_rclick_command = orage
83
84 #---------------------------------------------
85 # BATTERY
86 #---------------------------------------------
87 battery = 0
88 battery_low_status = 10
89 battery_low_cmd = notify-send "battery low"
90 bat1_font = sans bold 7
91 bat2_font = sans 7
92 battery_font_color = #ffffff 60
93 battery_padding = 0 0
94 battery_background_id = 0
95
96 #---------------------------------------------
97 # MOUSE ACTION ON TASK
98 #---------------------------------------------
99 mouse_middle = none
100 mouse_right = close
101 mouse_scroll_up = toggle
102 mouse_scroll_down = iconify
103
This page took 0.036321 seconds and 4 git commands to generate.