diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2025-06-16 03:02:21 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-16 03:02:21 -0300 |
| commit | 0f70ff7ae24196ecf5cb9cf2c6299c2d2636a82b (patch) | |
| tree | 3e24d5368222d0368348bb7aacd3ea7ce626622f /config/quickshell/config.json | |
| parent | 88abbee9fe56f2e2489f04a017daaf3cfdc97511 (diff) | |
| parent | 1462996cc5256e6337eafc226423de5559214c7f (diff) | |
Merge pull request #743 from SherLock707/overviewV2_qs
Expose font size and family in config
Diffstat (limited to 'config/quickshell/config.json')
| -rw-r--r-- | config/quickshell/config.json | 24 |
1 files changed, 23 insertions, 1 deletions
diff --git a/config/quickshell/config.json b/config/quickshell/config.json index 33fca8e9..f6c9e843 100644 --- a/config/quickshell/config.json +++ b/config/quickshell/config.json @@ -15,7 +15,8 @@ "numOfCols": 5, "showXwaylandIndicator": true, "windowPadding": 6, - "position": 1 + "position": 1, + "workspaceNumberSize": 220 }, "resources": { "updateInterval": 3000 @@ -34,5 +35,26 @@ }, "bar": { "bottom": false + }, + "font": { + "family": { + "main": "Open Sans", + "title": "JetBrains Mono NF", + "iconMaterial": "FiraConde Nerd Font", + "iconNerd": "SpaceMono NF", + "monospace": "JetBrains Mono NF", + "reading": "Readex Pro" + }, + "pixelSize": { + "smallest": 10, + "smaller": 13, + "small": 15, + "normal": 16, + "large": 17, + "larger": 19, + "huge": 22, + "hugeass": 23, + "title": 28 + } } }
\ No newline at end of file |
