djraw / PVEThemes

Patcher to add custom themes to Proxmox WebUI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Original idea and SASS files from https://github.com/Weilbyte/PVEDiscordDark

For Proxmox 7.4 and greater only!

UI Tweaks

there is a few additional tweaks that can be enabled using the script. These are:

  • Hide the "no valid subscription" warning
  • Add update buttons to the theme selector panel itself
  • Add a progress bar to show how much ram ZFS Cache is using

Installation

Run the following commands in your PVE instance:

git clone https://github.com/Happyrobot33/PVEThemes
cd PVEThemes
chmod +x install.sh
./install.sh

Or this one-liner:

git clone https://github.com/Happyrobot33/PVEThemes && cd PVEThemes && chmod +x install.sh && ./install.sh

if you have ran the install.sh script before, you can instead just directly run the python script

python3 PVEThemes.py

avali discord dark discord light nordigr

About

Patcher to add custom themes to Proxmox WebUI


Languages

Language:Sass 58.9%Language:Python 28.6%Language:JavaScript 7.0%Language:SCSS 5.4%Language:Shell 0.2%