fix: lazygit install and xmobar font change
This commit is contained in:
parent
a3588b1eba
commit
a49d3f31e6
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user