diff options
Diffstat (limited to 'wayfire/wf-shell.ini')
-rw-r--r-- | wayfire/wf-shell.ini | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/wayfire/wf-shell.ini b/wayfire/wf-shell.ini new file mode 100644 index 0000000..7de2d2a --- /dev/null +++ b/wayfire/wf-shell.ini @@ -0,0 +1,64 @@ +[background] +cycle_timeout = 150 +image = /nix/store/ga5cq3jbzxa1s683yck36l12h7z43n18-wf-shell-0.8.0/share/wayfire/wallpaper.jpg +preserve_aspect = false +randomize = false + +[dock] +autohide = true +autohide_duration = 300 +css_path = +dock_height = 100 +edge_offset = 20 +icon_height = 72 +position = bottom + +[panel] +autohide = false +autohide_duration = 300 +background_color = gtk_headerbar +battery_font = default +battery_icon_invert = true +battery_icon_size = 32 +battery_status = percentage +clock_font = default +clock_format = %e %A %H:%M +commands_output_max_chars = 10 +css_path = +edge_offset = 20 +hibernate_command = systemctl hibernate +launchers_animation_duration = 200 +launchers_size = 42 +launchers_spacing = 4 +layer = top +logout_command = wayland-logout +menu_fuzzy_search = true +menu_icon = +menu_logout_command = +menu_min_content_height = 500 +menu_min_content_width = 500 +minimal_height = 24 +network_icon_invert_color = false +network_icon_size = 32 +network_onclick_command = default +network_status = connection +network_status_font = default +network_status_use_color = false +notifications_autohide_timeout = 2.500000 +notifications_critical_in_dnd = true +notifications_icon_size = 32 +position = bottom +reboot_command = systemctl reboot +shutdown_command = systemctl poweroff +suspend_command = systemctl suspend +switchuser_command = dm-tool switch-to-greeter +tray_icon_size = 32 +tray_menu_on_middle_click = false +tray_smooth_scrolling_threshold = 5 +volume_display_timeout = 2.500000 +volume_icon_size = 32 +volume_scroll_sensitivity = 0.050000 +widgets_center = none +widgets_left = menu spacing4 launchers window-list +widgets_right = volume network battery clock + |