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