nix: Add dunst
This commit is contained in:
parent
5f1915c4d0
commit
c696da568d
4 changed files with 49 additions and 78 deletions
|
|
@ -60,15 +60,6 @@
|
|||
- color
|
||||
- i3
|
||||
|
||||
- name: Configure Dunst
|
||||
ansible.builtin.template:
|
||||
src: "{{ ansible_env.HOME }}/.config/dunst/dunstrc.j2"
|
||||
dest: "{{ ansible_env.HOME }}/.config/dunst/dunstrc"
|
||||
mode: u=rw,g=r,o=r
|
||||
tags:
|
||||
- color
|
||||
when: display_server == 'x11'
|
||||
|
||||
- name: Download base16 theme for fzf
|
||||
ansible.builtin.copy:
|
||||
content: "{{ base16_schemes['schemes'][base16_scheme]['fzf']['bash']['base16-' + base16_scheme + '.config'] }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue