mufhaq / dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dotfiles Backup

Note:

  • 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
    

About


Languages

Language:Shell 89.0%Language:Vim Script 9.5%Language:Lua 1.5%Language:Perl 0.1%