]> Dogcows Code - chaz/tint2/blob - sample/icon_only_4.tint2rc
added some config sample (thanks to users)
[chaz/tint2] / sample / icon_only_4.tint2rc
1 #---------------------------------------------
2 # TINT2 CONFIG FILE
3 #---------------------------------------------
4
5 # Background definitions
6 # ID 1
7 rounded = 0
8 border_width = 1
9 background_color = #888888 30
10 border_color = #000000 30
11
12 # ID 2
13 rounded = 3
14 border_width = 1
15 background_color = #888888 70
16 border_color = #ffffff 50
17
18 # ID 3
19 rounded = 3
20 border_width = 1
21 background_color = #888888 30
22 border_color = #ffffff 20
23
24 # ID 4
25 rounded = 3
26 border_width = 1
27 background_color = #888888 30
28 border_color = #ed2323 60
29
30 # Panel
31 panel_monitor = all
32 panel_position = bottom center horizontal
33 panel_size = 100% 40
34 panel_margin = 0 0
35 panel_padding = 0 0 0
36 panel_background_id = 1
37 panel_layer = top
38 wm_menu = 1
39 strut_policy = follow_size
40
41 # Panel Autohide
42 autohide = 0
43 autohide_show_timeout = 0.7
44 autohide_hide_timeout = 1.5
45 autohide_height = 2
46
47 # Taskbar
48 taskbar_mode = multi_desktop
49 taskbar_padding = 6 1 6
50 taskbar_background_id = 0
51
52 # Tasks
53 task_icon = 1
54 task_text = 0
55 task_maximum_size = 40 40
56 task_centered = 1
57 task_padding = 6 3
58 task_font = kroeger 06_55 6
59 font_shadow = 0
60
61 # Task inactive
62 task_font_color = #222222 100
63 task_icon_asb = 90 0 0
64 task_background_id = 3
65
66 # Task active
67 task_active_font_color = #000000 100
68 task_active_icon_asb = 100 0 0
69 task_active_background_id = 2
70
71 # Task urgent
72 task_urgent_font_color = #000000 100
73 task_urgent_icon_asb = 100 0 0
74 task_urgent_background_id = 4
75 urgent_nb_of_blink = 20
76
77 # Task iconified
78 task_iconified_font_color = #222222 100
79 task_iconified_icon_asb = 90 0 0
80 task_iconified_background_id = 3
81
82 # Systray
83 systray = 1
84 systray_padding = 4 4 5
85 systray_background_id = 0
86 systray_sort = ascending
87 systray_icon_size = 20
88 systray_icon_asb = 100 0 -10
89
90 # Clock
91 #time1_format = %I:%M %p
92 #time1_format = %H:%M
93 time1_font = snap 7
94 #time2_format = %d %b
95 time2_font = snap 7
96 clock_font_color = #000000 100
97 clock_padding = 10 3
98 clock_background_id = 0
99 clock_lclick_command =
100 clock_rclick_command = gsimplecal
101
102 # Tooltips
103 tooltip = 1
104 tooltip_padding = 5 0
105 tooltip_show_timeout = 0.8
106 tooltip_hide_timeout = 0.3
107 tooltip_background_id = 1
108 tooltip_font = Sans 10
109 tooltip_font_color = #FFFFFF 80
110
111 # Battery
112 battery = 0
113 battery_hide = 90
114 battery_low_status = 20
115 battery_low_cmd = notify-send "battery low"
116 bat1_font = Sans 12
117 bat2_font = Sans 12
118 battery_font_color = #FFFFFF 100
119 battery_padding = 0 0
120 battery_background_id = 0
121
122 # Mouse
123 mouse_middle = none
124 mouse_right = close
125 mouse_scroll_up = toggle
126 mouse_scroll_down = iconify
127
128 # End of config
This page took 0.044635 seconds and 5 git commands to generate.