This repository has been archived on 2026-07-13. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
nova-shell/shell/modules/PopupBackground.qml

14 lines
326 B
QML

import QtQuick
import "." as M
import "../services" as S
import NovaStats as NS
Rectangle {
property color accentColor: NS.ThemeService.base05
color: NS.ThemeService.base01
opacity: Math.max(NS.ThemeService.barOpacity, 0.85)
radius: NS.ThemeService.radius
border.color: accentColor
border.width: 1
}