diff --git a/config/awesome/rc.lua b/config/awesome/rc.lua index bf75e138..427ede71 100644 --- a/config/awesome/rc.lua +++ b/config/awesome/rc.lua @@ -49,7 +49,7 @@ end -- {{{ Variable definitions -- Themes define colours, icons, font and wallpapers. -beautiful.init(gears.filesystem.get_configuration_dir() .. "default/theme.lua") +beautiful.init(gears.filesystem.get_configuration_dir() .. "themes/default/theme.lua") -- This is used later as the default terminal and editor to run. terminal = "kitty"