Prepare updates
This commit is contained in:
parent
e4b052fa20
commit
c54ae6ebbf
|
|
@ -22,3 +22,6 @@
|
||||||
[submodule "collections/ansible_collections/community/crypto"]
|
[submodule "collections/ansible_collections/community/crypto"]
|
||||||
path = collections/ansible_collections/community/crypto
|
path = collections/ansible_collections/community/crypto
|
||||||
url = https://github.com/ansible-collections/community.crypto.git
|
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
|
||||||
|
|
|
||||||
|
|
@ -14,3 +14,10 @@ rules:
|
||||||
octal-values:
|
octal-values:
|
||||||
forbid-implicit-octal: true
|
forbid-implicit-octal: true
|
||||||
forbid-explicit-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
|
||||||
|
|
@ -8,7 +8,22 @@ sway__term: 'terminator'
|
||||||
sway__term_pkgs: ['terminator']
|
sway__term_pkgs: ['terminator']
|
||||||
sway__swayidle: false
|
sway__swayidle: false
|
||||||
sway__background_image: '/usr/share/cwtv.png'
|
sway__background_image: '/usr/share/cwtv.png'
|
||||||
|
sway__additional_exec_always:
|
||||||
|
- 'nm-applet'
|
||||||
|
- 'obs'
|
||||||
|
|
||||||
sway__swaylock: |
|
sway__swaylock: |
|
||||||
image=
|
image=/usr/share/cwtv.png
|
||||||
color=000000ff
|
color=000000ff
|
||||||
|
|
||||||
|
sway__waybar_modules_right:
|
||||||
|
- "custom/weather"
|
||||||
|
- "pulseaudio"
|
||||||
|
- "network"
|
||||||
|
- "custom/ping"
|
||||||
|
- "temperature"
|
||||||
|
- "keyboard-state"
|
||||||
|
- "sway/language"
|
||||||
|
- "clock"
|
||||||
|
- "tray"
|
||||||
|
- "custom/notification"
|
||||||
|
|
|
||||||
2
site.yml
2
site.yml
|
|
@ -14,4 +14,6 @@
|
||||||
- {role: l3d.avahi.daemon, tags: [avahi]}
|
- {role: l3d.avahi.daemon, tags: [avahi]}
|
||||||
- {role: l3d.wm.sway, tags: [sway]}
|
- {role: l3d.wm.sway, tags: [sway]}
|
||||||
- {role: cwtv_customisation, tags: [cwtv]}
|
- {role: cwtv_customisation, tags: [cwtv]}
|
||||||
|
- {role: l3d.voc.rua, tags: [rua, obs]}
|
||||||
|
- {role: l3d.voc.librewolf, tags: [librewolf]}
|
||||||
- {role: l3d.voc.obs, tags: [obs]}
|
- {role: l3d.voc.obs, tags: [obs]}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue