]> Dogcows Code - chaz/tint2/blob - sample/icon_and_text_4.tint2rc
added some config sample (thanks to users)
[chaz/tint2] / sample / icon_and_text_4.tint2rc
1 #---------------------------------------------
2 # TINT2 CONFIG FILE
3 #---------------------------------------------
4 # For more information about tint2, see:
5 # http://code.google.com/p/tint2/wiki/Welcome
6 #
7 # For more config file examples, see:
8 # http://crunchbanglinux.org/forums/topic/3232/my-tint2-config/
9 #---------------------------------------------
10 # BACKGROUND AND BORDER
11 #---------------------------------------------
12 rounded = 5
13 border_width = 0
14 background_color = #000000 60
15 border_color = #FFFFFF 20
16
17 rounded = 5
18 border_width = 1
19 background_color = #ffffff 0
20 border_color = #ffffff 20
21
22 rounded = 5
23 border_width = 0
24 background_color = #000000 30
25 border_color = #000000 1
26
27 rounded = 5
28 border_width = 1
29 background_color = #e80000 60
30 border_color = #ffffff 20
31
32 #---------------------------------------------
33 # PANEL
34 #---------------------------------------------
35 panel_monitor = all
36 panel_position = bottom center horizontal
37 panel_size = 92% 28
38 panel_margin = 0 0
39 panel_padding = 7 0 7
40 panel_background_id = 0
41 panel_layer = top
42 wm_menu = 1
43 strut_policy = follow_size
44 font_shadow = 0
45
46 #---------------------------------------------
47 # TASKBAR
48 #---------------------------------------------
49 taskbar_mode = multi_desktop
50 taskbar_padding = 2 3 2
51 taskbar_background_id = 3
52
53 #---------------------------------------------
54 # TASKS
55 #---------------------------------------------
56 task_icon = 1
57 task_text = 1
58 task_maximum_size = 140 30
59 task_centered = 1
60 task_padding = 2 3
61 task_font = sans 7
62
63 # Task inactive
64 task_font_color = #ffffff 70
65 task_icon_asb = 100 0 0
66 task_background_id = 2
67
68 # Task active
69 task_active_font_color = #ffffff 85
70 task_active_icon_asb = 100 0 0
71 task_active_background_id = 1
72
73 # Task urgent
74 task_urgent_font_color = #ffffff 85
75 task_urgent_icon_asb = 100 0 0
76 task_urgent_background_id = 4
77 urgent_nb_of_blink = 18
78
79 # Task iconified
80 task_iconified_font_color = #ffffff 70
81 task_iconified_icon_asb = 100 0 0
82 task_iconified_background_id = 2
83
84
85 #---------------------------------------------
86 # SYSTRAYBAR
87 #---------------------------------------------
88 systray = 1
89 systray_padding = 5 2 5
90 systray_background_id = 1
91 systray_icon_asb = 100 -10 -5
92 systray_icon_size = 16
93 systray_sort = ascending
94
95 #---------------------------------------------
96 # CLOCK
97 #---------------------------------------------
98 time1_format = %H:%M
99 time1_font = sans 8
100 time2_format = %A %d %B
101 time2_font = sans 6
102 clock_font_color = #ffffff 76
103 clock_padding = 4 4
104 clock_background_id = 1
105
106 #---------------------------------------------
107 # BATTERY
108 #---------------------------------------------
109 battery = 0
110 battery_hide = 95
111 battery_low_status = 7
112 battery_low_cmd = notify-send "battery low"
113 bat1_font = sans 8
114 bat2_font = sans 6
115 battery_font_color = #ffffff 76
116 battery_padding = 1 0
117 battery_background_id = 1
118
119
120 #---------------------------------------------
121 # MOUSE ACTION ON TASK
122 #---------------------------------------------
123 mouse_middle = none
124 mouse_right = close
125 mouse_scroll_up = toggle
126 mouse_scroll_down = iconify
127
This page took 0.046554 seconds and 5 git commands to generate.