8 lines
305 B
Bash
8 lines
305 B
Bash
#!/bin/bash
|
|
|
|
echo "Installing i3blocks..."
|
|
git clone https://will.kein.hk/git/koksnuss/simple-i3blocks.git ~/.config/i3blocks
|
|
cd ~/.config/i3blocks
|
|
chmod u+x audio backlight battery cpu datetime ip mic ram storage
|
|
echo "Finished, please reload i3. Normally you can do this with the shortcut MOD+SHIFT+R""
|