diff --git a/piOSForever.theme.css b/piOSForever.theme.css index 7f14425..5fb94ed 100644 --- a/piOSForever.theme.css +++ b/piOSForever.theme.css @@ -3,7 +3,7 @@ * @author Saltssaumure * @authorLink https://github.com/Saltssaumure * @description SUPERHOT piOS inspired theme. With customisable colours, glow intensity, support for both cosy and compact mode. - * @version Autoupdate5 + * @version Autoupdate6 * @invite uy8nKQVatp * @source https://github.com/Saltssaumure/pios-discord-theme * @donate https://ko-fi.com/saltssaumure @@ -34,8 +34,9 @@ Join Salts' Discord Themes server! https://discord.gg/uy8nKQVatp --glow-intensity: 1; /* Intensity of text glow. Range: 0-1, default: 1 (100%) */ --compact-message-spacing: 1; /* Space between messages in compact mode. Range: 0-∞, default: 1 (100%) */ --accent-color: 0; /* Colour accent hue value as in HSL. Range: 0-360, default: 0 (red) */ + --title-text: "piOS v2.1.01p"; /* Text replacement for Discord logo. Values: any text in "quotations" */ --crt-overlay: block; /* CRT monitor overlay. Values: block (on) or none (off) */ /* The following effects are performance-heavy. */ --crt-scanline: block; /* CRT animated scanline. Values: block (on) or none (off) */ --crt-flicker: none; /* CRT monitor overlay flickering. Values: flicker (on) or none (off) */ -} +} \ No newline at end of file diff --git a/section/piOSmisc.theme.css b/section/piOSmisc.theme.css index 67f4520..18ef268 100644 --- a/section/piOSmisc.theme.css +++ b/section/piOSmisc.theme.css @@ -5,6 +5,25 @@ * @version 1 */ +/* Title bar */ +.theme-dark .titleBar-1it3bQ::before { + content: var(--title-text, "piOS v2.1.01p"); + color: var(--piOSgrey); + background: var(--piOSblack); + position: absolute; + top: -4px; + left: 0; + height: 18px; + padding: 4px; + line-height: 23px; + font-size: 14px; + letter-spacing: 0; + z-index: 1; +} +.wordmark-2u86JB { + display: none; +} + /* Notification counter */ .numberBadge-37OJ3S { padding: 2px 0 0 2px;