Create Styled things and finish notifications module

This commit is contained in:
Amaro Lopes
2025-10-09 22:32:48 -03:00
parent eddae605d4
commit db1ab727a7
13 changed files with 380 additions and 190 deletions

View File

@@ -6,16 +6,18 @@ import Quickshell
import Quickshell.Widgets
import Quickshell.Services.SystemTray
import qs.Common
import qs.Common.Styled
import qs.Services
WrapperRectangle {
BackgroundRectangle {
id: systrayRoot
property string monitor: ""
rightMargin: Theme.gaps
leftMargin: Theme.gaps
radius: 25
color: Theme.backgroudColor
MarginWrapperManager {
rightMargin: Theme.gaps
leftMargin: Theme.gaps
}
property string monitor: ""
// color: Theme.backgroudColor
RowLayout {