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
+19 -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 gruvbox i3 blocks config
ansible.builtin.copy:
src: /home/vashqlf/Code/Ansible/playbooks/rices/files/gruvbox-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,15 @@
ansible.builtin.shell: /home/vashqlf/Code/Shell/rasi-wal-fix.sh
args:
executable: /bin/zsh
- name: Change fastfetch config to small logo
ansible.builtin.lineinfile:
path: /home/vashqlf/.zshrc
regexp: '^fastfetch'
line: fastfetch -c /home/vashqlf/.config/myfetch/small-logo-fetch.jsonc
- name: Reload i3 config
ansible.builtin.shell: i3-msg reload
args:
executable: /bin/zsh