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