dotfiles
My Polybar and others setup for BSPWM on Linux
This repository was based on the dotfiles from siduck76 more precisely from the repository: https://github.com/siduck76/dotfiles
Dependencies
Most of the dependencies mentioned above were made in this video: https://www.youtube.com/watch?v=CivY-yfRBeY
Installation
git clone https://github.com/terroo/dotfiles
cd dotfilesBackup your Polybar if you already had it
tar -zcvf polybar-old.tar.gz ~/.config/polybarMove(and/or remove) files
rm -rf ~/.config/polybar
mv polybar $HOME/.config
mv Xresources $HOME/.XresourcesConfigurations
Add to your $HOME/.config/bspwm/bspwmrc:
xrdb ${HOME}/.Xresources
$HOME/.config/polybar/launch.sh &
$HOME/.fehbgRun:
mv wallpaper.jpg ~/Pictures
feh --bg-scale ~/Pictures/wallpaper.jpgChange the Gentoo icon according to your system, see all available icons by running the file:
lua systems-icons.luaIf you want, change the name TERROO to your name, for example:
sed -i "s/TERROO/$USER/g" ~/.config/polybar/configIf you want also remove the
keyboardfrom the bar
If you want the music tracks to appear in the bar when you run MPD, check this video: https://www.youtube.com/watch?v=tholV10zDi0
Log out and start again
bspc quit
