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