Wrong assignment on powerarrow/theme.lua
This commit is contained in:
parent
adb8ce8480
commit
665055bf25
|
@ -10,7 +10,7 @@ local lain = require("lain")
|
|||
local awful = require("awful")
|
||||
local wibox = require("wibox")
|
||||
|
||||
local math, string, os = os, math, string, os
|
||||
local math, string, os = math, string, os
|
||||
local my_table = awful.util.table or gears.table -- 4.{0,1} compatibility
|
||||
|
||||
local theme = {}
|
||||
|
|
Loading…
Reference in New Issue