a lot of stuff
This commit is contained in:
@@ -9,13 +9,12 @@
|
||||
local awful = require("awful")
|
||||
|
||||
Theme_path = awful.util.getdir("config") .. "/theme/crylia/"
|
||||
Theme = { }
|
||||
Theme = {}
|
||||
|
||||
dofile(Theme_path .. "theme_variables.lua")
|
||||
dofile(Theme_path .. "layouts.lua")
|
||||
|
||||
--Theme.wallpaper = Theme_path .. "assets/space.jpg"
|
||||
Theme.awesome_icon = Theme_path .. "assets/icons/icon.png"
|
||||
Theme.awesome_subicon = Theme_path .. "assets/icons/icon.png"
|
||||
Theme.awesome_icon = Theme_path .. "assets/icons/ArchLogo.png"
|
||||
Theme.awesome_subicon = Theme_path .. "assets/icons/ArchLogo.png"
|
||||
|
||||
return Theme
|
||||
|
||||
Reference in New Issue
Block a user