diff options
| author | Kiran George <kirangeorge1995@gmail.com> | 2025-06-16 08:15:18 +0530 |
|---|---|---|
| committer | Kiran George <kirangeorge1995@gmail.com> | 2025-06-16 08:15:18 +0530 |
| commit | 1462996cc5256e6337eafc226423de5559214c7f (patch) | |
| tree | 3e24d5368222d0368348bb7aacd3ea7ce626622f /config/quickshell/modules/common | |
| parent | d46077fe5ac56afbd63dc1222e649f10435b05e2 (diff) | |
Expose font size and family in config
Diffstat (limited to 'config/quickshell/modules/common')
| -rw-r--r-- | config/quickshell/modules/common/ConfigOptions.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/quickshell/modules/common/ConfigOptions.qml b/config/quickshell/modules/common/ConfigOptions.qml index 61e6ab8e..25f0de05 100644 --- a/config/quickshell/modules/common/ConfigOptions.qml +++ b/config/quickshell/modules/common/ConfigOptions.qml @@ -16,6 +16,7 @@ Singleton { property bool showXwaylandIndicator: true property real windowPadding: 6 property real position: 1 // 0: top | 1: middle | 2: bottom + property real workspaceNumberSize: 120 // Set 0, dynamic calculation based on monitor size } property QtObject resources: QtObject { |
