further fix playbooks

This commit is contained in:
2026-05-10 00:36:48 +02:00
parent f0f16dcc2c
commit aec591f33e
4 changed files with 45 additions and 13 deletions
+15
View File
@@ -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