From a49d3f31e6e76cf6f502e10edec62194782b4db7 Mon Sep 17 00:00:00 2001 From: Max Hohlfeld Date: Sat, 4 Mar 2023 22:45:04 +0100 Subject: [PATCH] fix: lazygit install and xmobar font change --- roles/git/tasks/main.yml | 7 +++++++ roles/xmonad/files/xmobarrc_qwerty | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) 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