Wrong assignment on powerarrow/theme.lua

This commit is contained in:
guigot 2018-11-01 10:36:06 +01:00
parent adb8ce8480
commit 665055bf25
1 changed files with 1 additions and 1 deletions

View File

@ -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 = {}