lcpz / lain

Awesome WM complements
GNU General Public License v2.0
1.06k stars 210 forks source link

Why not show layout icon? #478

Closed v6cc closed 3 years ago

v6cc commented 3 years ago

sorry write wrong , please delete this...

lcpz commented 3 years ago

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.

v6cc commented 3 years ago

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")