fix: lazygit install and xmobar font change

This commit is contained in:
Max Hohlfeld 2023-03-04 22:45:04 +01:00
parent a3588b1eba
commit a49d3f31e6
2 changed files with 9 additions and 2 deletions

View File

@ -30,6 +30,13 @@
mode: '0644' mode: '0644'
tags: qwerty tags: qwerty
- name: Create config directory for lazygit
ansible.builtin.file:
path: ~/.config/lazygit
state: directory
mode: '0755'
tags: pc
- name: Copy over config for lazygit - name: Copy over config for lazygit
ansible.builtin.copy: ansible.builtin.copy:
src: lazygit.yml src: lazygit.yml

View File

@ -1,7 +1,7 @@
Config { font = "xft:Iosevka-Regular:size=11:antialias=true" Config { font = "Iosevka Normal 11"
, bgColor = "#3f3f3f" , bgColor = "#3f3f3f"
, fgColor = "#dcdccc" , fgColor = "#dcdccc"
, position = Top , position = TopH 22
, border = FullB , border = FullB
, borderColor = "#dcdccc" , borderColor = "#dcdccc"
, lowerOnStart = True , lowerOnStart = True