notification button

This commit is contained in:
Benjamin Palko 2025-07-24 14:02:11 -04:00
parent e964ee2337
commit 65b4762c90
5 changed files with 86 additions and 3 deletions

View file

@ -18,6 +18,7 @@ Singleton {
property Cpu cpu: Cpu {}
property Gpu gpu: Gpu {}
property Caffeine caffeine: Caffeine {}
property Notifications notifications: Notifications {}
property Workspace workspace: Workspace {}
property Tray tray: Tray {}
property TrayMenu trayMenu: TrayMenu {}
@ -100,6 +101,13 @@ Singleton {
property int verticalPadding: 6
}
component Notifications: QtObject {
property int fontSize: 16
property int height: 30
property int horizontalPadding: 8
property int verticalPadding: 6
}
component Workspace: QtObject {
property int spacing: 5
property int iconSize: 16