From 2cbc22726c6758f6dbc4da5ad927e25c7113a215 Mon Sep 17 00:00:00 2001 From: Tunui Franken Date: Sun, 12 Dec 2021 22:39:48 +0100 Subject: [PATCH] Revert "Install debian i3blocks from repos" This reverts commit 615839fb1ed8dd23afcc38b0fdca07c376d5fd9c. --- configs.yml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/configs.yml b/configs.yml index 5d6c3ab..29d55a5 100644 --- a/configs.yml +++ b/configs.yml @@ -289,10 +289,22 @@ i3blocks: arch: - python-feedparser - python-matplotlib - both: - 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