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
- Host: GitHub
- URL: https://github.com/alphatechnolog/nightbspwm
- Owner: AlphaTechnolog
- Created: 2022-04-16T12:58:26.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-18T17:32:01.000Z (about 4 years ago)
- Last Synced: 2025-04-23T23:39:00.754Z (about 1 year ago)
- Topics: arch-linux, bspwm, configs, configurations, dotfiles, eww, fish-shell, linux, night, nightcs, os, polybar, rice, ricing, rofi, sxhkd, terminal
- Language: Shell
- Homepage:
- Size: 49.3 MB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).

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