]> Dogcows Code - chaz/tint2/blob - sample/icon_and_text_2.tint2rc
added some config sample (thanks to users)
[chaz/tint2] / sample / icon_and_text_2.tint2rc
1 #---------------------------------------------
2 # TINT2 CONFIG FILE
3 #---------------------------------------------
4
5 #---------------------------------------------
6 # BACKGROUND AND BORDER
7 #---------------------------------------------
8 rounded = 7
9 border_width = 1
10 background_color = #000000 60
11 border_color = #ffffff 18
12
13 rounded = 5
14 border_width = 0
15 background_color = #ffffff 40
16 border_color = #ffffff 50
17
18 rounded = 5
19 border_width = 0
20 background_color = #ffffff 18
21 border_color = #ffffff 70
22
23 #---------------------------------------------
24 # PANEL
25 #---------------------------------------------
26 panel_monitor = all
27 panel_position = bottom center horizontal
28 panel_size = 98% 28
29 panel_margin = 0 5
30 panel_padding = 3 0 3
31 panel_background_id = 0
32 panel_layer = bottom
33 wm_menu = 0
34 strut_policy = follow_size
35
36 # Panel Autohide
37 autohide = 0
38 autohide_show_timeout = 0.7
39 autohide_hide_timeout = 1.5
40 autohide_height = 2
41
42 #---------------------------------------------
43 # TASKBAR
44 #---------------------------------------------
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 = 1
55 task_maximum_size = 140 35
56 task_centered = 1
57 task_padding = 2 3
58 task_font = Sawasdee Bold 8
59 font_shadow = 0
60
61 # Task inactive
62 task_font_color = #ffffff 90
63 task_icon_asb = 80 0 0
64 task_background_id = 3
65
66 # Task active
67 task_active_font_color = #ffffff 100
68 task_active_icon_asb = 100 0 0
69 task_active_background_id = 2
70
71 # Task urgent
72 task_urgent_font_color = #ffffff 100
73 task_urgent_icon_asb = 100 0 0
74 task_urgent_background_id = 2
75 urgent_nb_of_blink = 8
76
77 # Task iconified
78 task_iconified_font_color = #ffffff 90
79 task_iconified_icon_asb = 80 0 0
80 task_iconified_background_id = 3
81
82
83 #---------------------------------------------
84 # SYSTRAYBAR
85 #---------------------------------------------
86 systray = 1
87 systray_padding = 6 0 5
88 systray_background_id = 1
89 systray_sort = left2right
90 systray_icon_asb = 100 0 -10
91 systray_icon_size = 18
92
93 #---------------------------------------------
94 # CLOCK
95 #---------------------------------------------
96 time1_format = %H:%M
97 time1_font = Sawasdee Bold 12
98 clock_font_color = #ffffff 90
99 clock_padding = 4 0
100 clock_background_id = 1
101 clock_lclick_command =
102 clock_rclick_command = gsimplecal
103 clock_tooltip = %A %d %B
104
105 # Tooltips
106 tooltip = 0
107 tooltip_padding = 5 0
108 tooltip_show_timeout = 0.7
109 tooltip_hide_timeout = 0.3
110 tooltip_background_id = 1
111 tooltip_font = Sans 10
112 tooltip_font_color = #OOOOOO 80
113
114 #---------------------------------------------
115 # BATTERY
116 #---------------------------------------------
117 battery = 0
118 battery_hide = 95
119 battery_low_status = 10
120 battery_low_cmd = notify-send "battery low"
121 bat1_font = sans 8
122 bat2_font = sans 6
123 battery_font_color = #ffffff 76
124 battery_padding = 1 0
125 battery_background_id = 0
126
127 #---------------------------------------------
128 # MOUSE ACTION ON TASK
129 #---------------------------------------------
130 mouse_middle = close
131 mouse_right = none
132 mouse_scroll_up = toggle
133 mouse_scroll_down = iconify
134
135 # End of config
This page took 0.039179 seconds and 5 git commands to generate.