]> Dogcows Code - chaz/tint2/blob - tintrc03
replace task_width with task_maximum_size. change wiki documentation.
[chaz/tint2] / tintrc03
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 center
23 panel_size = 97% 26
24 panel_margin = 0 0
25 panel_padding = 0 2 5
26 font_shadow = 0
27 panel_background_id = 0
28 wm_menu = 0
29
30 #---------------------------------------------
31 # TASKBAR
32 #---------------------------------------------
33 #taskbar_mode = multi_desktop
34 taskbar_mode = single_desktop
35 taskbar_padding = 0 0 5
36 taskbar_background_id = 0
37
38 #---------------------------------------------
39 # TASKS
40 #---------------------------------------------
41 task_icon = 0
42 task_text = 1
43 task_maximum_size = 160 30
44 task_centered = 1
45 task_padding = 3 1
46 task_font = sans bold 7.5
47 task_font_color = #ffffff 60
48 task_active_font_color = #ffffff 90
49 task_background_id = 1
50 task_active_background_id = 2
51
52 #---------------------------------------------
53 # SYSTRAYBAR
54 #---------------------------------------------
55 systray_padding = 6 2 6
56 systray_background_id = 1
57
58 #---------------------------------------------
59 # CLOCK
60 #---------------------------------------------
61 #time1_format = %a %d %H:%M
62 time1_font = sans bold 7.5
63 #time2_format = %A %d %B
64 time2_font = sans bold 7.5
65 clock_font_color = #ffffff 60
66 clock_padding = 5 0
67 clock_background_id = 1
68 #clock_lclick_command = xclock
69 clock_rclick_command = orage
70
71 #---------------------------------------------
72 # BATTERY
73 #---------------------------------------------
74 battery = 0
75 battery_low_status = 10
76 battery_low_cmd = notify-send "battery low"
77 bat1_font = sans 7
78 bat2_font = sans 7
79 battery_font_color = #ffffff 100
80 battery_padding = 1 0
81 battery_background_id = 0
82
83 #---------------------------------------------
84 # MOUSE ACTION ON TASK
85 #---------------------------------------------
86 mouse_middle = none
87 mouse_right = close
88 mouse_scroll_up = toggle
89 mouse_scroll_down = iconify
90
This page took 0.034764 seconds and 4 git commands to generate.