Adding literate config for AwesomeWM

This commit is contained in:
Derek Taylor
2020-07-18 15:10:07 -05:00
parent 95040dc210
commit cfb3c5f178
2 changed files with 54 additions and 13 deletions

View File

@@ -61,7 +61,6 @@ local themes = {
-- choose your theme here
local chosen_theme = themes[1]
local theme_path = string.format("%s/.config/awesome/themes/%s/theme.lua", os.getenv("HOME"), chosen_theme)
beautiful.init(theme_path)