Skip to content

v1.2.1

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Feb 08:43
· 124 commits to main since this release

The first proper release of Zebar 🎉

Downloads are available at the bottom of the release notes. Use the .msi installer on Windows, .dmg on MacOS, and .deb or .AppImage on Linux.

Also download either the attached start.bat (for Windows) or start.sh script (for MacOS & Linux). Run the script after install to launch the default bar, which will create a config file located at %userprofile%/.glzr/zebar/config.yaml.

If you want to replace the GlazeWM bar, modify the following GlazeWM config options (at %userprofile%/.glaze-wm/config.yaml):

gaps:
  # Add more spacing at the top.
  outer_gap: '45px 20px 20px 20px'

bar:
  # Disable the built-in GlazeWM bar.
  enabled: false
  
window_rules:
  # Ignore the bar window.
  - command: "ignore"
    match_process_name: "/Zebar/"