fix: make variables local
This commit is contained in:
parent
97049a1f75
commit
60bc316c26
10 changed files with 52 additions and 54 deletions
|
@ -1,7 +1,7 @@
|
|||
-- {{{ Main
|
||||
|
||||
local awful = require("awful")
|
||||
theme = {}
|
||||
local theme = {}
|
||||
theme.wallpaper = "~/.wallpaper"
|
||||
theme.icon_theme = "Adwaita"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue