Awesome
<!-- HEADERS --> <p align="center"> <img width="25%" src="https://github.com/rxyhn.png" /> </p> <p align="center"> <b> ~ Rxyhn's configuration files ~ </b> </p> <!-- BADGES --> <div align="center"> <p></p> <a href="https://github.com/rxyhn/bspdots/stargazers"> <img src="https://img.shields.io/github/stars/rxyhn/bspdots?color=%23BB9AF7&labelColor=%231A1B26&style=for-the-badge"> </a> <a href="https://github.com/rxyhn/bspdots/network/members/"> <img src="https://img.shields.io/github/forks/rxyhn/bspdots?color=%237AA2F7&labelColor=%231A1B26&style=for-the-badge"> </a> </div> <!-- INFORMATION -->Thanks for dropping by!
<img src="https://raw.githubusercontent.com/rxyhn/bspdots/main/TokyoNight.png" alt="img" align="right" width="400px">This is my personal collection of configuration files.
You are probably here for my Aesthetic BSPWM configuration.
The setup section will guide you through the installation process.
Here are some details about my setup:
- WM: bspwm
- OS: Arch Linux
- Terminal: kitty
- Shell: zsh
- Widgets: eww
- Compositor: picom
- Editor: neovim
- Browser: firefox
- File Manager: thunar
- Application Launcher: rofi
<!-- SETUP -->
Setup.
This is step-by-step how to install these bspwm dotfiles. Just R.T.F.M.
Installation (Manual)
<details open> <summary><strong>Arch Linux (and Arch-based distributions)</strong></summary>After cloning the repository, install the necessary dependencies to replicate by setup.
Assuming your AUR Helper is yay.
$ yay -S bspwm sxhkd rofi kitty picom-ibhagwan-git calcurse todotxt \
feh jq dunst betterlockscreen brightnessctl playerctl maim \
xclip imagemagick
</details>
<br>
<details open> <summary><strong>Config and Binaries</strong></summary>Then after the dependencies are installed, copy the files to it's respective folders.
$ mkdir -p $HOME/.config/ && cp -r ./config/* $HOME/.config/
$ mkdir -p $HOME/.local/bin/ && cp -r ./bin/* $HOME/.local/bin/
$ cp -r ./misc/* $HOME/
</details>
<br>
You will need to install a few fonts.
Once finished copying the files, you might want to finalize the changes to your system.
# Rebuilds the font cache
$ fc-cache -fv
<br>
<br>Lastly, log out from your current desktop session and log in into bspwm.
Miscellaneous.
-
Elkowar's Wacky Widgets
If you're NOT using a monitor with a 1366x768 resolution, you might want to change the
x
andy
values of the widgets on the config. -
GTK Theme
You can find TokyoNight GTK theme here.
-
Icon Theme <kbd>Suggested</kbd>
You can install this icon theme that suits the GTK theme.
Acknowledgements.
-
Thanks to
- niraj for some widgets.