forked from Shinonome/dots-hyprland
bar: change shadow to configurable
This commit is contained in:
@@ -27,7 +27,7 @@ Item { // Bar content region
|
|||||||
|
|
||||||
// Background shadow
|
// Background shadow
|
||||||
Loader {
|
Loader {
|
||||||
active: false // For bars background color consistency
|
active: Config.options.bar.showBackground && Config.options.bar.cornerStyle === 1 && Config.options.bar.floatShadow
|
||||||
anchors.fill: barBackground
|
anchors.fill: barBackground
|
||||||
sourceComponent: StyledRectangularShadow {
|
sourceComponent: StyledRectangularShadow {
|
||||||
anchors.fill: undefined // The loader's anchors act on this, and this should not have any anchor
|
anchors.fill: undefined // The loader's anchors act on this, and this should not have any anchor
|
||||||
|
|||||||
Reference in New Issue
Block a user