replace commandline arguments with config.lua & add support for changing themes & coloschemes

This commit is contained in:
neon_arch 2023-04-30 18:16:08 +03:00
parent fe8f5dee43
commit 137c62ed5f
17 changed files with 209 additions and 228 deletions

4
websurfx/config.lua Normal file
View file

@ -0,0 +1,4 @@
port = "8080"
binding_ip_addr = "127.0.0.1"
colorscheme = "catppuccin-mocha"
theme = "simple"