Home

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:


<!-- SETUP -->

Setup.

This is step-by-step how to install these bspwm dotfiles. Just R.T.F.M.

Installation (Manual)

After cloning the repository, install the necessary dependencies to replicate by setup.

<details open> <summary><strong>Arch Linux (and Arch-based distributions)</strong></summary>

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>

Then after the dependencies are installed, copy the files to it's respective folders.

<details open> <summary><strong>Config and Binaries</strong></summary>
 $ 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>

Lastly, log out from your current desktop session and log in into bspwm.

<br>

Miscellaneous.

Acknowledgements.

<p align="center"><a href="https://github.com/rxyhn/bspdots/blob/main/LICENSE"><img src="https://img.shields.io/static/v1.svg?style=flat-square&label=License&message=GPL-3.0&logoColor=eceff4&logo=github&colorA=1A1B26&colorB=F7768E"/></a></p>