mirror of
https://github.com/lcpz/awesome-copycats.git
synced 2024-12-22 11:12:31 +00:00
remove theme_assets; fix #156
This commit is contained in:
parent
79989088f8
commit
40b45eb5aa
BIN
themes/vertex/icons/awesome.png
Normal file
BIN
themes/vertex/icons/awesome.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 211 B |
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue