diff --git a/modules/Bar/Clock.qml b/modules/Bar/Clock.qml index c1015fc..b0bb5f3 100644 --- a/modules/Bar/Clock.qml +++ b/modules/Bar/Clock.qml @@ -12,7 +12,7 @@ WrapperRectangle { layer { enabled: true effect: DropShadow { - color: Colors.base01 + color: "#111111" radius: 4 verticalOffset: 2 horizontalOffset: 2 diff --git a/modules/Bar/MPris.qml b/modules/Bar/MPris.qml index 975207b..94bbedc 100644 --- a/modules/Bar/MPris.qml +++ b/modules/Bar/MPris.qml @@ -15,7 +15,7 @@ WrapperRectangle { layer { enabled: true effect: DropShadow { - color: Colors.base01 + color: "#111111" radius: 4 verticalOffset: 2 horizontalOffset: 2 diff --git a/modules/Bar/StatusIcons.qml b/modules/Bar/StatusIcons.qml index 798e5d2..9116660 100644 --- a/modules/Bar/StatusIcons.qml +++ b/modules/Bar/StatusIcons.qml @@ -14,7 +14,7 @@ WrapperRectangle { layer { enabled: true effect: DropShadow { - color: Colors.base01 + color: "#111111" radius: 4 verticalOffset: 2 horizontalOffset: 2 diff --git a/modules/Bar/Title.qml b/modules/Bar/Title.qml index c452b5c..074cece 100644 --- a/modules/Bar/Title.qml +++ b/modules/Bar/Title.qml @@ -14,7 +14,7 @@ WrapperRectangle { layer { enabled: true effect: DropShadow { - color: Colors.base01 + color: "#111111" radius: 4 verticalOffset: 2 horizontalOffset: 2 diff --git a/modules/Bar/Tray.qml b/modules/Bar/Tray.qml index b136650..51f4131 100644 --- a/modules/Bar/Tray.qml +++ b/modules/Bar/Tray.qml @@ -12,7 +12,7 @@ WrapperRectangle { layer { enabled: true effect: DropShadow { - color: Colors.base01 + color: "#111111" radius: 4 verticalOffset: 2 horizontalOffset: 2 diff --git a/modules/Bar/Ws.qml b/modules/Bar/Ws.qml index c65beb3..f93745a 100644 --- a/modules/Bar/Ws.qml +++ b/modules/Bar/Ws.qml @@ -31,10 +31,10 @@ WrapperRectangle { layer { enabled: true effect: DropShadow { - color: Colors.base01 - radius: 8 - verticalOffset: 1 - horizontalOffset: 1 + color: "#111111" + radius: 0 + verticalOffset: 2 + horizontalOffset: 2 samples: 16 } }