Revert "Install debian i3blocks from repos"
This reverts commit 615839fb1e
.
This commit is contained in:
parent
615839fb1e
commit
2cbc22726c
1 changed files with 13 additions and 1 deletions
14
configs.yml
14
configs.yml
|
@ -289,10 +289,22 @@ i3blocks:
|
||||||
arch:
|
arch:
|
||||||
- python-feedparser
|
- python-feedparser
|
||||||
- python-matplotlib
|
- python-matplotlib
|
||||||
both:
|
|
||||||
- i3blocks
|
- i3blocks
|
||||||
|
both:
|
||||||
- sysstat
|
- sysstat
|
||||||
- upower
|
- 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:
|
- symlink:
|
||||||
- dotfiles/i3/blocks
|
- dotfiles/i3/blocks
|
||||||
- ~/.config/i3blocks/config
|
- ~/.config/i3blocks/config
|
||||||
|
|
Loading…
Add table
Reference in a new issue