replace commandline arguments with config.lua & add support for changing themes & coloschemes
This commit is contained in:
parent
fe8f5dee43
commit
137c62ed5f
17 changed files with 209 additions and 228 deletions
4
websurfx/config.lua
Normal file
4
websurfx/config.lua
Normal file
|
@ -0,0 +1,4 @@
|
|||
port = "8080"
|
||||
binding_ip_addr = "127.0.0.1"
|
||||
colorscheme = "catppuccin-mocha"
|
||||
theme = "simple"
|
Loading…
Add table
Add a link
Reference in a new issue