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