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