add submodule
This commit is contained in:
parent
173ef2fab3
commit
f64f18ad27
|
@ -0,0 +1,3 @@
|
||||||
|
[submodule "todo-widget/json"]
|
||||||
|
path = todo-widget/json
|
||||||
|
url = https://github.com/rxi/json.lua
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit dbf4b2dd2eb7c23be2773c89eb059dadd6436f94
|
|
@ -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")
|
||||||
|
|
Loading…
Reference in New Issue