Added i3lock-fancy-multimonitor (AUR)
This commit is contained in:
parent
8c3707c845
commit
9865834e16
5 changed files with 79 additions and 63 deletions
2
roles/xorg/meta/main.yaml
Normal file
2
roles/xorg/meta/main.yaml
Normal file
|
@ -0,0 +1,2 @@
|
|||
dependencies:
|
||||
- kewlfft.aur
|
|
@ -14,11 +14,19 @@
|
|||
- i3-wm
|
||||
- i3status
|
||||
- xautolock
|
||||
- i3lock
|
||||
- dmenu
|
||||
- alacritty
|
||||
- flameshot
|
||||
|
||||
- name: install AUR packages
|
||||
aur:
|
||||
name: "{{ item }}"
|
||||
state: latest
|
||||
become: yes
|
||||
become_user: "{{ aur_builder.name }}"
|
||||
loop:
|
||||
- i3lock-fancy-multimonitor
|
||||
|
||||
- name: configure sddm
|
||||
ini_file:
|
||||
path: /etc/sddm.conf.d/uid.conf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue