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