-
Notifications
You must be signed in to change notification settings - Fork 52
Expand file tree
/
Copy pathwf-shell.ini.example
More file actions
631 lines (439 loc) · 18.3 KB
/
Copy pathwf-shell.ini.example
File metadata and controls
631 lines (439 loc) · 18.3 KB
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
[background]
# Full path to image or directory of images
# image = /usr/share/wf-shell/backgrounds/
# How to fit the image to screens
# One of: fill_and_crop, preserve_aspect, stretch
fill_mode = stretch
# In the case of directory, timeout between changing backgrounds, in seconds
cycle_timeout = 150
# In the case of directory, whether or not to randomize images
randomize = false
# Fade duration between images, in milliseconds. default 1000
fade_duration = 1000
[panel]
# widgets_* is a space-separated list of widgets to be displayed
# at the corresponding part of the panel
# Supported widgets are:
# battery
# brightness
# clock
# command-output
# language
# launchers
# network
# notifications
# menu
# mixer
# tray
# volume
# window-list
# workspace-switcher
#
# Special widgets are "spacing" and "separator" widgets, they can be used to add padding everywhere on the panel
# To use them, just append the amount of pixels you want as a padding
# to the word "spacing" or "separator" and use it as a plugin
widgets_left = menu spacing4 language spacing4 launchers window-list
widgets_center = none
widgets_right = command-output tray notifications volume network battery clock
# Note that if panel position is left or right then left is top and right is bottom.
# The minimal size of the panel. Note that some widgets might force panel bigger than this size.
# All widgets also have individual settings for size
# Changing this requires a panel restart
minimal_height = 32
minimal_width = 32
# A path for an extra css file specific to panel. Default empty string
# css_path = /path/to/custom/file.css
# Wether the pannel should extend all the way to the left and right; or top and bottom depending on orientation.
# full_span = true
# The default size of all icons, excluding those directly on the panel
# default_icon_size = 48
# automatically hide when pointer isn't over the panel
autohide = false
# time in milliseconds to wait before hiding
autohide_duration = 300
# Amount of time (in milliseconds) the cursor needs to be in the zone before showing.
# autohide_show_delay = 300
# Amount of time (in milliseconds) the cursor needs to be out of the zone before hiding.
# autohide_hide_delay = 500
# A comma separated list of output names on which to show panel instances. Set to * wildcard for all outputs.
# outputs = *
# layer can be top, bottom, overlay or background
layer = top
# where to position panel
# Possible values are only "top", "bottom", "left" and "right"
position = top
# Space in pixels between panel and display edge
# edge_margin = 0
# Apply the margin to both the display edge and window edge
# mirror_margin = true
# The distance to the edge of screen to place the cursor in to show the panel when it's hidden.
# edge_hotspot_size = 20
# The distance to the edge of adjacent screens to place the cursor in to show the panel when it's hidden.
# adjacent_edge_hotspot_size = 20
# Show the popup over other windows, even if it and the panel would be hidden otherwise.
# force_show_popup = true
# When any panel menu is open, change between open menus with mouse motion
# menus_change_motion = false
# set the background color
#background_color = rgba(10, 50, 100, 0.7) #cool blue; 70% opacity (30% transparent)
#background_color = \#00FF0066 #bright green; 40% opacity (60% transparent)
background_color = rgba(0, 0, 0, 0.6) #black; 60% opacity
### LAUNCHERS ###
# can be a desktop file
launcher_chrome = google-chrome.desktop
launcher_firefox = firefox.desktop
launcher_terminal1 = terminator.desktop
launcher_terminal2 = org.gnome.Terminal.desktop
launcher_gedit = org.gnome.gedit.desktop
# or a combination of bash command + icon
launcher_cmd_1 = env XDG_CURRENT_DESKTOP=GNOME gnome-control-center
launcher_icon_1 = /usr/share/icons/gnome/48x48/categories/preferences-system.png
launcher_nau = org.gnome.Nautilus.desktop
# spacing between widgets
launchers_spacing = 4
# size of the launcher icon. If zero uses the panel default
launchers_size = 0
### CLOCK ###
# clock format, uses the Glib Time formatting
clock_format = %e %a %H:%M
# clock font
clock_font = DejaVu Sans:style=Book 12
### WEARTHER ###
# Font used for weather labels
# weather_font = default
### BATTERY ###
# How much info to display. One of "icon", "percentage", "full" and "percentage_overlay"
battery_status = percentage
# size of battery icon. If zero uses the panel default
battery_icon_size = 0
# invert the colors of the icon, needs to be adjusted according to the size of the icons,
# because some icon sizes are white, and others are black
battery_icon_invert = true
# Font to use in the battery percentage indicator
battery_font = default
### NETWORK ###
# Font used for this widget
network_status_font = default
# size of network icon on panel. If zero, use panel default.
network_icon_size = 0
# invert the colors of the network icon
network_icon_invert_color = 1
# whether to colour the wifi signal strength
network_status_use_color = yes
# Show only icon, no label
# network_no_label = false
# If right clicked, this command will be run. if 'default' it uses `gnome-control-center`
# network_onclick_command = default
### MENU ###
# image file to use as the menu icon. Defaults to blank string, which uses the Wayfire icon
# menu_icon = /usr/share/wayfire/icons/wayfire.png
# Show a list of application categories in menu
menu_show_categories = false
# Show application icons in a list view
# false shows them as a grid
menu_list = false
# Configuration for the menu widget
# whether to enable fuzzy search in the menu
menu_fuzzy_search = 1
# Category icon size. If zero falls back to default icon size
# menu_category_icon_size = 48
# Space between menu items
menu_item_spacing = 8
# Minimum width for category list. Shares height with content Below
menu_min_category_width = 200
# Minimum width and height for the contents of the menu.
# Can be useful for small screens and/or high DPI scaling.
menu_min_content_width = 500
menu_min_content_height = 500
# If not specified or blank, the following options below are shown in a grid.
# If specified, this command is used instantly and the below options are ignored
# menu_logout_command =
# Logout button command
# logout_command = wayland-logout
# Reboot button command
# reboot_command = systemctl reboot
# Shutdown button command
# shutdown_command = systemctl poweroff
# Suspend button command
# suspend_command = systemctl suspend
# Hibernate button command
# hibernate_command = systemctl hibernate
# Switch user button command
# switchuser_command = dm-tool switch-to-greeter
# Note on PulseAudio (volume widget) and Wireplumber/Pipewire (mixer widget)
# PulseAudio and Pipewire are audio servers for the desktop.
# PulseAudio is older and was generally the default of most distributions for years.
# Pipewire, interacted with by Wireplumber, has rapidly become the default of most major distros
# since 2020, and has compatibility with PulseAudio with Pipewire-Pulse, usually setup by default.
# What this ammounts to is that, if you don’t know which one you’re running,
# the full mixer widget might not work out of the box on older systems,
# while the volume widget is pretty much guaranteed to.
### VOLUME ###
# It shows a simple slider to control the volume of the default output using PulseAudio
# Number of seconds volume popover will display (when volume is changed)
# after scrolling on the volume icon
volume_display_timeout = 2.5
# Size of volume widget on panel. If zero use default panel size
volume_icon_size = 0
# Multiplier for volume scroll wheel or swipes. The higher this is the more the volume changes from swipes/scrolls
volume_scroll_sensitivity = 0.05
### MIXER ###
# This shows an almost full-featured mixer for the audio using Pipewire/Wireplumber
# It allows for individual control of the volume of all apps, microphones and speakers,
# as well as muting and choosing a default device.
# Supports scrolling and middle/right clicks with configurable actions (see below)
# Which audio control will be the target of scrolling, muting... on the icon
# Can be default_sink for default output device, default_source for default input device,
# or last_change for whichever volume was changed last, including apps
mixer_quick_target_choice = default_sink # or default_source, or last_change
# Pop up a slider when the volume of the quick target changes
mixer_popup_on_change = true
# Number of seconds the popup will display for,
# wether due to scrolling or an external volume change
mixer_popup_timeout = 2.5
# Length of the volume sliders
mixer_slider_length = 300
# Multiplier to the volume change when scrolling
mixer_scroll_sensitivity = 1
mixer_invert_scroll = false
# Set to true to show icons (mute, set default) on the left
mixer_icons_on_left = false
# Spacing between the controls of the mixer
mixer_spacing = 8
# Actions to be tied to left, right and middle click on the widget
# Can be:
# - show_mixer: show the whole mixer
# - mute_quick_target: mute the target of quick actions
# - show_quick_target: show the target of quick actions
mixer_left_click_action = show_mixer # uniquely, cannot be mute
mixer_middle_click_action = mute_quick_target
mixer_right_click_action = show_quick_target
# Size of the icons. If zero, uses the default icon size
mixer_icon_size = 0
### BRIGHTNESS ###
# Popup whenever brightness is changed externally
# brightness_popup_on_change = true
# Timeout before popup is hidden again, in seconds
# brightness_popup_timeout = 2.5
# Size of brightness slider
# brightness_slider_length = 300
# Scroll and swipe sensitivity. The higher this is the more a swipe or scroll changes the brightness level
# brightness_scroll_sensitivity = 1.0
# Invert the direction of scroll and swipes
# brightness_invert_scroll = false
# When showing multiple controls for multiple displays, space them out by this many pixels.
# brightness_spacing = 8
# Icon size on panel. if zero use panel default
# brightness_icon_size = 0
### NOTIFICATIONS ###
notifications_autohide_timeout = 2.5
# Show criticial notifications in do-not-disturb mode, which is triggered by middle-clicking the DND button.
notifications_critical_in_dnd = true
# Icon size, if zero then use panel default
notifications_icon_size = 0
### TRAY ###
# Amount of smooth scrolling needed to trigger one scroll wheel step
tray_smooth_scrolling_threshold = 5
# The icon size to use for tray icons. If zero use panel default
tray_icon_size = 0
# Spacing between tray icons
# tray_spacing = 5
# Number of rows (in horizontal panels) or columns (in vertical panels) in tray widget
# tray_rows_cols = 1
# Enable showing of the tray menu when using middle-click, otherwise, right-click is used
tray_menu_on_middle_click = false
### COMMAND OUTPUT ###
# The command output widget is used to display the output of a shell command, which can be periodically refreshed.
# For example, showing the current CPU temperature by parsing `sensors` output (command may need adjustment for your particular sensor name!)
# Maximum amount of characters to show in the panel, if the command's output is too long
commands_output_max_chars = 10
# A list of commands + attributes, multiple commands can be declared after one another. The commands are numbered 1, 2, 3, etc.
# The command to be run, uncomment and adapt according to the output of sensors on your system
#command_output_1 = sensors | grep Package | cut -d ' ' -f 5
# A command which is run and whose output is displayed in a tooltip when hovering the widget
#command_output_tooltip_1 = sensors
# Refresh the output of the command ever 1s. Can be set to -1 for manual updates with the mouse, or 0 for a single update at startup.
# command_output_period_1 = 1
# Optionally, an icon can be displayed next to the text. Leave empty (first option) for no icon.
# command_output_icon_1 =
# command_output_icon_1 = text-x-script
# Position and size for the icon, if it is not empty
#command_output_icon_size_1 = 32
#command_output_icon_position_1 = left # or right, top, bottom
### WINDOW LIST ###
# Closes window when its button is middle clicked
# middle_click_close = false
# Width in pixels for a window-list button
# window_list_size = 192
# Size of icon for window-list buttons.
# window_list_icon_size = 16
# Enable Live window preview tooltips. Requires copy-capture plugin and foreign toplevel.
# winsow_list_live_window_previews = false
### WORKSPACE SWITCHER ###
# Switcher mode: one of "row" "grid" or "grid_popover"
# workspace_switcher_layout = row
# Target size for workspace switcher widget in pixels
# workspace_switcher_target_size = 0
# Render rectangles for each window
# workspace_switcher_render_views = true
[dock]
# if dock should autohide. Default true
autohide = true
# time in milliseconds to wait before hiding
# autohide_duration = 300
# Amount of time (in milliseconds) the cursor needs to be in the zone before showing.
# autohide_show_delay = 300
# Amount of time (in milliseconds) the cursor needs to be out of the zone before hiding.
# autohide_hide_delay = 500
# vertical alignment on the desktop
# the only possible values are "top", "bottom", "right" and "left"
position = bottom
# For applications that aren't installed/configured properly, you can manually
# set icons for given app_id's. Below is an example for IntelliJ IDEA
icon_mapping_jetbrains-idea-ce = /<path to intellij>/idea.png
# A path for an extra css file specific to dock. Default empty string
# css_path = /path/to/custom/file.css
# If greater than 0, the dock will have a maximum number of entries per line, after which a new line is created.
max_per_line = 0
# Wether the dock should extend all the way to the left and right; or top and bottom depending on orientation.
# full_span = false
# minimal_height = 100
# minimal_width = 100
# icon_height = 72
# Space in pixels between the dock and the edge of display
# edge_margin = 0
# Apply the margin to both the edge of display and edge of windows
# mirror_margin = false
# The distance to the edge of adjacent screens to place the cursor in to show the dock when it's hidden.
# adjacent_edge_hotspot_size = 20
# Keep all window icons for up to 2 seconds to allow CSS animations.
# show_close = true
[locker]
# All widgets have a "name"_position option.
# It must be one of "top-left" , "top-center" , "top-right"
# "center-left", "center-center", "center-right"
# "bottom-left", "bottom-center", "bottom-right"
# All widgets have a "name"_enable option
# It is either 'true' or 'false', and may be disabled even if set to 'true'
# Eg, if the fingerprint reader hardware is missing.
# All widgets have a "name"_always option
# It is either 'true' or 'false'. If true, it is never hidden when inactive
# Use the same background image as the locally running wf-background
# background_image = true
# The color of the lockscreen (if the above is false, or wf-background is not running)
# background-color = #0000
# When no user input is detected, hide the unlock controls. 0.0 means never. Time is in seconds
# hide_time = 5.0
# Which animation to use for hiding.
# 0 : none
# 1 : fade
# 2 : slide down
# 3 : slide left
# 4 : slide right
# 5 : slide up
# 6 : swing down
# 7 : swing left
# 8 : swing right
# 9 : swing up
#
# hide_anim = 1
# How long the animation runs for, in seconds
# hide_anim_dur = 0.4
# If the user moves mouse or presses a key within this many seconds of lock starting, instantly unlock.
# This does not apply if the locker is started with `--now`
# prewake = 1.0
# Lock our user input after this many failed attempts.
# lockout_attempts = 5
# How long the user input it locked out for
# lockout_timer = 10
### PASSWORD ###
password_enable = true
password_position = center-center
password_always = false
### PIN ###
pin_enable = false
pin_position = bottom-center
pin_always = false
# The font to use for buttons of the pin-pad
pin_pad_font = 2em default
# The font to use for the asterisks for entered characters
pin_reply_font = 2em default
### FINGERPRINT ###
fingerprint_enable = true
fingerprint_position = bottom-center
fingerprint_always = false
# The font to use for the messages from fingerprint reader
fingerprint_font = 2em default
# Fingerprint icon size, relative to calculated font size for the locker
fingerprint_icon_size = 10.0
fingerprint_overlay_icon_size = 7.0
### NETWORK ###
network_enable = true
network_position = top-right
network_always = true
# Font to use for the network status
network_font = 2em default
# Icon size to use for network widget, relative to locker font size
network_icon_size = 1.0
### CLOCK ###
clock_enable = true
clock_position = top-center
clock_always = true
# The contents of the clock, as a format string. Allows Pango markup
clock_format = %H:%M%n<span font-size='xx-small'>%e %b %Y</span>
# The font used
clock_font = 3em default
### WEATHER ###
weather_enable = false
weather_position = bottom-left
weather_always = true
weather_font = 4em default
# Icon size relative to locker font size
weather_icon_size = 5.0
### USER ###
user_enable = true
user_position = center-center
user_always = true
user_font = 3em default
# Icon size relative to locker font size
user_icon_size = 10.0
### MPRIS aka what's playing ###
mpris_enable = true
mpris_position = bottom-right
mpris_always = false
# The format of the message.
# %track : Name of currently playing track
# %album : Name of currently playing album
# %artist : Name of artist of currently playing track
# %n : New line
mpris_format = Now Playing:%n%track%n%album%n%artist
# Show control buttons to skip and stop
mpris_control = true
# Icon size of album art, relative to locker font size
mpris_icon_size = 5.0
mpris_font = 1em default
### BATTERY ###
battery_enable = true
battery_position = top-left
battery_always = true
# What information to show. one of : "icon" "percentage" or "full"
battery_status = percentage
# Font to use for battery percentage
battery_percent_font = 3em default
# Font to use for battery details
battery_description_font = 0em default
# Icon size for battery. Relative to locker font size
battery_icon_size = 3.0
### VOLUME ###
volume_enable = true
volume_position = top-right
volume_always = false
# Icon size, relative to locker font
volume_icon_size = 2.0
### INSTANT UNLOCK ###
## Beware, use only for testing. This button unlocks without any authentication.
instant_unlock_enable = false
instant_unlock_position = bottom-center
instant_unlock_always = false
# Font used for the button
instant_unlock_font = default