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