dots


commit
c18a377
parent
931c41e
author
xxwhirlpool
date
2025-07-04 17:47:11 -0400 EDT
add freeze conf
1 files changed,  +24, -0
A config/.config/freeze/user.json
+24, -0
 1@@ -0,0 +1,24 @@
 2+{
 3+  "window": true,
 4+  "theme": "catppuccin-frappe",
 5+  "border": {
 6+    "radius": 0,
 7+    "width": 0,
 8+    "color": "#515151"
 9+  },
10+  "shadow": false,
11+  "padding": [
12+    20,
13+    40,
14+    20,
15+    20
16+  ],
17+  "margin": "0",
18+  "background": "#303446",
19+  "font": {
20+    "family": "JetBrains Mono",
21+    "size": 14,
22+    "ligatures": true
23+  },
24+  "line_height": 1.2
25+}