From 9d84129e130bab336c4d78a1da090bd9b6aff67b Mon Sep 17 00:00:00 2001 From: Jason Date: Thu, 18 Apr 2019 02:30:20 -0400 Subject: [PATCH] Added PGUI configs --- config.ini | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/config.ini b/config.ini index 40ed3a66..23bfff07 100644 --- a/config.ini +++ b/config.ini @@ -35,6 +35,21 @@ CommandToken = ! ; The number of commands to store in the command history tracker [Must be an integer] CommandHistoryLimit = 25 +[PGUI_Settings] +; Limitations: https://doc.qt.io/qt-5/richtext-html-subset.html +; Default Canvas BG Color (https://doc.qt.io/qt-5/qcolor.html#setNamedColor) +CanvasBGColor = black +; Default Canvas Alignment +CanvasAlignment = center +; Default Canvas Border +CanvasBorder = 0 +; Default Canvas Text Color +CanvasTextColor = white +; Default Header Text Color +HeaderTextColor = red +; Default Index Text Color +IndexTextColor = cyan + [Bot_Information] BotVersion = v1.8.0_p1 AboutText =
JJMumbleBot is a plugin-based python3 mumble bot client.
https://github.com/DuckBoss/JJMumbleBot