1
0
Fork 0
mirror of https://github.com/lcpz/awesome-copycats.git synced 2024-10-22 12:31:23 +00:00

remove theme_assets; fix #156

This commit is contained in:
copycat-killer 2017-02-04 13:51:29 +01:00
parent 79989088f8
commit 40b45eb5aa
2 changed files with 2 additions and 5 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 211 B

View file

@ -10,7 +10,6 @@ local gears = require("gears")
local lain = require("lain")
local awful = require("awful")
local wibox = require("wibox")
local theme_assets = require("beautiful.theme_assets")
local math, string, tonumber, type, os = math, string, tonumber, type, os
local theme = {}
@ -32,6 +31,7 @@ theme.tooltip_border_color = theme.fg_focus
theme.tooltip_border_width = theme.border_width
theme.menu_height = 24
theme.menu_width = 140
theme.awesome_icon = theme.icon_dir .. "/awesome.png"
theme.taglist_squares_sel = theme.icon_dir .. "/square_sel.png"
theme.taglist_squares_unsel = theme.icon_dir .. "/square_unsel.png"
theme.panelbg = theme.icon_dir .. "/panel.png"
@ -105,9 +105,6 @@ theme.titlebar_maximized_button_focus_active = theme.default_dir.."/titlebar/
-- http://fontawesome.io/cheatsheet
awful.util.tagnames = { "", "", "", "", "", "", "", "", "" }
-- Generate Awesome icon
theme.awesome_icon = theme_assets.awesome_icon(36, theme.fg_normal, theme.bg_normal)
local markup = lain.util.markup
-- Clock