Install i3blocks from source for debian because package is outdated
This commit is contained in:
parent
fe94d37d62
commit
60e2843edb
1 changed files with 13 additions and 1 deletions
14
configs.yml
14
configs.yml
|
@ -253,7 +253,6 @@ i3:
|
||||||
both:
|
both:
|
||||||
- picom
|
- picom
|
||||||
- xdg-user-dirs
|
- xdg-user-dirs
|
||||||
- i3blocks
|
|
||||||
- i3lock
|
- i3lock
|
||||||
- xsettingsd
|
- xsettingsd
|
||||||
- lxappearance
|
- lxappearance
|
||||||
|
@ -297,9 +296,22 @@ i3blocks:
|
||||||
arch:
|
arch:
|
||||||
- python-feedparser
|
- python-feedparser
|
||||||
- python-matplotlib
|
- python-matplotlib
|
||||||
|
- i3blocks
|
||||||
both:
|
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