An open API service indexing awesome lists of open source software.

https://github.com/alphatechnolog/nightbspwm

This is my configuration for bspwm using polybar as bar and for widgets eww
https://github.com/alphatechnolog/nightbspwm

arch-linux bspwm configs configurations dotfiles eww fish-shell linux night nightcs os polybar rice ricing rofi sxhkd terminal

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

# Night based bspwm config

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

![banner](./pics/banner.png)

## 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:

```sh
git clone https://github.com/AlphaTechnolog/nightbspwm
cd nightbspwm
```

2. Create folders if not exists:

```sh
mkdir -p ~/.config ~/.local/bin
```

3. Copy configurations

```sh
cp -r /config/* ~/.config
cp -r /bin/* ~/.local/bin
cp -r /home/* ~
```

4. Enjoy!