👾 Powercord theme for the bottom bar
Go to file
2020-09-11 21:51:11 -04:00
bottombar.css Add files via upload 2020-09-11 21:51:11 -04:00
LICENSE Add files via upload 2020-09-11 21:51:11 -04:00
powercord_manifest.json Add files via upload 2020-09-11 21:51:11 -04:00
README.md Add files via upload 2020-09-11 21:51:11 -04:00

Bottom Bar

A nice, simple looking, bottom bar. Inspired by CapnKitten's Spotify Discord theme.

Preview

Preview

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/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.