pacman -S i3
i3blocks
dmenu
lm_sensors
nitrogen
termite
yaourt -S ttf-inconsolata
ttf-font-awesome
ttf-dejavu
terminus-font-ttf
terminus-font
lemonbar-git
i3-gaps-git
$ git clone git://github.com/wolf-project/DotfilesLinux
$ unzip DotfilesLinux.zip /home/you-user-where/.config/i3/
Move to you directorie the folder bumblebee-status /home/your-user/.config/i3/
Edit the i3 configuration (config) on /home/your-user/.config/config
add this command on you i3 "config"
bar {
status_command = <path to bumblebee-status/bumblebee-status> -m <list of modules> -p <list of module parameters> -t <theme>
}
In your i3wm configuration, modify the status_command for your i3bar like this:
bar {
status_command <path to bumblebee-status/bumblebee-status> \
-m <list of modules> \
-p <list of module parameters> \
-t <theme>
}