Hello blog world. This is my first blog post and in it I would like to present to you my i3 window manager setup.
My story to i3 is a long one. So to make it short - I started with tmux and somebody mentioned i3 - to whch I thought they mentioned Intel’s processor. Now when I tell somebody I run i3 they are asking me the same thing ;)
This is how it looks:
For the bar I use i3blocks. My config is:
command=/usr/lib/i3blocks/$BLOCK_NAMEseparator_block_width=15markup=none#Number of pacman updates[pacman]label=command=pacman-Qu|wc-linterval=300color=#73bbc4# Disk usage[disk]label=#instance=/mnt/datainterval=30color=#f85818# Memory usage[memory]label=interval=30#Screen brightnes[screen_backlight]label=command=xbacklight|awk'{printf "%3.0f\n", $1}'interval=1color=#fff736#Sound volume[volume]label=♪instance=Masterinterval=1signal=10color=#09a4d1command=/usr/lib/i3blocks/volume5pulse# Network interface monitoring[iface]color=#00FF00interval=10separator=falsecolor=#e91c95#WiFi[iface]color=#00FF00interval=10separator=falsecolor=#e91c95# CPU usage[cpu_usage]label=CPUinterval=10min_width=CPU:100.00%#Load[load_average]label=interval=5color=#c5282f# Battery indicator[battery]label=⚡#instance=1interval=30# Date Time[time]command=date'+%Y-%m-%d %H:%M:%S'interval=1
Enough for the first post, I have to leave something for the posts to come.