Added distro logo (for SidePanel widget)

BarTab: add toggle for distro logo replacement
DistroLogoService: handle all logo detection logic
SidePanelToggle: add support for distro logo
WidgetLoader: fix small issue with with screen null warning
This commit is contained in:
Ly-sec 2025-09-02 17:01:38 +02:00
parent 91b355689c
commit eea1586772
5 changed files with 129 additions and 4 deletions

View file

@ -122,6 +122,7 @@ Singleton {
property bool alwaysShowBatteryPercentage: false
property bool showNetworkStats: false
property real backgroundOpacity: 1.0
property bool useDistroLogo: false
property string showWorkspaceLabel: "none"
property list<string> monitors: []
@ -142,8 +143,6 @@ Singleton {
property real radiusRatio: 1.0
// Animation speed multiplier (0.1x - 2.0x)
property real animationSpeed: 1.0
// Replace sidepanel toggle with distro logo (shown in bar and/or side panel)
property bool useDistroLogoForSidepanel: false
}
// location