fix: lazygit install and xmobar font change
This commit is contained in:
parent
a3588b1eba
commit
a49d3f31e6
@ -30,6 +30,13 @@
|
||||
mode: '0644'
|
||||
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
|
||||
ansible.builtin.copy:
|
||||
src: lazygit.yml
|
||||
|
@ -1,7 +1,7 @@
|
||||
Config { font = "xft:Iosevka-Regular:size=11:antialias=true"
|
||||
Config { font = "Iosevka Normal 11"
|
||||
, bgColor = "#3f3f3f"
|
||||
, fgColor = "#dcdccc"
|
||||
, position = Top
|
||||
, position = TopH 22
|
||||
, border = FullB
|
||||
, borderColor = "#dcdccc"
|
||||
, lowerOnStart = True
|
||||
|
Loading…
Reference in New Issue
Block a user