]> git.sev.monster Git - dotfiles.git/blame - xdg/tint2/tint2rc
small gtk fixes, update dunstrc, modules, user.js
[dotfiles.git] / xdg / tint2 / tint2rc
CommitLineData
fef7b7c4 1#---- Generated by tint2conf cf0f ----
03bc64c4 2# See https://gitlab.com/o9000/tint2/wikis/Configure for
3# full documentation of the configuration options.
4#-------------------------------------
5# Gradients
6#-------------------------------------
7# Backgrounds
8# Background 1: Inactive desktop name, Tooltip
9rounded = 0
10border_width = 1
11border_sides = TBLR
dcac60d9 12border_content_tint_weight = 0
13background_content_tint_weight = 0
03bc64c4 14background_color = #221100 100
15border_color = #884400 100
16background_color_hover = #000000 0
17border_color_hover = #000000 0
18background_color_pressed = #000000 0
19border_color_pressed = #000000 0
20
21# Background 2: Urgent task
22rounded = 0
23border_width = 1
24border_sides = TBLR
dcac60d9 25border_content_tint_weight = 0
26background_content_tint_weight = 0
03bc64c4 27background_color = #dc322f 100
28border_color = #ff4444 100
29background_color_hover = #000000 0
30border_color_hover = #000000 0
31background_color_pressed = #000000 0
32border_color_pressed = #000000 0
33
34# Background 3: Panel
35rounded = 0
36border_width = 0
37border_sides =
dcac60d9 38border_content_tint_weight = 0
39background_content_tint_weight = 0
03bc64c4 40background_color = #110800 100
41border_color = #000000 0
42background_color_hover = #000000 0
43border_color_hover = #000000 0
44background_color_pressed = #000000 0
45border_color_pressed = #000000 0
46
47# Background 4: Active desktop name, Active task
48rounded = 0
49border_width = 1
50border_sides = TBLR
dcac60d9 51border_content_tint_weight = 0
52background_content_tint_weight = 0
03bc64c4 53background_color = #aa5500 100
54border_color = #cc6600 100
55background_color_hover = #000000 0
56border_color_hover = #000000 0
57background_color_pressed = #000000 0
58border_color_pressed = #000000 0
59
a6e5a638 60# Background 5:
61rounded = 0
62border_width = 1
63border_sides = TBLR
dcac60d9 64border_content_tint_weight = 0
65background_content_tint_weight = 0
a6e5a638 66background_color = #268bd2 100
67border_color = #4466ff 100
68background_color_hover = #000000 0
69border_color_hover = #000000 0
70background_color_pressed = #000000 0
71border_color_pressed = #000000 0
72
03bc64c4 73#-------------------------------------
74# Panel
dcac60d9 75panel_items = ET:SEEECB
118fb6e0 76panel_size = 100% 28
03bc64c4 77panel_margin = 0 0
78panel_padding = 0 1 0
79panel_background_id = 3
80wm_menu = 1
81panel_dock = 1
82panel_position = top center horizontal
83panel_layer = top
84panel_monitor = all
03bc64c4 85panel_shrink = 0
86autohide = 0
87autohide_show_timeout = 0
88autohide_hide_timeout = 0.5
89autohide_height = 1
90strut_policy = minimum
91panel_window_name = tint2
92disable_transparency = 1
93mouse_effects = 0
94font_shadow = 0
95mouse_hover_icon_asb = 100 0 0
96mouse_pressed_icon_asb = 100 0 0
dcac60d9 97scale_relative_to_dpi = 0
98scale_relative_to_screen_height = 0
03bc64c4 99
100#-------------------------------------
101# Taskbar
102taskbar_mode = multi_desktop
103taskbar_hide_if_empty = 0
104taskbar_padding = 0 0 1
105taskbar_background_id = 0
106taskbar_active_background_id = 0
107taskbar_name = 1
108taskbar_hide_inactive_tasks = 0
109taskbar_hide_different_monitor = 0
7f359c8a 110taskbar_hide_different_desktop = 0
03bc64c4 111taskbar_always_show_all_desktop_tasks = 0
112taskbar_name_padding = 4 0
113taskbar_name_background_id = 1
114taskbar_name_active_background_id = 4
115taskbar_name_font = Dina 8
116taskbar_name_font_color = #93a1a1 100
117taskbar_name_active_font_color = #eee8d5 100
118taskbar_distribute_size = 1
119taskbar_sort_order = none
120task_align = left
121
122#-------------------------------------
123# Task
124task_text = 1
125task_icon = 1
126task_centered = 0
127urgent_nb_of_blink = 10
128task_maximum_size = 150 0
129task_padding = 1 0 2
130task_font = Dina 8
131task_tooltip = 1
dcac60d9 132task_thumbnail = 0
133task_thumbnail_size = 210
03bc64c4 134task_font_color = #93a1a1 100
135task_active_font_color = #eee8d5 100
136task_urgent_font_color = #000000 100
137task_icon_asb = 80 -20 0
138task_active_icon_asb = 100 0 0
139task_urgent_icon_asb = 100 0 0
140task_iconified_icon_asb = 25 -100 0
141task_active_background_id = 4
142task_urgent_background_id = 2
143mouse_left = toggle
144mouse_middle = close
145mouse_right = toggle
146mouse_scroll_up = next_task
147mouse_scroll_down = prev_task
148
149#-------------------------------------
150# System tray (notification area)
151systray_padding = 0 0 1
152systray_background_id = 0
153systray_sort = ascending
154systray_icon_size = 0
155systray_icon_asb = 100 0 0
156systray_monitor = 1
157systray_name_filter =
158
159#-------------------------------------
160# Launcher
161launcher_padding = 0 0 1
162launcher_background_id = 0
163launcher_icon_background_id = 0
164launcher_icon_size = 0
165launcher_icon_asb = 100 0 0
166launcher_icon_theme = Paper-Mono-Dark
167launcher_icon_theme_override = 0
168startup_notifications = 1
169launcher_tooltip = 1
170
171#-------------------------------------
172# Clock
118fb6e0 173time1_format = %H:%M:%S
7f359c8a 174time2_format = %a %d/%m/%Y
03bc64c4 175time1_font = Dina 8
176time1_timezone =
177time2_timezone =
118fb6e0 178time2_font = Dina 6
03bc64c4 179clock_font_color = #93a1a1 100
7f359c8a 180clock_padding = 6 0
03bc64c4 181clock_background_id = 0
182clock_tooltip =
183clock_tooltip_timezone =
118fb6e0 184clock_lclick_command = gsimplecal
03bc64c4 185clock_rclick_command =
186clock_mclick_command =
187clock_uwheel_command =
188clock_dwheel_command =
189
190#-------------------------------------
191# Battery
118fb6e0 192battery_tooltip = 1
fef7b7c4 193battery_low_status = 5
194battery_low_cmd = notify-send -u critical -t 0 -a system -i battery-low 'Battery critical'
195
196battery_full_cmd = notify-send -t 10000 -a system -i battery-full 'Battery full'
118fb6e0 197bat1_font = Dina 8
198bat2_font = Dina 6
199battery_font_color = #93a1a1 100
fef7b7c4 200bat1_format = %p %h:%m
201bat2_format = %s
d8be64ba 202battery_padding = 0 0
03bc64c4 203battery_background_id = 0
204battery_hide = 101
205battery_lclick_command =
206battery_rclick_command =
207battery_mclick_command =
208battery_uwheel_command =
209battery_dwheel_command =
fef7b7c4 210ac_connected_cmd = compton
211ac_disconnected_cmd = killall compton
03bc64c4 212
213#-------------------------------------
214# Separator 1
215separator = new
216separator_background_id = 0
dcac60d9 217separator_color = #264db2 100
118fb6e0 218separator_style = line
219separator_size = 1
220separator_padding = 5 0
221
222#-------------------------------------
223# Executor 1
224execp = new
ff1a2414 225execp_command = ~/bin/i3-mode
a6e5a638 226execp_interval = 0
227execp_has_icon = 0
228execp_cache_icon = 0
229execp_continuous = 1
230execp_markup = 1
231execp_tooltip =
232execp_lclick_command = i3-msg mode default
233execp_rclick_command =
234execp_mclick_command =
235execp_uwheel_command =
236execp_dwheel_command =
237execp_font = Dina 10
238execp_font_color = #fdf6e3 100
239execp_padding = 10 0
240execp_background_id = 5
241execp_centered = 0
242execp_icon_w = 0
243execp_icon_h = 0
244
245#-------------------------------------
246# Executor 2
247execp = new
dcac60d9 248execp_command = ~/bin/tint2-alsa
249execp_interval = 0
250execp_has_icon = 1
251execp_cache_icon = 1
252execp_continuous = 1
253execp_markup = 0
254execp_tooltip =
255execp_lclick_command = urxvtc -e alsamixer
256execp_rclick_command =
257execp_mclick_command =
258execp_uwheel_command = amixer set Master 1%+
259execp_dwheel_command = amixer set Master 1%-
260execp_font_color = #000000 100
261execp_padding = 0 0
262execp_background_id = 0
263execp_centered = 0
264execp_icon_w = 0
265execp_icon_h = 0
266
267#-------------------------------------
268# Executor 3
269execp = new
d8be64ba 270execp_command = ~/bin/tint2-wifi
118fb6e0 271execp_interval = 0
d8be64ba 272execp_has_icon = 1
118fb6e0 273execp_cache_icon = 1
d8be64ba 274execp_continuous = 1
275execp_markup = 0
276execp_tooltip =
277execp_lclick_command = wifimgr
278execp_rclick_command =
279execp_mclick_command =
280execp_uwheel_command =
281execp_dwheel_command =
dcac60d9 282execp_font_color = #000000 100
d8be64ba 283execp_padding = 0 0
284execp_background_id = 0
285execp_centered = 0
286execp_icon_w = 0
287execp_icon_h = 0
288
289#-------------------------------------
dcac60d9 290# Executor 4
d8be64ba 291execp = new
292execp_command = ~/bin/tint2-i3status cpu-net
293execp_interval = 0
294execp_has_icon = 0
295execp_cache_icon = 0
118fb6e0 296execp_continuous = 2
297execp_markup = 1
298execp_tooltip =
d8be64ba 299execp_lclick_command = wifimgr
118fb6e0 300execp_rclick_command =
301execp_mclick_command =
302execp_uwheel_command =
303execp_dwheel_command =
304execp_font = Dina 8
305execp_font_color = #93a1a1 100
d8be64ba 306execp_padding = 0 0
118fb6e0 307execp_background_id = 0
308execp_centered = 1
309execp_icon_w = 0
310execp_icon_h = 0
03bc64c4 311
312#-------------------------------------
313# Tooltip
314tooltip_show_timeout = 0
315tooltip_hide_timeout = 0
316tooltip_padding = 2 0
317tooltip_background_id = 1
318tooltip_font_color = #eee8d5 100
319tooltip_font = Dina 10
320
This page took 0.083 seconds and 4 git commands to generate.