Homepage |
Arch Linux Ref. Guide |
i3 Ricing Setup |
i3 Themes |
Rainbow Dash |
Applejack |
Twilight Sparkle |
MLP-FiM Dubbing |
i3 config file, refresh i3 shift mod r
Adds custom items to the i3 tool bar such as sound, cpu usage, date&time, ect.
See this video for a detailed guide.
sudo pacman -S i3blocks
bar {
status_command SCRIPT_DIR=~/.config/i3blocks/scripts i3blocks
position top
colors {
statusline #ffffff
background #000000
focused_workspace #ffffff #ffffff #000000
inactive_workspace #000000 #000000 #ffffff
}
}
mkdir ~/.config/i3blocks
"~/.config/i3blocks
' run "git clone https://github.com/vivien/i3blocks-contrib.git
"~/.config/i3blocks
' run "mv i3blocks-contrib scripts
"~/.config/i3blocks/scripts
' run "cp config.example ../config
"~/.config/i3blocks/config
) add the line "command=$SCRIPT_DIR/$BLOCK_NAME/$BLOCK_NAME
" to the 'block' you want to add to the bar.[memory]
command=$SCRIPT_DIR/memory/memory
label=MEM
seperator=true
interval=5
color=#ffffff