5ac7d3431e
* Fixed build warnings #2282 * hyprland/window: Add .hidden CSS class, account for hidden & fullscreen windows #2270 * Unbreak modules without DBus #2284 * hyprland/window: Fix no info with separate-outputs=true #2286 * fix, default to true, sway/workspaces: warp-on-scroll #2293 * clock: handle timezone changes (again) #2296 * hyprland/window expose more data #2294 * App Icons for hyprland/window #2303 * hyprland/window: Fix overlap with .hidden class from default style #2307 * hyprland/window: rename .hidden to .swallowing (and fix grouped windows) #2308 * backlight: do not convert percent to string in fmt #2317 * hyprland/backend: Fix JSON parser runtime error #2321 * Fix wrong name for {name} #2306 * Ensure signal is disconnected in destructor #2324 * hyprland/language: Differentiating keyboard layout variants #2326 * hyprland/window remove duplicate empty css #2318 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/waybar?expand=0&rev=112
17 lines
595 B
Plaintext
17 lines
595 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.20</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="versionrewrite-pattern">(.*)</param>
|
|
<param name="filename">waybar</param>
|
|
</service>
|
|
<service name="tar" mode="buildtime"/>
|
|
<service name="recompress" mode="buildtime">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">gz</param>
|
|
</service>
|
|
<service name="set_version" mode="manual"/>
|
|
</services>
|