further config changes

This commit is contained in:
2026-05-13 18:16:55 +02:00
parent 709af62a44
commit ef5903281e
6 changed files with 381 additions and 27 deletions
+18 -4
View File
@@ -22,10 +22,13 @@
group: vashqlf
mode: '0644'
- name: Reload i3 config
ansible.builtin.shell: i3-msg reload
args:
executable: /bin/zsh
- name: Copy 40k i3 blocks config
ansible.builtin.copy:
src: /home/vashqlf/Code/Ansible/playbooks/rices/files/40k-blocks
dest: /home/vashqlf/.config/i3/i3blocks.conf
owner: vashqlf
group: vashqlf
mode: '0644'
- name: Set gruvbox theme in nvim
ansible.builtin.lineinfile:
@@ -49,3 +52,14 @@
ansible.builtin.shell: /home/vashqlf/Code/Shell/rasi-wal-fix.sh
args:
executable: /bin/zsh
- name: Change fastfetch config to 40k
ansible.builtin.lineinfile:
path: /home/vashqlf/.zshrc
regexp: '^fastfetch'
line: fastfetch -c /home/vashqlf/.config/myfetch/40k-fetch.jsonc
- name: Reload i3 config
ansible.builtin.shell: i3-msg reload
args:
executable: /bin/zsh