mirror of
https://github.com/zyqunix/tools.git
synced 2025-07-05 22:10:31 +02:00
css change and others
This commit is contained in:
parent
18f63aff63
commit
021a3789a5
3 changed files with 9 additions and 5 deletions
|
@ -58,8 +58,12 @@ function lan() {
|
|||
|
||||
const borderColor = statusColors[data.discord_status] || statusColors.offline;
|
||||
pfpElem.style.borderColor = borderColor;
|
||||
|
||||
statusElem.innerHTML = `<strong class="quote">"${status ? status.state : "No Custom Status"}"</strong> - zyqunix`;
|
||||
|
||||
if (status) {
|
||||
statusElem.innerHTML = `<strong class="quote">"${status.state}"</strong> - zyqunix`;
|
||||
} else {
|
||||
statusElem.innerHTML = `<strong class="quote">Empty void. Nothingness.</strong>`;
|
||||
}
|
||||
|
||||
if (gameActivity) {
|
||||
activityNameElem.innerHTML = `<strong>Playing</strong> ${gameActivity.name}: ${gameActivity.details}, ${gameActivity.state}`;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue