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