aboutsummaryrefslogtreecommitdiffstats
path: root/config/quickshell/config.json
diff options
context:
space:
mode:
authorKiran George <kirangeorge1995@gmail.com>2025-06-16 08:15:18 +0530
committerKiran George <kirangeorge1995@gmail.com>2025-06-16 08:15:18 +0530
commit1462996cc5256e6337eafc226423de5559214c7f (patch)
tree3e24d5368222d0368348bb7aacd3ea7ce626622f /config/quickshell/config.json
parentd46077fe5ac56afbd63dc1222e649f10435b05e2 (diff)
Expose font size and family in config
Diffstat (limited to 'config/quickshell/config.json')
-rw-r--r--config/quickshell/config.json24
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
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage