I3blocks: Difference between revisions
(→Config) |
|||
Line 21: | Line 21: | ||
There are tons of dotfiles out there. Edit mine here: | There are tons of dotfiles out there. Edit mine here: | ||
.config/i3blocks/config | .config/i3blocks/config | ||
With i3blocks-contrib stupid layout, your commands need to look like this: | |||
[volume] | |||
command=$SCRIPT_DIR/volume/volume |
Revision as of 15:50, 7 April 2020
Installation
Get it from github:
cd ~/apps git clone [email protected]:vivien/i3blocks.git cd i3blocks ./autogen.sh ./configure make make install cd ~/.config git clone [email protected]:vivien/i3blocks-contrib.git i3blocks cd i3blocks && cp config.example config
Then update the status_command in your i3 config:
status_command SCRIPT_DIR=~/.config/i3blocks /usr/local/bin/i3blocks
Config
There are tons of dotfiles out there. Edit mine here:
.config/i3blocks/config
With i3blocks-contrib stupid layout, your commands need to look like this:
[volume] command=$SCRIPT_DIR/volume/volume