-
Change the environment variable from source script file if i3blocks.conf not work
-
Arch Linux install all the Nerd-Fonts:
sudo pacman -S $(pacman -Ssq nerd-fonts)
-
Use nerdfix to check and find obsolete Nerd Fonts Icons:
nerdfix check <your file>
-
zsh custom plugins:
-
applications:
-
i3blocks scripts:
-
create scripts/ dir inside ~/.config/i3/ for custom scripts
-
resize image for i3lock-color:
convert -resize $(xdpyinfo | grep dimensions | cut -d\ -f7 | cut -dx -f1) source.jpg target.png