]> Dogcows Code - chaz/tint2/blob - tintrc06
vertical panel done
[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
42 #---------------------------------------------
43 # TASKBAR
44 #---------------------------------------------
45 taskbar_mode = multi_desktop
46 #taskbar_mode = single_desktop
47 taskbar_padding = 0 0 0
48 taskbar_background_id = 2
49
50 #---------------------------------------------
51 # TASKS
52 #---------------------------------------------
53 task_icon = 1
54 task_text = 0
55 task_width = 30
56 task_centered = 1
57 task_padding = 4 6
58 task_font = sans bold 7.5
59 task_font_color = #ffffff 70
60 task_active_font_color = #ffffff 100
61 task_background_id = 0
62 task_active_background_id = 3
63
64 #---------------------------------------------
65 # SYSTRAYBAR
66 #---------------------------------------------
67 systray_padding = 4 10 2
68 systray_background_id = 0
69
70 #---------------------------------------------
71 # CLOCK
72 #---------------------------------------------
73 time1_format = %H:%M
74 time1_font = sans 8
75 time2_format = %d %b
76 time2_font = sans 7
77 clock_font_color = #000000 90
78 clock_padding = 4 2
79 clock_background_id = 4
80 clock_lclick_command = xclock
81 clock_rclick_command = orage
82
83 #---------------------------------------------
84 # BATTERY
85 #---------------------------------------------
86 battery = 0
87 battery_low_status = 10
88 battery_low_cmd = notify-send "battery low"
89 bat1_font = sans bold 7
90 bat2_font = sans 7
91 battery_font_color = #ffffff 60
92 battery_padding = 0 0
93 battery_background_id = 0
94
95 #---------------------------------------------
96 # MOUSE ACTION ON TASK
97 #---------------------------------------------
98 mouse_middle = none
99 mouse_right = close
100 mouse_scroll_up = toggle
101 mouse_scroll_down = iconify
102
This page took 0.042135 seconds and 4 git commands to generate.