From fdf61a0e903fb99dc1adba5a6025f3756fe433ab Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Tue, 16 Sep 2025 10:32:19 -0400 Subject: [PATCH] remove font family from theme --- config/Theme.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/config/Theme.qml b/config/Theme.qml index 596c9ac..bd09368 100644 --- a/config/Theme.qml +++ b/config/Theme.qml @@ -8,7 +8,6 @@ import Quickshell.Io Singleton { id: root - property string fontFamily: "JetBrainsMono Nerd Font" property var palette: theme.palette property alias themes: cache.themes