Closed v6cc closed 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.
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")
sorry write wrong , please delete this...