mirror of
https://github.com/roles-ansible/ansible_role_i3wm.git
synced 2024-08-16 10:09:53 +02:00
install i3blocks for Debian
This commit is contained in:
parent
5d5c485825
commit
8914cb560b
2 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
---
|
---
|
||||||
__i3_packages:
|
__i3_packages:
|
||||||
- i3
|
- i3
|
||||||
|
- i3blocks
|
||||||
- rofi
|
- rofi
|
||||||
- feh
|
- feh
|
||||||
- tmux
|
- tmux
|
||||||
|
|
|
@ -33,5 +33,5 @@ __i3_workspaces:
|
||||||
|
|
||||||
user: "{{ i3wm_user }}"
|
user: "{{ i3wm_user }}"
|
||||||
|
|
||||||
playbook_version_number: 9017 # should be int
|
playbook_version_number: 9018 # should be int
|
||||||
playbook_version_path: 'role-i3wm_chaos-bodensee_github.com.version'
|
playbook_version_path: 'role-i3wm_chaos-bodensee_github.com.version'
|
||||||
|
|
Loading…
Reference in a new issue