1# configuration section for the background, supports just the image option
2
3[background]
4# Full path to image or directory of images
5# image = /usr/share/wayfire/wallpaper.jpg
6# Whether to scale images or preserve background ratio
7preserve_aspect = 0
8# In the case of directory, timeout between changing backgrounds, in seconds
9cycle_timeout = 150
10# In the case of directory, whether or not to randomize images
11randomize = 0
12
13
14
15
16
17# configuration for the panel
18[panel]
19
20# widgets_* is a space-separated list of widgets to be displayed
21# at the corresponding part of the panel
22# Supported widgets are: launchers clock network battery window-list volume menu
23# A special widgets is spacing widgets, it can be used to add padding everywhere on the panel
24# To use it, just append the amount of pixels you want as a padding
25# to the word "spacing" and use it as a plugin
26widgets_left = spacing4 menu spacing18 launchers
27widgets_center = clock
28widgets_right = network spacing6 battery spacing12
29
30# The minimal size of the panel. Note that some widgets might force panel bigger than this size.
31# All widgets also have individual settings for size
32# Changing this requires a panel restart
33minimal_height = 24
34
35# automatically hide when pointer isn't over the panel
36autohide = false
37
38# layer can be top, bottom, overlay or background
39layer = top
40
41# where to position panel
42# Possible values are only "top" and "bottom"
43position = top
44
45# set the background color.
46background_color = gtk_headerbar # match the color of a GtkHeaderbar
47#background_color = $555555 # Hex color, for example $FFFFFF for white
48#background_color = 0.033 0.041 0.047 0.9 # RGBA color, 1.0 0.0 0.0 0.5 for semi-transparent red
49
50
51
52# Configuration for the launchers widget
53
54# can be a desktop file
55launcher_chrome = google-chrome.desktop
56launcher_firefox = firefox.desktop
57launcher_terminal1 = terminator.desktop
58launcher_terminal2 = org.gnome.Terminal.desktop
59launcher_gedit = org.gnome.gedit.desktop
60
61# or a combination of bash command + icon
62launcher_cmd_1 = env XDG_CURRENT_DESKTOP=GNOME gnome-control-center
63launcher_icon_1 = /usr/share/icons/gnome/48x48/categories/preferences-system.png
64
65launcher_nau = org.gnome.Nautilus.desktop
66
67# spacing between widgets, can be negative
68launchers_spacing = 4
69
70# size of the launcher icon
71launchers_size = 42
72
73
74
75
76
77# Configuration for the clock widget
78# clock format, uses the Glib Time formatting
79clock_format = %e %a %H:%M
80# clock font
81clock_font = DejaVu Sans:style=Book 12
82
83
84
85
86
87# Configuration for the battery widget
88# How much info to display:
89# 0 -> only icon, 1 -> icon + percentage, 2 -> full info
90battery_status = 1
91battery_icon_size = 32
92
93# invert the colors of the icon, needs to be adjusted according to the size of the icons,
94# because some icon sizes are white, and others are black
95battery_icon_invert = 1
96
97# Font to use in the battery percentage indicator
98battery_font = default
99
100
101# Configuration for the network widget
102# Whether to display connection details, for ex. Wifi AP name
103network_status = 1
104
105network_status_font = DejaVu Sans:style=Book 10
106# network_icon_size = 30
107network_icon_invert_color = 1
108
109# whether to colour the wifi signal strength
110network_status_use_color = yes
111
112# whether to enable fuzzy search in the menu
113menu_fuzzy_search = 1
114
115
116
117# Configuration for the volume widget
118# Number of seconds volume popover will display
119# after scrolling on the volume icon
120volume_display_timeout = 2.5
121
122[dock]
123position = bottom # or top
124
125# For applications that aren't installed/configured properly, you can manually
126# set icons for given app_id's. Below is an example for IntelliJ IDEA
127icon_mapping_jetbrains-idea-ce = /<path to intellij>/idea.png
128