SHA256
1
0
forked from pool/waybar
waybar/_service
Soc Virnyl Estela 17b22c20ec Accepting request 1039015 from home:fbonazzi:branches:X11:Wayland
- Update to version 0.9.16:
  * Revert breaking changes introduced in 0.9.14
  * button: Remove AButton class
  * modules: Revert button to label
  * Battery: "Plugged" status for TLP settings
  * fix: don't escape mpd label twice
  * Make backlight module respect format- config
  * feat(backlight): hide if the display is powered off
  * Do not crash when a monitor is removed
  * normalize capacity by number of batteries
  * clicking on the user label opens the default file manager
  * User module: fix call parent event handle, added command to open user folder
  * Recognize outputs with 'bluez' in monitor name as bluetooth class
  * feat: wireplumber support
  * fix custom module leaves zombie processes behind when bars are removed
  * Fix crashes when using named workspaces in Hyprland

OBS-URL: https://build.opensuse.org/request/show/1039015
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/waybar?expand=0&rev=84
2022-11-30 00:50:12 +00:00

17 lines
602 B
Plaintext

<services>
<service name="obs_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://github.com/Alexays/Waybar.git</param>
<param name="revision">0.9.16</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">(.*)</param>
<param name="changesgenerate">enable</param>
</service>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="manual"/>
</services>