]> Dogcows Code - chaz/tint2/blob - sample/white_single_desktop.tint2rc
update tintwizard-0.3.1 by Euan Freeman
[chaz/tint2] / sample / white_single_desktop.tint2rc
1 #---------------------------------------------
2 # TINT2 CONFIG FILE
3 #---------------------------------------------
4
5 #---------------------------------------------
6 # BACKGROUND AND BORDER
7 #---------------------------------------------
8
9 rounded = 0
10 border_width = 0
11 background_color = #ffffff 0
12 border_color = #ffffff 60
13
14 rounded = 0
15 border_width = 1
16 background_color = #333333 50
17 #background_color = #719B69 50
18 border_color = #ffffff 40
19
20
21 rounded = 0
22 border_width = 0
23 #background_color = #A6B384 20
24 background_color = #eeeeec 70
25 border_color = #ffffff
26
27
28 #---------------------------------------------
29 # PANEL
30 #---------------------------------------------
31 panel_monitor = all
32 #panel_mode = single_monitor
33 panel_position = bottom center horizontal
34 panel_size = 99% 27
35 panel_margin = 0 0
36 panel_padding = 3 3 3 3
37 font_shadow = 0
38 panel_background_id = 3
39 wm_menu = 1
40 panel_dock = 0
41 panel_layer = bottom
42 strut_policy = minimum
43
44 #---------------------------------------------
45 # TASKS
46 #---------------------------------------------
47 task_icon = 0
48 task_text = 1
49 task_maximum_size = 100
50 task_centered = 1
51 task_margin = 4
52 task_padding = 5
53 #task_icon_size = 13
54 task_font = AvantGardeLTMedium 9
55 task_font_color = #151515 60
56 task_active_font_color = #ffffff 70
57 task_background_id = 1
58 task_active_background_id = 2
59
60 #---------------------------------------------
61 # TASKBAR
62 #---------------------------------------------
63 taskbar_mode = multi_desktop
64 taskbar_padding = 0 0 0
65 taskbar_background_id = 0
66 taskbar_active_background_id = 0
67
68 #---------------------------------------------
69 # SYSTRAYBAR
70 #---------------------------------------------
71 systray = 1
72 systray_padding = 4 2 3
73 systray_background_id = 0
74 systray_sort = left2right
75 systray_icon_size = 0
76
77 #---------------------------------------------
78 # CLOCK
79 #---------------------------------------------
80 time1_format = %H:%M
81 #time1_font = Museo 8
82 time1_font = AvantGardeLTMedium 9 bold
83 #time2_format = %A %d %B
84 #time2_font = Monospace 6
85 clock_font_color = #151515 60
86 clock_padding = 4 0
87 clock_tooltip = %A %d %B
88 clock_background_id = 1
89 #time1_timezone = :US/Hawaii
90 #time2_timezone = :Europe/Berlin
91 #clock_tooltip_timezone = :/usr/share/zoneinfo/Europe/Paris
92
93 #---------------------------------------------
94 # BATTERY
95 #---------------------------------------------
96 battery = 0
97 battery_hide = 98
98 battery_low_status = 7
99 battery_low_cmd = notify-send "battery low"
100 bat1_font = sans 8
101 bat2_font = sans 6
102 battery_font_color = #151515 60
103 battery_padding = 1 0
104 battery_background_id = 0
105
106 #---------------------------------------------
107 # TOOLTIP
108 #---------------------------------------------
109 tooltip = 1
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 = #000000 80
115 tooltip_font = sans 10
116
117 #---------------------------------------------
118 # MOUSE ACTION ON TASK
119 #---------------------------------------------
120 mouse_middle = none
121 mouse_right = close
122 mouse_scroll_up = toggle
123 mouse_scroll_down = iconify
124
125 #---------------------------------------------
126 # AUTOHIDE OPTIONS
127 #---------------------------------------------
128 autohide = 0
129 autohide_show_timeout = 0.3
130 autohide_hide_timeout = 2
131 autohide_height = 4
132
This page took 0.051538 seconds and 4 git commands to generate.