elenapan / dotfiles

There is no place like ~/
GNU General Public License v2.0
3.48k stars 178 forks source link

Please #147

Closed pgmrDohan closed 3 years ago

pgmrDohan commented 3 years ago

I want install theme lovelace so I run "cd dotfiles/config/awesome/themes/lovelace/" and lua theme.lua but error.

lua: theme.lua:11: module 'awful' not found:
    no field package.preload['awful']
    no file '/usr/share/lua/5.4/awful.lua'
    no file '/usr/share/lua/5.4/awful/init.lua'
    no file '/usr/lib/lua/5.4/awful.lua'
    no file '/usr/lib/lua/5.4/awful/init.lua'
    no file './awful.lua'
    no file './awful/init.lua'
    no file '/usr/lib/lua/5.4/awful.so'
    no file '/usr/lib/lua/5.4/loadall.so'
    no file './awful.so'
stack traceback:
    [C]: in function 'require'
    theme.lua:11: in main chunk
    [C]: in ?