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