From c2e78cc11c02db05a8d0a4680e715de8691b516a Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat, 26 Apr 2025 22:36:46 +1000 Subject: feat: basic quickshell bar --- widgets/MaterialIcon.qml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 widgets/MaterialIcon.qml (limited to 'widgets/MaterialIcon.qml') diff --git a/widgets/MaterialIcon.qml b/widgets/MaterialIcon.qml new file mode 100644 index 0000000..0115abf --- /dev/null +++ b/widgets/MaterialIcon.qml @@ -0,0 +1,7 @@ +import "root:/config" +import QtQuick + +Text { + font.family: Appearance.font.family.material + font.pointSize: Appearance.font.size.larger +} -- cgit v1.2.3-freya