further fix playbooks
This commit is contained in:
@@ -22,6 +22,11 @@
|
||||
group: vashqlf
|
||||
mode: '0644'
|
||||
|
||||
- name: Reload i3 config
|
||||
ansible.builtin.shell: i3-msg reload
|
||||
args:
|
||||
executable: /bin/zsh
|
||||
|
||||
- name: Set gruvbox theme in nvim
|
||||
ansible.builtin.lineinfile:
|
||||
path: /home/vashqlf/.config/nvim/lua/chadrc.lua
|
||||
@@ -34,3 +39,13 @@
|
||||
nvim --server $addr --remote-send ':lua require("nvchad.utils").reload() <cr>'
|
||||
done
|
||||
ignore_errors: true
|
||||
|
||||
- name: Reload NvChad config in case not running
|
||||
ansible.builtin.shell: nvim --headless "+lua require('nvchad.utils').reload()" +qa
|
||||
args:
|
||||
executable: /bin/zsh
|
||||
|
||||
- name: Fix rofi config
|
||||
ansible.builtin.shell: /home/vashqlf/Code/Shell/rasi-wal-fix.sh
|
||||
args:
|
||||
executable: /bin/zsh
|
||||
|
||||
Reference in New Issue
Block a user