]> Dogcows Code - chaz/tint2/blob - sample/white_single_desktop.tint2rc
93422dd18a9b5951d3a3db3609aa8089c99728ab
[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
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 #---------------------------------------------
62 # TASKBAR
63 #---------------------------------------------
64 taskbar_mode = multi_desktop
65 taskbar_padding = 0 0 0
66 taskbar_background_id = 0
67 taskbar_active_background_id = 0
68
69 #---------------------------------------------
70 # SYSTRAYBAR
71 #---------------------------------------------
72 systray = 1
73 systray_padding = 4 2 3
74 systray_background_id = 0
75 systray_sort = left2right
76 systray_icon_size = 0
77
78 #---------------------------------------------
79 # CLOCK
80 #---------------------------------------------
81 time1_format = %H:%M
82 #time1_font = Museo 8
83 time1_font = AvantGardeLTMedium 9 bold
84 #time2_format = %A %d %B
85 #time2_font = Monospace 6
86 clock_font_color = #151515 60
87 clock_padding = 4 0
88 clock_tooltip = %A %d %B
89 clock_background_id = 1
90 #time1_timezone = :US/Hawaii
91 #time2_timezone = :Europe/Berlin
92 #clock_tooltip_timezone = :/usr/share/zoneinfo/Europe/Paris
93
94 #---------------------------------------------
95 # BATTERY
96 #---------------------------------------------
97 battery = 0
98 battery_hide = 98
99 battery_low_status = 7
100 battery_low_cmd = notify-send "battery low"
101 bat1_font = sans 8
102 bat2_font = sans 6
103 battery_font_color = #151515 60
104 battery_padding = 1 0
105 battery_background_id = 0
106
107 #---------------------------------------------
108 # TOOLTIP
109 #---------------------------------------------
110 tooltip = 1
111 tooltip_padding = 2 2
112 tooltip_show_timeout = 0.7
113 tooltip_hide_timeout = 0.3
114 tooltip_background_id = 1
115 tooltip_font_color = #000000 80
116 tooltip_font = sans 10
117
118 #---------------------------------------------
119 # MOUSE ACTION ON TASK
120 #---------------------------------------------
121 mouse_middle = none
122 mouse_right = close
123 mouse_scroll_up = toggle
124 mouse_scroll_down = iconify
125
126 #---------------------------------------------
127 # AUTOHIDE OPTIONS
128 #---------------------------------------------
129 autohide = 0
130 autohide_show_timeout = 0.3
131 autohide_hide_timeout = 2
132 autohide_height = 4
133 strut_policy = minimum
134
This page took 0.038308 seconds and 3 git commands to generate.