Prepare updates

This commit is contained in:
L3D 2026-03-01 01:05:11 +01:00
parent e4b052fa20
commit c54ae6ebbf
No known key found for this signature in database
6 changed files with 30 additions and 2 deletions

3
.gitmodules vendored
View File

@ -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

View File

@ -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

@ -0,0 +1 @@
Subproject commit 2dec76ae77ad7b65be3f7b93cf9cefa370c1b681

@ -1 +1 @@
Subproject commit 65b5c1e1c8c1474039b3401d5baf2947f0775fbf
Subproject commit 7244c3c6678a1d5afa66988b3cccb19150c6f835

View File

@ -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"

View File

@ -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]}