Pi-hole LCARS Next Generation Theme
LCARS Theme for Pi-hole dashboard. Based on the original theme but heavily customized and refactored (still WIP).
⚠️ This theme replaces the original blue LCARS theme ⚠️
Installation
Type the following commands into SSH, line by line.
cd /var/www/html/admin/style/themes/
sudo git clone https://github.com/MichalSvatos/pi-hole-lcars-next-gen.git
sudo rm -f lcars.css
sudo cp pi-hole-lcars-next-gen/lcars.css .
sudo rm -rf pi-hole-lcars-next-gen
⚠️ Check the trailing ” .” on the 3rd line (it’s not a typo – it means copy to current directory).
Uninstall/Revert
Type the following commands into SSH, line by line.
cd /var/www/html/admin/style/themes/
sudo git reset --hard
Thanks to …
- RD Webdesign – creator of the original theme
- LCARS colors
- lcars.org.uk – LCARS panels sections
- Jacob Bates for this installation process
License
This project is licensed under the MIT License – see the LICENSE file for details.