oh hey, sum muuns :D
This commit is contained in:
parent
93ce02c97a
commit
155edca57f
3 changed files with 23 additions and 0 deletions
1
src/config.lua
Normal file
1
src/config.lua
Normal file
|
@ -0,0 +1 @@
|
||||||
|
-- stuff for the config files
|
3
src/main.lua
Normal file
3
src/main.lua
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
function main(options)
|
||||||
|
print()
|
||||||
|
end
|
19
src/props.lua
Normal file
19
src/props.lua
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
-- constants, defaults, and other shit
|
||||||
|
constants = {
|
||||||
|
defaults = {
|
||||||
|
dirs = {
|
||||||
|
mpv = {
|
||||||
|
linux = {
|
||||||
|
"~/.config/mpv/",
|
||||||
|
"~/.mpv/"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
default_conf = {
|
||||||
|
configjson = [[
|
||||||
|
|
||||||
|
]]
|
||||||
|
}
|
Loading…
Reference in a new issue