-
-
Notifications
You must be signed in to change notification settings - Fork 149
/
mechanical-vertical.artistic.tint2rc
447 lines (418 loc) · 11.9 KB
/
mechanical-vertical.artistic.tint2rc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
# User's tint2 configuration. Mechanical vertical artistic.
# https://github.com/owl4ce/dotfiles
#-------------------------------------
# Gradients
# Gradient 1
gradient = vertical
start_color = #f48ee8 100
end_color = #fa74b2 100
# Gradient 2
gradient = vertical
start_color = #f48ee8 82
end_color = #fa74b2 82
#-------------------------------------
# Backgrounds
# Background 1: Active task
rounded = 8
border_width = 0
border_sides =
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #f9f9f9 100
border_color = #f9f9f9 100
background_color_hover = #f9f9f9 78
border_color_hover = #f9f9f9 78
background_color_pressed = #f9f9f9 100
border_color_pressed = #f9f9f9 100
# Background 2: Default task
rounded = 8
border_width = 0
border_sides =
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #4c566a 100
border_color = #4c566a 100
gradient_id = 0
background_color_hover = #ededed 82
border_color_hover = #ededed 82
background_color_pressed = #4c566a 100
border_color_pressed = #4c566a 100
# Background 3: Active desktop name, Inactive desktop name, Urgent task
rounded = 8
border_width = 0
border_sides =
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #f9f9f9 100
border_color = #f9f9f9 40
gradient_id = 0
background_color_hover = #f9f9f9 88
border_color_hover = #f9f9f9 40
background_color_pressed = #f9f9f9 100
border_color_pressed = #f9f9f9 78
# Background 4: Active taskbar, Clock, Inactive taskbar, Panel
rounded = 0
border_width = 0
border_sides =
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #3b4252 100
border_color = #000000 0
background_color_hover = #000000 0
border_color_hover = #000000 0
background_color_pressed = #000000 0
border_color_pressed = #000000 0
# Background 5:
rounded = 6
border_width = 0
border_sides =
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #f9f9f9 0
border_color = #a1a8b9 0
gradient_id = 1
background_color_hover = #63c5ea 0
border_color_hover = #a1a8b9 0
gradient_id_hover = 2
background_color_pressed = #63c5ea 0
border_color_pressed = #a1a8b9 0
gradient_id_pressed = 1
# Background 6: Button, Executor
rounded = 6
border_width = 0
border_sides =
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #373e4d 100
border_color = #373e4d 100
gradient_id = 0
background_color_hover = #434c5e 100
border_color_hover = #434c5e 100
background_color_pressed = #373e4d 100
border_color_pressed = #373e4d 100
gradient_id_pressed = 0
# Background 7: Tooltip
rounded = 0
border_width = 0
border_sides =
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #3b4252 100
border_color = #000000 0
background_color_hover = #000000 0
border_color_hover = #000000 0
background_color_pressed = #000000 0
border_color_pressed = #000000 0
# Background 8: Systray
rounded = 14
border_width = 0
border_sides =
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #434c5e 100
border_color = #a1a8b9 0
background_color_hover = #434c5e 100
border_color_hover = #a1a8b9 0
background_color_pressed = #434c5e 100
border_color_pressed = #a1a8b9 0
#-------------------------------------
# Panel
panel_items = PPPPPPPPEPTSC
panel_size = 100% 45
panel_margin = 0 0
panel_padding = 7 7 7
panel_background_id = 4
wm_menu = 1
panel_dock = 0
panel_pivot_struts = 0
panel_position = center left vertical
panel_layer = top
panel_monitor = primary
panel_shrink = 0
autohide = 0
autohide_show_timeout = 0
autohide_hide_timeout = 0
autohide_height = 1
strut_policy = follow_size
panel_window_name = mechanical.artistic.tint2
disable_transparency = 1
mouse_effects = 1
font_shadow = 0
mouse_hover_icon_asb = 100 0 10
mouse_pressed_icon_asb = 100 0 0
scale_relative_to_dpi = 0
scale_relative_to_screen_height = 0
#-------------------------------------
# Taskbar
taskbar_mode = single_desktop
taskbar_hide_if_empty = 0
taskbar_padding = 5 7 8
taskbar_background_id = 4
taskbar_active_background_id = 4
taskbar_name = 1
taskbar_hide_inactive_tasks = 0
taskbar_hide_different_monitor = 0
taskbar_hide_different_desktop = 0
taskbar_always_show_all_desktop_tasks = 0
taskbar_name_padding = 1 0
taskbar_name_background_id = 3
taskbar_name_active_background_id = 3
taskbar_name_font = Iosevka 8.2998046875
taskbar_name_font_color = #3b4252 100
taskbar_name_active_font_color = #3b4252 100
taskbar_distribute_size = 0
taskbar_sort_order = title
task_align = right
#-------------------------------------
# Task
task_text = 1
task_icon = 0
task_centered = 1
urgent_nb_of_blink = 3
task_maximum_size = 17 17
task_padding = 0 0 0
task_font = Sans 0
task_tooltip = 1
task_thumbnail = 1
task_thumbnail_size = 210
task_font_color = #4c566a 100
task_active_font_color = #f9f9f9 100
task_background_id = 2
task_active_background_id = 1
task_urgent_background_id = 3
mouse_left = toggle_iconify
mouse_middle = none
mouse_right = close
mouse_scroll_up = next_task
mouse_scroll_down = prev_task
#-------------------------------------
# System tray (notification area)
systray_padding = 8 0 10
systray_background_id = 8
systray_sort = ascending
systray_icon_size = 16
systray_icon_asb = 100 0 10
systray_monitor = 1
systray_name_filter =
#-------------------------------------
# Launcher
launcher_padding = 8 4 4
launcher_background_id = 0
launcher_icon_background_id = 0
launcher_icon_size = 16
launcher_icon_asb = 100 0 0
launcher_icon_theme = default
launcher_icon_theme_override = 0
startup_notifications = 0
launcher_tooltip = 0
#-------------------------------------
# Clock
time1_format = %H %M
time2_format =
time1_font = Iosevka Bold 16
time1_timezone =
time2_timezone =
time2_font = Iosevka Italic 10
clock_font_color = #f9f9f9 100
clock_padding = 0 3
clock_background_id = 4
clock_tooltip = %A - %B %d, %Y
clock_tooltip_timezone =
clock_lclick_command = gsimplecal
clock_rclick_command = gsimplecal
clock_mclick_command =
clock_uwheel_command =
clock_dwheel_command =
#-------------------------------------
# Battery
battery_tooltip = 1
battery_low_status = 0
battery_low_cmd =
battery_full_cmd =
battery_font_color = #000000 100
bat1_format =
bat2_format =
battery_padding = 0 0
battery_background_id = 0
battery_hide = 101
battery_lclick_command =
battery_rclick_command =
battery_mclick_command =
battery_uwheel_command =
battery_dwheel_command =
ac_connected_cmd =
ac_disconnected_cmd =
#-------------------------------------
# Executor 1
execp = new
execp_command = ~/.scripts/music-controller.sh icon
execp_interval = 1
execp_has_icon = 0
execp_cache_icon = 0
execp_continuous = 0
execp_markup = 0
execp_tooltip = [L] Toggle Playback [R] Music Menu [M] Switch MPD/MPRIS [S] Change Track
execp_lclick_command = ~/.scripts/music-controller.sh toggle
execp_rclick_command = ~/.config/rofi/scripts/rofi-exts.sh music
execp_mclick_command = ~/.scripts/music-controller.sh switch
execp_uwheel_command = ~/.scripts/music-controller.sh prev
execp_dwheel_command = ~/.scripts/music-controller.sh next
execp_font = Material 17
execp_font_color = #f9f9f9 100
execp_padding = 3 0
execp_background_id = 6
execp_centered = 1
execp_icon_w = 0
execp_icon_h = 0
#-------------------------------------
# Button 1
button = new
button_text =
button_tooltip = [L] Main Menu [R] Extensions Menu
button_lclick_command = ~/.config/rofi/scripts/rofi-main.sh
button_rclick_command = ~/.config/rofi/scripts/rofi-exts.sh
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
button_font = Material 17
button_font_color = #3b4252 100
button_padding = 3 0
button_background_id = 5
button_centered = 1
button_max_icon_size = 0
#-------------------------------------
# Button 2
button = new
button_text =
button_tooltip = [L] Change X Wallpaper [R] Generate Colorized Wallpaper
button_lclick_command = ~/.config/openbox/joyful-desktop/wallpaper-set.sh
button_rclick_command = ~/.config/openbox/joyful-desktop/wallpaper-set.sh generate
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
button_font = Material 17
button_font_color = #f9f9f9 100
button_padding = 3 0
button_background_id = 6
button_centered = 1
button_max_icon_size = 0
#-------------------------------------
# Button 3
button = new
button_text =
button_tooltip = [L] Change Window Button-Style [R] Swap Window Button-Location L/R [M] Toggle Decoration
button_lclick_command = ~/.config/openbox/joyful-desktop/ob-button-set.sh
button_rclick_command = ~/.config/openbox/joyful-desktop/ob-button-set.sh swap
button_mclick_command = ~/.config/openbox/joyful-desktop/ob-button-set.sh decor
button_uwheel_command =
button_dwheel_command =
button_font = Material 17
button_font_color = #f9f9f9 100
button_padding = 3 0
button_background_id = 6
button_centered = 1
button_max_icon_size = 0
#-------------------------------------
# Button 4
button = new
button_text =
button_tooltip = [L] Toggle Mode
button_lclick_command = ~/.config/openbox/joyful-desktop/toggle-mode.sh mode
button_rclick_command =
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
button_font = Material 17
button_font_color = #f9f9f9 100
button_padding = 3 0
button_background_id = 6
button_centered = 1
button_max_icon_size = 0
#-------------------------------------
# Button 5
button = new
button_text =
button_tooltip = [L] Toggle V/H Panel [R] Swap L/R/T/B Panel
button_lclick_command = ~/.config/openbox/joyful-desktop/toggle-orientation.sh vh
button_rclick_command = ~/.config/openbox/joyful-desktop/toggle-orientation.sh lrtb
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
button_font = Material 17
button_font_color = #f9f9f9 100
button_padding = 3 0
button_background_id = 6
button_centered = 1
button_max_icon_size = 0
#-------------------------------------
# Button 6
button = new
button_text =
button_tooltip = [L] Switch Theme
button_lclick_command = ~/.config/openbox/joyful-desktop/toggle-mode.sh
button_rclick_command =
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
button_font = Material 17
button_font_color = #f9f9f9 100
button_padding = 3 0
button_background_id = 6
button_centered = 1
button_max_icon_size = 0
#-------------------------------------
# Button 7
button = new
button_text =
button_tooltip = [L] Power Menu [R] Media Menu
button_lclick_command = ~/.config/rofi/scripts/rofi-exts.sh session
button_rclick_command = ~/.config/rofi/scripts/rofi-exts.sh media
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
button_font = Material 17
button_font_color = #f9f9f9 100
button_padding = 3 0
button_background_id = 6
button_centered = 1
button_max_icon_size = 0
#-------------------------------------
# Button 8
button = new
button_text =
button_tooltip = [L] Screenshot [R] Screenshot Menu [M] Selection Screenshot [S] Countdown Screenshot
button_lclick_command = ~/.scripts/screenshot-screen.sh
button_rclick_command = ~/.config/rofi/scripts/rofi-exts.sh screenshot
button_mclick_command = ~/.scripts/screenshot-selection.sh
button_uwheel_command = ~/.scripts/screenshot-countdown.sh
button_dwheel_command = ~/.scripts/screenshot-countdown.sh
button_font = Material 17
button_font_color = #f9f9f9 100
button_padding = 3 0
button_background_id = 6
button_centered = 1
button_max_icon_size = 0
#-------------------------------------
# Button 9
button = new
button_text =
button_tooltip = [L] Ncmpcpp [R] Ncmpcpp - Album Art [M] Ncmpcpp - Single Album Art
button_lclick_command = ~/.config/ncmpcpp/scripts/launcher.sh
button_rclick_command = ~/.config/ncmpcpp/scripts/launcher.sh album-art
button_mclick_command = ~/.config/ncmpcpp/scripts/launcher.sh single.album-art
button_uwheel_command =
button_dwheel_command =
button_font = Material 17
button_font_color = #f9f9f9 100
button_padding = 3 0
button_background_id = 6
button_centered = 1
button_max_icon_size = 0
#-------------------------------------
# Tooltip
tooltip_show_timeout = 0.5
tooltip_hide_timeout = 0.2
tooltip_padding = 8 6
tooltip_background_id = 7
tooltip_font_color = #f9f9f9 100
tooltip_font = Cantarell 9