Skip to content

AlphaTechnolog/void-bspwm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation



Hi there! Thanks for dropping by! 💚

AlphaTechnolog's Void Linux Themed Rice

Welcome! This is the repository for my void linux themed rice using bspwm + eww!

Information

Here are some details about my setup:

Setup

First clone the repository

git clone https://github.com/AlphaTechnolog/void-bspwm
cd void-bspwm

Then install the next requirements

  • bspwm
  • sxhkd
  • picom
  • fish
  • starship
  • eww
  • dunst
  • rofi
  • light
  • wireless_tools (for iwgetid)
  • alsa-tools (for amixer)
  • pulseaudio-alsa
  • playerctl

Then copy the configs

WARNING: Configuration files may be overrided.

cp -r ./cfg/* ~/.config
cp -r ./bin/* ~/.local/bin

Then compile my build of st (this is the default terminal, but you can change it in the sxhkd configuration):

cd ~/.config/st
rm config.h && sudo make clean install

It could throws some errors, make sure you have the correct dependencies for st like harfbuzz and imlib2 (if not luck, try installing the -dev or -devel pkgs)