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