diff --git a/awesome/rc.lua b/awesome/rc.lua index 65388b8..ba44fad 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -245,8 +245,8 @@ lain.layout.cascade.tile.extra_padding = dpi(5) lain.layout.cascade.tile.nmaster = 5 lain.layout.cascade.tile.ncol = 2 -beautiful.init(string.format("%s/.config/awesome/themes/%s/theme.lua", os.getenv("HOME"), chosen_theme)) --- beautiful.init(string.format("%s/.config/awesome/themes/%s/theme-personal.lua", os.getenv("HOME"), chosen_theme)) +-- beautiful.init(string.format("%s/.config/awesome/themes/%s/theme.lua", os.getenv("HOME"), chosen_theme)) +beautiful.init(string.format("%s/.config/awesome/themes/%s/theme-personal.lua", os.getenv("HOME"), chosen_theme)) -- }}} -- {{{ Menu