Prepare updates
This commit is contained in:
parent
e4b052fa20
commit
c54ae6ebbf
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue