automatrop: Fixes
This commit is contained in:
parent
5cb4e9f3f6
commit
d60f5aaa9d
3 changed files with 6 additions and 8 deletions
|
@ -14,7 +14,7 @@
|
|||
# Download fonts
|
||||
- name: Download Nerd fonts
|
||||
get_url:
|
||||
url: "https://raw.githubusercontent.com/ryanoasis/nerd-fonts/master/patched-fonts/DejaVuSansMono/{{ item.folder }}/complete/{{ item.filename | urlencode }}"
|
||||
url: "https://raw.githubusercontent.com/ryanoasis/nerd-fonts/704336735f576781b2a57b12a0c723e3316cbdec/patched-fonts/DejaVuSansMono/{{ item.folder }}/complete/{{ item.filename | urlencode }}"
|
||||
dest: "{{ ansible_user_dir }}/.local/share/fonts/{{ item.filename }}"
|
||||
mode: "u=rw,g=r,o=r"
|
||||
loop:
|
||||
|
@ -37,6 +37,7 @@
|
|||
- name: Install python dependencies for lemonbar
|
||||
pip:
|
||||
requirements: "{{ ansible_user_dir }}/.dotfiles/config/lemonbar/requirements.txt"
|
||||
extra_args: --break-system-packages # It's fine, it's local anyways
|
||||
|
||||
# Build a single color scheme and template and assign it to a variable
|
||||
- base16_builder:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue