add submodule

This commit is contained in:
ReporterNV 2021-10-16 15:32:27 +07:00
parent 173ef2fab3
commit f64f18ad27
3 changed files with 5 additions and 1 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "todo-widget/json"]
path = todo-widget/json
url = https://github.com/rxi/json.lua

1
todo-widget/json Submodule

@ -0,0 +1 @@
Subproject commit dbf4b2dd2eb7c23be2773c89eb059dadd6436f94

View File

@ -9,7 +9,7 @@
local awful = require("awful") local awful = require("awful")
local wibox = require("wibox") local wibox = require("wibox")
local json = require("json") local json = require("json.json")
local spawn = require("awful.spawn") local spawn = require("awful.spawn")
local gears = require("gears") local gears = require("gears")
local beautiful = require("beautiful") local beautiful = require("beautiful")