commit 3456545
0uppy
·
2026-05-09 16:23:54 +0000 UTC
parent 77792a8
slgro 1.3 - Saner defaults for the default config.lua file :P
1 files changed,
+13,
-9
+13,
-9
1@@ -1,16 +1,20 @@
2-motion_throttle_hz = 85
3-
4 border_active = 0xffffffff
5 border_normal = 0xffffffff
6 border_width = 2
7
8-decor_title_enabled = true
9-decor_title_edge = "left"
10-decor_title_align = "start"
11-decor_title_color = 0xffe8faea
12-decor_title_padding = 8
13-decor_color = 0xffffffff
14-decor_title_font = "monospace:size=12" -- idk what to set as a default font here so uhhh imma slap monospace here idk lol
15+decor_color = 0xff2a2a2a
16+decor_top = 24
17+decor_left = 2
18+decor_right = 2
19+decor_bottom = 2
20+decor_title_enabled = true -- turn this off if you dont want decors!!
21+decor_title_edge = "top"
22+decor_title_align = "center"
23+decor_title_color = 0xff8aaa8a
24+decor_title_padding = 8
25+decor_title_font = "monospace:size=12" -- idk what to set as a default font here so uhhh imma slap monospace here idk lol
26+
27+motion_throttle_hz = 85
28
29 terminal = "foot"
30 menu = "neumenu_run"