mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-07 07:49:28 -05:00
more hacking friendly widgets
This commit is contained in:
@@ -6,7 +6,7 @@ Text {
|
||||
renderType: Text.NativeRendering
|
||||
font.hintingPreference: Font.PreferFullHinting
|
||||
verticalAlignment: Text.AlignVCenter
|
||||
font.family: Appearance.font.family.main
|
||||
font.pixelSize: Appearance.font.pixelSize.small
|
||||
color: Appearance.m3colors.m3onBackground
|
||||
font.family: Appearance?.font.family.main ?? "sans-serif"
|
||||
font.pixelSize: Appearance?.font.pixelSize.small ?? 15
|
||||
color: Appearance?.m3colors.m3onBackground ?? "black"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user