diff --git a/roles/git/tasks/main.yml b/roles/git/tasks/main.yml index d99f83b..6ad9e06 100644 --- a/roles/git/tasks/main.yml +++ b/roles/git/tasks/main.yml @@ -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 diff --git a/roles/xmonad/files/xmobarrc_qwerty b/roles/xmonad/files/xmobarrc_qwerty index fc7a5c9..edd6c22 100644 --- a/roles/xmonad/files/xmobarrc_qwerty +++ b/roles/xmonad/files/xmobarrc_qwerty @@ -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