Skip to content

This is my configuration for bspwm using polybar as bar and for widgets eww

Notifications You must be signed in to change notification settings

AlphaTechnolog/nightbspwm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Night based bspwm config

This is my configuration for bspwm using polybar as bar and for widgets eww (only vpn widget for now).

banner

Requirements

Make sure you have this packages installed in your system:

  • CaskaydiaCove Nerd Font
  • bspwm
  • sxhkd
  • kitty
  • eww
  • rofi
  • fish
  • dunst
  • feh
  • picom (jonaburg's fork for animations)
  • exa
  • bat (I didn't remember if for debian based is named 'batcat' check it :3)
  • playerctl

Installation

Simply copy files to the appropiate folders.

Steps

  1. Clone dotfiles:
git clone https://github.com/AlphaTechnolog/nightbspwm
cd nightbspwm
  1. Create folders if not exists:
mkdir -p ~/.config ~/.local/bin
  1. Copy configurations
cp -r <pathtonightbspwm>/config/* ~/.config
cp -r <pathtonightbspwm>/bin/* ~/.local/bin
cp -r <pathtonightbspwm>/home/* ~
  1. Enjoy!