pc-bottom/README.md
2020-09-12 21:14:46 -04:00

24 lines
922 B
Markdown

# Bottom Bar
A nice, simple looking, bottom bar. Inspired by CapnKitten's Spotify Discord theme.
## Previews
![Preview](https://media.discordapp.net/attachments/738968109288914976/754510121748398130/unknown.png?width=1539&height=836)
## Installation
For manual installation, go to **your themes folder, open a command prompt / powershell / terminal / or git bash** and enter the following:
```
git clone https://github.com/LuckFire/BottomBar
```
For quick installation, go to **Settings -> Themes -> Quick CSS** and copy-paste the following code:
```
@import url("https://raw.githack.com/LuckFire/BottomBar/master/bottombar.css")
:root {
--bar-color: var(--background-tertiary) !important /* Changes the bar color. */
}
```
## Credits
Thank you to Hoofer for helping me get the bottom area below the members list colored as well as finding multiple issues because I am super stupid.