From 60e2843edb6e47f041c4ede169d5ba8b2cdcce89 Mon Sep 17 00:00:00 2001 From: "flyingscorpio@arch-desktop" Date: Thu, 30 Sep 2021 19:08:56 +0200 Subject: [PATCH] Install i3blocks from source for debian because package is outdated --- configs.yml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/configs.yml b/configs.yml index a2f7164..a4d21f3 100644 --- a/configs.yml +++ b/configs.yml @@ -253,7 +253,6 @@ i3: both: - picom - xdg-user-dirs - - i3blocks - i3lock - xsettingsd - lxappearance @@ -297,9 +296,22 @@ i3blocks: arch: - python-feedparser - python-matplotlib + - i3blocks both: - sysstat - upower + - clone: + url: https://github.com/vivien/i3blocks.git + dest: ~/.git_clones/i3blocks + branch: master + condition: debian + - run: + command: cd ~/.git_clones/i3blocks && + ./autogen.sh && + ./configure && + make && + sudo make install + condition: debian - symlink: - dotfiles/i3/blocks - ~/.config/i3blocks/config