From 21be20963ef8344d6485edcffe507391e1b3976f Mon Sep 17 00:00:00 2001 From: L3D Date: Sun, 29 Sep 2024 23:56:41 +0200 Subject: [PATCH] Create custom sway clock --- README.md | 4 ++-- galaxy.yml | 2 +- roles/sway | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6ff3058..89863c4 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Ansible Collection for window manager like i3 and sway ## Using this Collection You can install the collection using ansible-galaxy by running: ```bash -ansible-galaxy collection install l3d.wm:1.0.5 +ansible-galaxy collection install l3d.wm:1.0.6 ``` Remember you can to Upgrade to the latest version of the l3d.wm collection using the ``--upgrade`` parameter: @@ -36,5 +36,5 @@ cd collections/ansible_collections/l3d/wm/ --- collections: - name: l3d.wm - version: ">=1.0.5" + version: ">=1.0.6" ``` diff --git a/galaxy.yml b/galaxy.yml index da4237a..526d765 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -9,7 +9,7 @@ namespace: l3d name: wm # The version of the collection. Must be compatible with semantic versioning -version: 1.0.5 +version: 1.0.6 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md diff --git a/roles/sway b/roles/sway index 018eed9..7c13f7d 160000 --- a/roles/sway +++ b/roles/sway @@ -1 +1 @@ -Subproject commit 018eed9873a87b00607595ace2011aa9f072486a +Subproject commit 7c13f7d1e9675bd1ed1343347a94f4ef1c407086