From 114b9597001e14a5cb86edc429a18bac79a7018c6324d57dd2cea35ce32e09b9 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Fri, 26 Apr 2019 09:47:33 +0000 Subject: [PATCH] - Update to 0.6.0: Added: * MPD Module * Manage the style of the bar according to the window in the workspace bb8ff5a * Custom modules: Allow to toggle multiple classes 6aee514 * Partially hide Waybar with the .hidded class on toggle (SIGUSR1) ecc5f48 * Multiple bars on the same screen with one file 79a5e9e Changed: * Handle widgets size changes for auto height/width management 311c34e * Tray: Icons update fixed * Tray: Icons size 3273ee8 * Workspace: Pango markup now supported bc9a497 * Custom: Kill scripts on bar destroy 90d89fe * Some screens output/unplug fixed OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/waybar?expand=0&rev=8 --- 0.5.1.tar.gz | 3 --- 0.6.0.tar.gz | 3 +++ waybar.changes | 18 ++++++++++++++++++ waybar.spec | 4 +++- 4 files changed, 24 insertions(+), 4 deletions(-) delete mode 100644 0.5.1.tar.gz create mode 100644 0.6.0.tar.gz diff --git a/0.5.1.tar.gz b/0.5.1.tar.gz deleted file mode 100644 index a74d1a9..0000000 --- a/0.5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e2a7042ca64161272ce3044941eb61de025c27865f577e3e26c513277c6d2c7e -size 89631 diff --git a/0.6.0.tar.gz b/0.6.0.tar.gz new file mode 100644 index 0000000..463d788 --- /dev/null +++ b/0.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fb8c10b5f02e680dee2ec0ef76965bb382cefbc83125976c80e6db4590449d2 +size 94991 diff --git a/waybar.changes b/waybar.changes index 2590831..b2156d2 100644 --- a/waybar.changes +++ b/waybar.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Fri Apr 26 09:43:59 UTC 2019 - mvetter@suse.com + +- Update to 0.6.0: + Added: + * MPD Module + * Manage the style of the bar according to the window in the workspace bb8ff5a + * Custom modules: Allow to toggle multiple classes 6aee514 + * Partially hide Waybar with the .hidded class on toggle (SIGUSR1) ecc5f48 + * Multiple bars on the same screen with one file 79a5e9e + Changed: + * Handle widgets size changes for auto height/width management 311c34e + * Tray: Icons update fixed + * Tray: Icons size 3273ee8 + * Workspace: Pango markup now supported bc9a497 + * Custom: Kill scripts on bar destroy 90d89fe + * Some screens output/unplug fixed + ------------------------------------------------------------------- Thu Apr 4 10:31:19 UTC 2019 - mvetter@suse.com diff --git a/waybar.spec b/waybar.spec index a36a16f..4603ba0 100644 --- a/waybar.spec +++ b/waybar.spec @@ -17,7 +17,7 @@ Name: waybar -Version: 0.5.1 +Version: 0.6.0 Release: 0 Summary: Customizable Wayland bar for Sway and Wlroots based compositors License: MIT @@ -39,6 +39,8 @@ BuildRequires: libdbusmenu-gtk3-devel BuildRequires: libnl3-devel # optional: audio BuildRequires: libpulse-devel +# optional: mpd module +BuildRequires: libmpdclient-devel # optional: sway integration Recommends: sway