-
-
Notifications
You must be signed in to change notification settings - Fork 149
/
mechanical-top.interactive.tint2rc
877 lines (817 loc) · 21.3 KB
/
mechanical-top.interactive.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
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
# User's tint2 configuration. Mechanical top interactive.
# https://github.com/owl4ce/dotfiles
#-------------------------------------
# Gradients
#-------------------------------------
# Backgrounds
# Background 1: Panel
rounded = 0
border_width = 4
border_sides = TBLR
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #3b4252 100
border_color = #3b4252 100
background_color_hover = #000000 0
border_color_hover = #000000 0
background_color_pressed = #000000 0
border_color_pressed = #000000 0
# Background 2: Active task, Clock, Executor, Systray
rounded = 11
border_width = 0
border_sides =
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #434c5e 94
border_color = #434c5e 94
background_color_hover = #434c5e 94
border_color_hover = #434c5e 94
background_color_pressed = #434c5e 94
border_color_pressed = #434c5e 94
# Background 3:
rounded = 0
border_width = 0
border_sides =
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #44eb9f 94
border_color = #44eb9f 94
background_color_hover = #44eb9f 94
border_color_hover = #44eb9f 94
background_color_pressed = #44eb9f 94
border_color_pressed = #44eb9f 94
# Background 4:
rounded = 0
border_width = 0
border_sides =
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #a1d5f7 94
border_color = #a1d5f7 94
background_color_hover = #a1d5f7 94
border_color_hover = #a1d5f7 94
background_color_pressed = #a1d5f7 94
border_color_pressed = #a1d5f7 94
# Background 5:
rounded = 0
border_width = 0
border_sides =
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #fa74b2 94
border_color = #fa74b2 94
background_color_hover = #fa74b2 94
border_color_hover = #fa74b2 94
background_color_pressed = #fa74b2 94
border_color_pressed = #fa74b2 94
# Background 6:
rounded = 0
border_width = 0
border_sides =
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #faa687 94
border_color = #faa687 94
background_color_hover = #faa687 94
border_color_hover = #faa687 94
background_color_pressed = #faa687 94
border_color_pressed = #faa687 94
# Background 7:
rounded = 0
border_width = 0
border_sides =
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #7acbea 94
border_color = #7acbea 94
background_color_hover = #7acbea 94
border_color_hover = #7acbea 94
background_color_pressed = #7acbea 94
border_color_pressed = #7acbea 94
# Background 8:
rounded = 0
border_width = 0
border_sides =
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #cf8ef4 94
border_color = #cf8ef4 94
background_color_hover = #cf8ef4 94
border_color_hover = #cf8ef4 94
background_color_pressed = #cf8ef4 94
border_color_pressed = #cf8ef4 94
# Background 9: Tooltip
rounded = 0
border_width = 0
border_sides =
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #3b4252 100
border_color = #3b4252 100
background_color_hover = #000000 0
border_color_hover = #000000 0
background_color_pressed = #000000 0
border_color_pressed = #000000 0
# Background 10: Active desktop name
rounded = 11
border_width = 0
border_sides =
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #f9f9f9 94
border_color = #f9f9f9 94
background_color_hover = #f9f9f9 78
border_color_hover = #f9f9f9 78
background_color_pressed = #f9f9f9 94
border_color_pressed = #f9f9f9 94
# Background 11:
rounded = 0
border_width = 0
border_sides =
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #f9f9f9 84
border_color = #f9f9f9 84
background_color_hover = #f9f9f9 72
border_color_hover = #f9f9f9 72
background_color_pressed = #f9f9f9 84
border_color_pressed = #f9f9f9 84
# Background 12:
rounded = 0
border_width = 0
border_sides =
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #f9f9f9 76
border_color = #f9f9f9 76
background_color_hover = #f9f9f9 60
border_color_hover = #f9f9f9 60
background_color_pressed = #f9f9f9 76
border_color_pressed = #f9f9f9 76
# Background 13:
rounded = 0
border_width = 0
border_sides =
border_content_tint_weight = 0
background_content_tint_weight = 0
background_color = #f9f9f9 94
border_color = #f9f9f9 94
background_color_hover = #f9f9f9 78
border_color_hover = #f9f9f9 78
background_color_pressed = #f9f9f9 94
border_color_pressed = #f9f9f9 94
#-------------------------------------
# Panel
panel_items = :PPPPP:S:P:E:E:E:T:E:E:E:E:P:E:P:C:PPPPP:
panel_size = 100% 30
panel_margin = 0 0
panel_padding = 0 0 0
panel_background_id = 1
wm_menu = 1
panel_dock = 0
panel_pivot_struts = 0
panel_position = top center horizontal
panel_layer = top
panel_monitor = all
panel_shrink = 0
autohide = 0
autohide_show_timeout = 0
autohide_hide_timeout = 0.5
autohide_height = 2
strut_policy = follow_size
panel_window_name = mechanical.interactive.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 = 0 0 6
taskbar_background_id = 0
taskbar_active_background_id = 0
taskbar_name = 1
taskbar_hide_inactive_tasks = 1
taskbar_hide_different_monitor = 0
taskbar_hide_different_desktop = 0
taskbar_always_show_all_desktop_tasks = 0
taskbar_name_padding = 8 0
taskbar_name_background_id = 0
taskbar_name_active_background_id = 10
taskbar_name_font = Iosevka Bold 8.5
taskbar_name_font_color = #434c5e 100
taskbar_name_active_font_color = #434c5e 100
taskbar_distribute_size = 0
taskbar_sort_order = mru
task_align = left
#-------------------------------------
# Task
task_text = 1
task_icon = 0
task_centered = 1
urgent_nb_of_blink = 100000
task_maximum_size = 140 35
task_padding = 12 2 4
task_font = Iosevka 8.5
task_tooltip = 1
task_thumbnail = 1
task_thumbnail_size = 210
task_font_color = #f9f9f9 0
task_active_font_color = #f9f9f9 100
task_urgent_font_color = #f9f9f9 0
task_background_id = 0
task_active_background_id = 2
task_urgent_background_id = 0
mouse_left = shade
mouse_middle = none
mouse_right = shade
mouse_scroll_up = none
mouse_scroll_down = none
#-------------------------------------
# System tray (notification area)
systray_padding = 6 0 6
systray_background_id = 2
systray_sort = ascending
systray_icon_size = 16
systray_icon_asb = 100 0 10
systray_monitor = 1
systray_name_filter =
#-------------------------------------
# Launcher
launcher_padding = 2 4 2
launcher_background_id = 0
launcher_icon_background_id = 0
launcher_icon_size = 24
launcher_icon_asb = 100 0 0
launcher_icon_theme_override = 0
startup_notifications = 1
launcher_tooltip = 1
launcher_item_app = tint2conf.desktop
launcher_item_app = firefox.desktop
launcher_item_app = iceweasel.desktop
launcher_item_app = chromium-browser.desktop
launcher_item_app = google-chrome.desktop
#-------------------------------------
# Clock
time1_format = %H:%M
time2_format =
time1_font = Iosevka 8.5
time1_timezone =
time2_timezone =
clock_font_color = #f9f9f9 100
clock_padding = 6 0
clock_background_id = 2
clock_tooltip =
clock_tooltip_timezone =
clock_lclick_command =
clock_rclick_command =
clock_mclick_command =
clock_uwheel_command =
clock_dwheel_command =
#-------------------------------------
# Battery
battery_tooltip = 1
battery_low_status = 10
battery_low_cmd =
battery_full_cmd =
battery_font_color = #ffffff 100
bat1_format =
bat2_format =
battery_padding = 1 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 =
#-------------------------------------
# Separator 1
separator = new
separator_background_id = 0
separator_color = #f9f9f9 0
separator_style = empty
separator_size = 6
separator_padding = 0 0
#-------------------------------------
# Separator 2
separator = new
separator_background_id = 0
separator_color = #f9f9f9 0
separator_style = empty
separator_size = 6
separator_padding = 0 0
#-------------------------------------
# Separator 3
separator = new
separator_background_id = 0
separator_color = #f9f9f9 0
separator_style = empty
separator_size = 6
separator_padding = 0 0
#-------------------------------------
# Separator 4
separator = new
separator_background_id = 0
separator_color = #f9f9f9 0
separator_style = empty
separator_size = 6
separator_padding = 0 0
#-------------------------------------
# Separator 5
separator = new
separator_background_id = 0
separator_color = #f9f9f9 0
separator_style = empty
separator_size = 6
separator_padding = 0 0
#-------------------------------------
# Separator 6
separator = new
separator_background_id = 0
separator_color = #f9f9f9 0
separator_style = empty
separator_size = 6
separator_padding = 0 0
#-------------------------------------
# Separator 7
separator = new
separator_background_id = 0
separator_color = #f9f9f9 0
separator_style = empty
separator_size = 6
separator_padding = 0 0
#-------------------------------------
# Separator 8
separator = new
separator_background_id = 0
separator_color = #f9f9f9 0
separator_style = empty
separator_size = 6
separator_padding = 0 0
#-------------------------------------
# Separator 9
separator = new
separator_background_id = 0
separator_color = #f9f9f9 0
separator_style = empty
separator_size = 6
separator_padding = 0 0
#-------------------------------------
# Separator 10
separator = new
separator_background_id = 0
separator_color = #f9f9f9 0
separator_style = empty
separator_size = 6
separator_padding = 0 0
#-------------------------------------
# Separator 11
separator = new
separator_background_id = 0
separator_color = #f9f9f9 0
separator_style = empty
separator_size = 6
separator_padding = 0 0
#-------------------------------------
# Separator 12
separator = new
separator_background_id = 0
separator_color = #f9f9f9 0
separator_style = empty
separator_size = 6
separator_padding = 0 0
#-------------------------------------
# Separator 13
separator = new
separator_background_id = 0
separator_color = #f9f9f9 0
separator_style = empty
separator_size = 6
separator_padding = 0 0
#-------------------------------------
# Separator 14
separator = new
separator_background_id = 0
separator_color = #f9f9f9 0
separator_style = empty
separator_size = 6
separator_padding = 0 0
#-------------------------------------
# Separator 15
separator = new
separator_background_id = 0
separator_color = #f9f9f9 0
separator_style = empty
separator_size = 6
separator_padding = 0 0
#-------------------------------------
# Separator 16
separator = new
separator_background_id = 0
separator_color = #f9f9f9 0
separator_style = empty
separator_size = 6
separator_padding = 0 0
#-------------------------------------
# Separator 17
separator = new
separator_background_id = 0
separator_color = #f9f9f9 0
separator_style = empty
separator_size = 6
separator_padding = 0 0
#-------------------------------------
# Executor 1
execp = new
execp_command = ~/.config/tint2/executor/temp.sh
execp_interval = 1
execp_has_icon = 0
execp_cache_icon = 0
execp_continuous = 0
execp_markup = 0
execp_tooltip =
execp_lclick_command =
execp_rclick_command =
execp_mclick_command =
execp_uwheel_command =
execp_dwheel_command =
execp_font = Iosevka 8.5
execp_font_color = #f9f9f9 100
execp_padding = 6 0
execp_background_id = 2
execp_centered = 1
execp_icon_w = 0
execp_icon_h = 0
#-------------------------------------
# Executor 2
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 Bold 10
execp_font_color = #434c5e 100
execp_padding = 5 0
execp_background_id = 10
execp_centered = 1
execp_icon_w = 0
execp_icon_h = 0
#-------------------------------------
# Executor 3
execp = new
execp_command = ~/.scripts/music-controller.sh title
execp_interval = 1
execp_has_icon = 0
execp_cache_icon = 0
execp_continuous = 0
execp_markup = 0
execp_tooltip = [S] Change Track
execp_lclick_command =
execp_rclick_command =
execp_mclick_command =
execp_uwheel_command = ~/.scripts/music-controller.sh prev
execp_dwheel_command = ~/.scripts/music-controller.sh next
execp_font = Iosevka 8.5
execp_font_color = #f9f9f9 100
execp_padding = 6 0
execp_background_id = 2
execp_centered = 1
execp_icon_w = 0
execp_icon_h = 0
#-------------------------------------
# Executor 4
execp = new
execp_command = ~/.config/tint2/executor/network.sh icon
execp_interval = 1
execp_has_icon = 0
execp_cache_icon = 0
execp_continuous = 0
execp_markup = 0
execp_tooltip = Network Status
execp_lclick_command = #
execp_rclick_command =
execp_mclick_command =
execp_uwheel_command =
execp_dwheel_command =
execp_font = Material Bold 10
execp_font_color = #434c5e 100
execp_padding = 5 0
execp_background_id = 10
execp_centered = 1
execp_icon_w = 0
execp_icon_h = 0
#-------------------------------------
# Executor 5
execp = new
execp_command = ~/.config/tint2/executor/network.sh status
execp_interval = 1
execp_has_icon = 0
execp_cache_icon = 0
execp_continuous = 0
execp_markup = 0
execp_tooltip =
execp_lclick_command =
execp_rclick_command =
execp_mclick_command =
execp_uwheel_command =
execp_dwheel_command =
execp_font = Iosevka 8.5
execp_font_color = #f9f9f9 100
execp_padding = 6 0
execp_background_id = 2
execp_centered = 1
execp_icon_w = 0
execp_icon_h = 0
#-------------------------------------
# Executor 6
execp = new
execp_command = ~/.config/tint2/executor/volume.sh icon
execp_interval = 1
execp_has_icon = 0
execp_cache_icon = 0
execp_continuous = 0
execp_markup = 0
execp_tooltip = [L] Toggle Audio Mute [S] Audio Volume +/-
execp_lclick_command = ~/.config/tint2/executor/volume.sh 0
execp_rclick_command =
execp_mclick_command =
execp_uwheel_command = ~/.config/tint2/executor/volume.sh +
execp_dwheel_command = ~/.config/tint2/executor/volume.sh -
execp_font = Material Bold 10
execp_font_color = #434c5e 100
execp_padding = 5 0
execp_background_id = 10
execp_centered = 1
execp_icon_w = 0
execp_icon_h = 0
#-------------------------------------
# Executor 7
execp = new
execp_command = ~/.config/tint2/executor/volume.sh percent
execp_interval = 1
execp_has_icon = 0
execp_cache_icon = 0
execp_continuous = 0
execp_markup = 0
execp_tooltip = [S] Audio Volume +/-
execp_lclick_command =
execp_rclick_command =
execp_mclick_command =
execp_uwheel_command = ~/.config/tint2/executor/volume.sh +
execp_dwheel_command = ~/.config/tint2/executor/volume.sh -
execp_font = Iosevka 8.5
execp_font_color = #f9f9f9 100
execp_padding = 6 0
execp_background_id = 2
execp_centered = 1
execp_icon_w = 0
execp_icon_h = 0
#-------------------------------------
# Executor 8
execp = new
execp_command = date +%a\ -\ %b\ %d,\ %Y
execp_interval = 1
execp_has_icon = 0
execp_cache_icon = 0
execp_continuous = 0
execp_markup = 0
execp_tooltip =
execp_lclick_command =
execp_rclick_command =
execp_mclick_command =
execp_uwheel_command =
execp_dwheel_command =
execp_font = Iosevka 8.5
execp_font_color = #f9f9f9 100
execp_padding = 6 0
execp_background_id = 2
execp_centered = 1
execp_icon_w = 0
execp_icon_h = 0
#-------------------------------------
# Button 1
button = new
button_text =
button_lclick_command =
button_rclick_command =
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
button_font = Iosevka 14
button_font_color = #f9f9f9 92
button_padding = 0 0
button_background_id = 0
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 Bold 10
button_font_color = #434c5e 100
button_padding = 5 0
button_background_id = 13
button_centered = 1
button_max_icon_size = 0
#-------------------------------------
# Button 3
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 Bold 10
button_font_color = #434c5e 100
button_padding = 5 0
button_background_id = 11
button_centered = 1
button_max_icon_size = 0
#-------------------------------------
# Button 4
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 Bold 10
button_font_color = #434c5e 100
button_padding = 5 0
button_background_id = 12
button_centered = 1
button_max_icon_size = 0
#-------------------------------------
# Button 5
button = new
button_text =
button_lclick_command =
button_rclick_command =
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
button_font = Iosevka 14
button_font_color = #f9f9f9 74
button_padding = 0 0
button_background_id = 0
button_centered = 1
button_max_icon_size = 0
#-------------------------------------
# Button 6
button = new
button_text =
button_tooltip = Hardware Temperature
button_lclick_command = #
button_rclick_command =
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
button_font = Material Bold 10
button_font_color = #434c5e 100
button_padding = 5 0
button_background_id = 10
button_centered = 1
button_max_icon_size = 0
#-------------------------------------
# Button 7
button = new
button_text =
button_tooltip = Date
button_lclick_command = gsimplecal
button_rclick_command =
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
button_font = Material Bold 10
button_font_color = #434c5e 100
button_padding = 5 0
button_background_id = 10
button_centered = 1
button_max_icon_size = 0
#-------------------------------------
# Button 8
button = new
button_text =
button_tooltip = Time
button_lclick_command = gsimplecal
button_rclick_command =
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
button_font = Material Bold 10
button_font_color = #434c5e 100
button_padding = 5 0
button_background_id = 10
button_centered = 1
button_max_icon_size = 0
#-------------------------------------
# Button 9
button = new
button_text =
button_lclick_command =
button_rclick_command =
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
button_font = Iosevka 14
button_font_color = #f9f9f9 74
button_padding = 0 0
button_background_id = 0
button_centered = 1
button_max_icon_size = 0
#-------------------------------------
# Button 10
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 Bold 10
button_font_color = #434c5e 100
button_padding = 5 0
button_background_id = 12
button_centered = 1
button_max_icon_size = 0
#-------------------------------------
# Button 11
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 Bold 10
button_font_color = #434c5e 100
button_padding = 5 0
button_background_id = 11
button_centered = 1
button_max_icon_size = 0
#-------------------------------------
# Button 12
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 Bold 10
button_font_color = #434c5e 100
button_padding = 5 0
button_background_id = 13
button_centered = 1
button_max_icon_size = 0
#-------------------------------------
# Button 13
button = new
button_text =
button_lclick_command =
button_rclick_command =
button_mclick_command =
button_uwheel_command =
button_dwheel_command =
button_font = Iosevka 14
button_font_color = #f9f9f9 92
button_padding = 0 0
button_background_id = 0
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 = 9
tooltip_font_color = #f9f9f9 100
tooltip_font = Cantarell 9