better height/width for bar
C++ / fmt (pull_request) Successful in 3s
JS/TS / fmt (pull_request) Successful in 14s
JS/TS / lint (pull_request) Successful in 19s
Python / lint (pull_request) Successful in 30s
Python / fmt (pull_request) Successful in 34s
Python / test (pull_request) Successful in 1m0s
Python / typecheck (pull_request) Failing after 1m18s
C++ / build (pull_request) Successful in 1m49s
Rust / fmt (pull_request) Successful in 33s
Rust / build (pull_request) Successful in 1m33s
Rust / clippy (pull_request) Successful in 1m17s
Python / buildcheck (pull_request) Successful in 2m40s
C++ / clang-tidy (pull_request) Successful in 3m25s
C++ / fmt (pull_request) Successful in 3s
JS/TS / fmt (pull_request) Successful in 14s
JS/TS / lint (pull_request) Successful in 19s
Python / lint (pull_request) Successful in 30s
Python / fmt (pull_request) Successful in 34s
Python / test (pull_request) Successful in 1m0s
Python / typecheck (pull_request) Failing after 1m18s
C++ / build (pull_request) Successful in 1m49s
Rust / fmt (pull_request) Successful in 33s
Rust / build (pull_request) Successful in 1m33s
Rust / clippy (pull_request) Successful in 1m17s
Python / buildcheck (pull_request) Successful in 2m40s
C++ / clang-tidy (pull_request) Successful in 3m25s
This commit is contained in:
@@ -9,10 +9,9 @@ CustomRect {
|
||||
required property bool horizontal
|
||||
property bool tempEnabled: Hyprsunset.enabled
|
||||
|
||||
anchors.fill: parent
|
||||
color: root.tempEnabled ? DynamicColors.palette.m3primary : DynamicColors.tPalette.m3surfaceContainer
|
||||
implicitHeight: horizontal ? Config.bar.height + Appearance.padding.smallest * 2 : width
|
||||
implicitWidth: horizontal ? height : Config.bar.height + Appearance.padding.smallest * 2
|
||||
implicitHeight: horizontal ? Config.bar.height : width
|
||||
implicitWidth: horizontal ? height : Config.bar.height
|
||||
radius: Appearance.rounding.full
|
||||
|
||||
StateLayer {
|
||||
|
||||
Reference in New Issue
Block a user