File tree Expand file tree Collapse file tree
ansible/.ansible/dwm/roles/conf Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5959 .#*
6060
6161 - name : Download nord theme alacritty
62- ansible.builtin.get_url :
63- url : ' {{ nord_alatty_url }}'
64- dest : ' {{ ansible_user_dir }}/.config/alacritty/nord.yml'
62+ block :
63+ - name : Download nord theme
64+ ansible.builtin.get_url :
65+ url : ' {{ nord_alatty_url }}'
66+ dest : ' {{ ansible_user_dir }}/.config/alacritty/nord.yml'
67+ - name : Temp patch it (lazy upstream)
68+ ansible.builtin.replace :
69+ path : ' {{ ansible_user_dir }}/.config/alacritty/nord.yml'
70+ regexp : ' bar:'
71+ replace : ' footer_bar:'
6572
6673- name : Download and install Hack Nerd Fonts
6774 block :
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ my_std_xdg_path:
2121 - Pictures/Wallpapers
2222 - Videos/Screencasts
2323
24- nord_alatty_url : https://raw.githubusercontent.com/arcticicestudio/nord- alacritty/develop /src/nord.yml
24+ nord_alatty_url : https://raw.githubusercontent.com/nordtheme/ alacritty/main /src/nord.yaml
2525
2626font_url : https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/Hack/Regular/HackNerdFont-Regular.ttf
2727
You can’t perform that action at this time.
0 commit comments