further config changes
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user