26 lines
575 B
YAML
26 lines
575 B
YAML
- name: Install various packages related to i3wm
|
|
ansible.builtin.apt:
|
|
name:
|
|
- adapta-gtk-theme
|
|
- albatros-gtk-theme
|
|
- blackbird-gtk-theme
|
|
- clearlooks-phenix-theme
|
|
- darkblood-gtk-theme
|
|
- darkcold-gtk-theme
|
|
- darkfire-gtk-theme
|
|
- darkmint-gtk-theme
|
|
- flameshot
|
|
- materia-gtk-theme
|
|
- mupdf
|
|
- mupdf-tools
|
|
- parcellite
|
|
- pasystray
|
|
- rofi
|
|
- sakura
|
|
update_cache: true
|
|
become: true
|
|
|
|
# TODO: figure out if you need to configure anything here
|
|
#
|
|
# TODO: install awesome fonts
|