diff --git a/.gitmodules b/.gitmodules index 51fce07..ceb4f21 100644 --- a/.gitmodules +++ b/.gitmodules @@ -22,3 +22,6 @@ [submodule "collections/ansible_collections/community/crypto"] path = collections/ansible_collections/community/crypto url = https://github.com/ansible-collections/community.crypto.git +[submodule "collections/ansible_collections/kewlfft/aur"] + path = collections/ansible_collections/kewlfft/aur + url = https://github.com/kewlfft/ansible-aur.git diff --git a/.yamllint b/.yamllint index 3e67ea4..5276415 100644 --- a/.yamllint +++ b/.yamllint @@ -14,3 +14,10 @@ rules: octal-values: forbid-implicit-octal: true forbid-explicit-octal: true + +ignore: | + .ansible/ + collections/ansible_collections/community/ + .venv/ + collections/ansible_collections/ansible/ + collections/ansible_collections/kewlfft diff --git a/collections/ansible_collections/kewlfft/aur b/collections/ansible_collections/kewlfft/aur new file mode 160000 index 0000000..2dec76a --- /dev/null +++ b/collections/ansible_collections/kewlfft/aur @@ -0,0 +1 @@ +Subproject commit 2dec76ae77ad7b65be3f7b93cf9cefa370c1b681 diff --git a/collections/ansible_collections/l3d/wm b/collections/ansible_collections/l3d/wm index 65b5c1e..7244c3c 160000 --- a/collections/ansible_collections/l3d/wm +++ b/collections/ansible_collections/l3d/wm @@ -1 +1 @@ -Subproject commit 65b5c1e1c8c1474039b3401d5baf2947f0775fbf +Subproject commit 7244c3c6678a1d5afa66988b3cccb19150c6f835 diff --git a/group_vars/all/sway.yml b/group_vars/all/sway.yml index 6cf056c..30b6073 100644 --- a/group_vars/all/sway.yml +++ b/group_vars/all/sway.yml @@ -8,7 +8,22 @@ sway__term: 'terminator' sway__term_pkgs: ['terminator'] sway__swayidle: false sway__background_image: '/usr/share/cwtv.png' +sway__additional_exec_always: + - 'nm-applet' + - 'obs' sway__swaylock: | - image= + image=/usr/share/cwtv.png color=000000ff + +sway__waybar_modules_right: + - "custom/weather" + - "pulseaudio" + - "network" + - "custom/ping" + - "temperature" + - "keyboard-state" + - "sway/language" + - "clock" + - "tray" + - "custom/notification" diff --git a/site.yml b/site.yml index f4e9ce9..b0ab37b 100644 --- a/site.yml +++ b/site.yml @@ -14,4 +14,6 @@ - {role: l3d.avahi.daemon, tags: [avahi]} - {role: l3d.wm.sway, tags: [sway]} - {role: cwtv_customisation, tags: [cwtv]} + - {role: l3d.voc.rua, tags: [rua, obs]} + - {role: l3d.voc.librewolf, tags: [librewolf]} - {role: l3d.voc.obs, tags: [obs]}