Changed example config ignore_exclusive_zones to false, added an example config to examples/config.ron
This commit is contained in:
@@ -57,7 +57,7 @@ Config(
|
|||||||
position: Top,
|
position: Top,
|
||||||
vertical_offset: Absolute(0), // How much the runner is shifted vertically
|
vertical_offset: Absolute(0), // How much the runner is shifted vertically
|
||||||
hide_icons: false,
|
hide_icons: false,
|
||||||
ignore_exclusive_zones: true, // ignore exclusive zones, f.e. Waybar
|
ignore_exclusive_zones: false, // ignore exclusive zones, f.e. Waybar
|
||||||
layer: Overlay, // GTK Layer: Bottom, Top, Background, Overlay
|
layer: Overlay, // GTK Layer: Bottom, Top, Background, Overlay
|
||||||
hide_plugin_info: false,
|
hide_plugin_info: false,
|
||||||
plugins: [
|
plugins: [
|
||||||
@@ -107,7 +107,7 @@ Config(
|
|||||||
position: Top,
|
position: Top,
|
||||||
vertical_offset: Absolute(0), // How much the runner is shifted vertically
|
vertical_offset: Absolute(0), // How much the runner is shifted vertically
|
||||||
hide_icons: false,
|
hide_icons: false,
|
||||||
ignore_exclusive_zones: true, // ignore exclusive zones, f.e. Waybar
|
ignore_exclusive_zones: false, // ignore exclusive zones, f.e. Waybar
|
||||||
layer: Overlay, // GTK Layer: Bottom, Top, Background, Overlay
|
layer: Overlay, // GTK Layer: Bottom, Top, Background, Overlay
|
||||||
hide_plugin_info: false,
|
hide_plugin_info: false,
|
||||||
plugins: [
|
plugins: [
|
||||||
|
15
examples/config.ron
Normal file
15
examples/config.ron
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
Config(
|
||||||
|
width: Absolute(800),
|
||||||
|
position: Top,
|
||||||
|
vertical_offset: Absolute(0), // How much the runner is shifted vertically
|
||||||
|
hide_icons: false,
|
||||||
|
ignore_exclusive_zones: false, // ignore exclusive zones, f.e. Waybar
|
||||||
|
layer: Overlay, // GTK Layer: Bottom, Top, Background, Overlay
|
||||||
|
hide_plugin_info: false,
|
||||||
|
plugins: [
|
||||||
|
"libapplications.so",
|
||||||
|
"libsymbols.so",
|
||||||
|
"libshell.so",
|
||||||
|
"libtranslate.so",
|
||||||
|
],
|
||||||
|
)
|
Reference in New Issue
Block a user