lcpz / lain

Awesome WM complements

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why not show layout icon?

v6cc opened this issue · comments

commented

sorry write wrong , please delete this...

Hi, do not worry about it!

Feel free to explain what was your issue and how you solved it, so that others might benefit from it.

And if you have any questions, I am here to help.

commented

Hi, do not worry about it!

Feel free to explain what was your issue and how you solved it, so that others might benefit from it.

And if you have any questions, I am here to help.

I copy rc.lua to ~/.config/awesome/rc.lua ,
theme.lua to ~/.config/awesome/themes/default/theme.lua
and add layout_icon config in ~/.config/awesome/themes/default/theme.lua

but forget to change the position in rc.lua

so change this in rc.lua and solved

-- beautiful.init(gears.filesystem.get_themes_dir() .. "default/theme.lua")
beautiful.init(os.getenv("HOME") .. "/.config/awesome/themes/default/theme.lua")