👾 Powercord theme for the bottom bar
Go to file
2020-09-11 23:00:35 -04:00
bottombar.css added more bottom bars 2020-09-11 22:56: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 more previews 2020-09-11 23:00:35 -04:00

Bottom Bar

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

Previews

Preview Preview2 Preview3

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.