<feed xmlns='http://www.w3.org/2005/Atom'>
<title>guix.git/gnu/packages/wm.scm, branch merge-deploy</title>
<subtitle>Personal branch of https://git.savannah.gnu.org/cgit/guix.git/ for implementing 'guix deploy'.
</subtitle>
<id>https://www.git.jakob.space/guix.git/atom?h=merge-deploy</id>
<link rel='self' href='https://www.git.jakob.space/guix.git/atom?h=merge-deploy'/>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/'/>
<updated>2019-07-15T12:22:24Z</updated>
<entry>
<title>gnu: swayidle: Update to 1.5.</title>
<updated>2019-07-15T12:22:24Z</updated>
<author>
<name>Rutger Helling</name>
</author>
<published>2019-07-15T12:20:12Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=e6bd575a720f49c726959a3139aa55b900919305'/>
<id>urn:sha1:e6bd575a720f49c726959a3139aa55b900919305</id>
<content type='text'>
* gnu/packages/wm.scm (swayidle): Update to 1.5.
</content>
</entry>
<entry>
<title>gnu: i3blocks: Update to ec050e7.</title>
<updated>2019-07-08T11:05:56Z</updated>
<author>
<name>ison</name>
</author>
<published>2019-07-07T11:02:01Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=88a29b5cd33160a14fc9ef1f795de8d127b5fd8c'/>
<id>urn:sha1:88a29b5cd33160a14fc9ef1f795de8d127b5fd8c</id>
<content type='text'>
* gnu/packages/wm.scm (i3blocks): Update to ec050e7.

Signed-off-by: Ludovic Courtès &lt;ludo@gnu.org&gt;
</content>
</entry>
<entry>
<title>gnu: Add mako.</title>
<updated>2019-06-17T22:25:23Z</updated>
<author>
<name>Gábor Boskovits</name>
</author>
<published>2019-06-17T22:22:46Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=46dc940c9af3d8b48966d16e52273ba88e92f946'/>
<id>urn:sha1:46dc940c9af3d8b48966d16e52273ba88e92f946</id>
<content type='text'>
* gnu/packages/wm.scm (mako): New variable.
</content>
</entry>
<entry>
<title>gnu: waybar: Add optional dependencies.</title>
<updated>2019-06-17T11:33:06Z</updated>
<author>
<name>Gábor Boskovits</name>
</author>
<published>2019-06-17T11:30:57Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=de2d14f2ff3577f521b6dc9c52f45924249c1949'/>
<id>urn:sha1:de2d14f2ff3577f521b6dc9c52f45924249c1949</id>
<content type='text'>
* gnu/packages/wm.scm(waybar)[inputs]: Add libdbusmenu, libnl,
libmpdclient and pulseaudio.
</content>
</entry>
<entry>
<title>gnu: Add waybar.</title>
<updated>2019-06-15T22:29:00Z</updated>
<author>
<name>Gábor Boskovits</name>
</author>
<published>2019-06-12T12:20:56Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=7a1d6a770878fe5a45af8763559a86da0258b0f1'/>
<id>urn:sha1:7a1d6a770878fe5a45af8763559a86da0258b0f1</id>
<content type='text'>
* gnu/packages/wm.scm(waybar): New variable.
</content>
</entry>
<entry>
<title>gnu: swayidle: Add elogind support.</title>
<updated>2019-06-15T12:43:34Z</updated>
<author>
<name>Meiyo Peng</name>
</author>
<published>2019-06-09T10:10:20Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=ddd401d28fb09f1f8ce96f2fc24226887a812412'/>
<id>urn:sha1:ddd401d28fb09f1f8ce96f2fc24226887a812412</id>
<content type='text'>
* gnu/packages/wm.scm (swayidle)[arguments]: Add #:configure-flags.
  [inputs]: Add elogind.

Signed-off-by: Marius Bakke &lt;mbakke@fastmail.com&gt;
</content>
</entry>
<entry>
<title>gnu: sway: Hardcode path to swaybg.</title>
<updated>2019-06-14T12:06:06Z</updated>
<author>
<name>Meiyo Peng</name>
</author>
<published>2019-06-09T08:15:50Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=e23b6a68008321179508d55780f9725cf649c610'/>
<id>urn:sha1:e23b6a68008321179508d55780f9725cf649c610</id>
<content type='text'>
* gnu/packages/wm.scm (sway)[arguments]: Hardcode path to swaybg.
  [inputs]: Add swaybg.

Signed-off-by: Marius Bakke &lt;mbakke@fastmail.com&gt;
</content>
</entry>
<entry>
<title>gnu: Add swaybg.</title>
<updated>2019-06-07T07:45:46Z</updated>
<author>
<name>Stefan Stefanović</name>
</author>
<published>2019-06-03T16:27:21Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=bedb3457752212328ee2a0df99280dca36c7f11c'/>
<id>urn:sha1:bedb3457752212328ee2a0df99280dca36c7f11c</id>
<content type='text'>
* gnu/packages/wm.scm (swaybg): New variable.

Signed-off-by: Rutger Helling &lt;rhelling@mykolab.com&gt;
</content>
</entry>
<entry>
<title>gnu: swaylock: Update to 1.4.</title>
<updated>2019-06-07T07:45:45Z</updated>
<author>
<name>Stefan Stefanović</name>
</author>
<published>2019-06-03T16:24:37Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=11bca5336cbac2103d9b95a0fb3f686bea6b9ab0'/>
<id>urn:sha1:11bca5336cbac2103d9b95a0fb3f686bea6b9ab0</id>
<content type='text'>
* gnu/packages/wm.scm (swaylock): Update to 1.4.

Signed-off-by: Rutger Helling &lt;rhelling@mykolab.com&gt;
</content>
</entry>
<entry>
<title>gnu: swayidle: Update to 1.3.</title>
<updated>2019-06-07T07:45:45Z</updated>
<author>
<name>Stefan Stefanović</name>
</author>
<published>2019-06-03T16:22:44Z</published>
<link rel='alternate' type='text/html' href='https://www.git.jakob.space/guix.git/commit/?id=8a21a3be8f9d6f0bfa7ecec514540377d0d8a9a4'/>
<id>urn:sha1:8a21a3be8f9d6f0bfa7ecec514540377d0d8a9a4</id>
<content type='text'>
* gnu/packages/wm.scm (swayidle): Update to 1.3.

Signed-off-by: Rutger Helling &lt;rhelling@mykolab.com&gt;
</content>
</entry>
</feed>
