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