]> Dogcows Code - chaz/tint2/blob - sample/icon_only_6.tint2rc
added some config sample (thanks to users)
[chaz/tint2] / sample / icon_only_6.tint2rc
1 #---------------------------------------------
2 # TINT2 CONFIG FILE
3 #---------------------------------------------
4
5 #---------------------------------------------
6 # BACKGROUND AND BORDER
7 #---------------------------------------------
8 rounded = 5
9 border_width = 0
10 background_color = #000000 50
11 border_color = #ffffff 40
12
13 rounded = 5
14 border_width = 0
15 background_color = #ffffff 60
16 border_color = #ffffff 50
17
18 rounded = 5
19 border_width = 0
20 background_color = #ffffff 25
21 border_color = #ffffff 70
22
23 rounded = 5
24 border_width = 0
25 background_color = #bdbdbd 80
26 border_color = #ffffff 70
27
28 #---------------------------------------------
29 # PANEL
30 #---------------------------------------------
31 panel_monitor = all
32 panel_position = top left vertical
33 panel_size = 75% 50
34 panel_margin = 0 0
35 panel_padding = 2 2 2
36 font_shadow = 1
37 panel_background_id = 0
38 wm_menu = 0
39 panel_layer = top
40
41 #---------------------------------------------
42 # TASKBAR
43 #---------------------------------------------
44 #taskbar_mode = multi_desktop
45 taskbar_mode = single_desktop
46 taskbar_padding = 2 2 2
47 taskbar_background_id = 1
48 taskbar_active_background_id = 1
49
50 #---------------------------------------------
51 # TASKS
52 #---------------------------------------------
53 task_icon = 1
54 task_text = 0
55 task_maximum_size = 140 35
56 task_centered = 1
57 task_padding = 6 3
58 task_font = sans 7
59
60 # Task inactive
61 task_font_color = #ffffff 70
62 task_icon_asb = 100 0 0
63 task_background_id = 3
64
65 # Task active
66 task_active_font_color = #ffffff 85
67 task_active_icon_asb = 100 0 0
68 task_active_background_id = 2
69
70 # Task urgent
71 task_urgent_font_color = #ec9b9b 85
72 task_urgent_icon_asb = 100 0 0
73 task_urgent_background_id = 2
74 urgent_nb_of_blink = 20
75
76 # Task iconified
77 task_iconified_font_color = #ffffff 70
78 task_iconified_icon_asb = 90 0 0
79 task_iconified_background_id = 3
80
81 #---------------------------------------------
82 # SYSTRAYBAR
83 #---------------------------------------------
84 systray = 1
85 systray_padding = 4 4 5
86 systray_background_id = 1
87 systray_sort = left2right
88 systray_icon_size = 16
89 systray_icon_asb = 100 0 0
90
91 #---------------------------------------------
92 # CLOCK
93 #---------------------------------------------
94 time1_format = %H:%M
95 time1_font = sans bold 8
96 time2_format = %h.%e
97 time2_font = sans 6
98 clock_font_color = #ffffff 76
99 clock_padding = 4 2
100 clock_background_id = 1
101 #clock_lclick_command = xclock
102 clock_rclick_command = zenity --calendar
103 clock_tooltip = %A %d %B
104 #time1_timezone = :US/Hawaii
105 #time2_timezone = :Europe/Berlin
106 #clock_tooltip_timezone = :/usr/share/zoneinfo/Europe/Paris
107
108 #---------------------------------------------
109 # BATTERY
110 #---------------------------------------------
111 battery = 0
112 battery_hide = 98
113 battery_low_status = 10
114 battery_low_cmd = notify-send "battery low"
115 bat1_font = sans bold 8
116 bat2_font = sans 6
117 battery_font_color = #ffffff 76
118 battery_padding = 4 2
119 battery_background_id = 1
120
121 #---------------------------------------------
122 # TOOLTIP
123 #---------------------------------------------
124 tooltip = 1
125 tooltip_padding = 3 2
126 tooltip_show_timeout = 0.9
127 tooltip_hide_timeout = 0.3
128 tooltip_background_id = 4
129 tooltip_font_color = #000000 90
130 tooltip_font = sans 8
131
132 #---------------------------------------------
133 # MOUSE ACTION ON TASK
134 #---------------------------------------------
135 mouse_middle = none
136 mouse_right = close
137 mouse_scroll_up = toggle
138 mouse_scroll_down = iconify
139
140 #---------------------------------------------
141 # AUTOHIDE OPTIONS
142 #---------------------------------------------
143 autohide = 0
144 autohide_show_timeout = 0.3
145 autohide_hide_timeout = 2
146 autohide_height = 4
147 strut_policy = minimum
This page took 0.03956 seconds and 5 git commands to generate.