diff --git a/:w b/:w deleted file mode 100644 index 422c0ce..0000000 --- a/:w +++ /dev/null @@ -1,15 +0,0 @@ -import QtQuick -import "../settings/" -import "../" - -Text { - property real fill - font.family: "Material Symbols Rounded" - color: Colors.foreground - font.pixelSize: Settings.config.fontSize + 2 - font.variableAxes: { - wght: 700, - - } - -}