Initial Commit

This commit is contained in:
2021-04-26 11:20:41 +03:00
commit 5a99cb9e82
125 changed files with 6148 additions and 0 deletions

10
theme/init.lua Normal file
View File

@@ -0,0 +1,10 @@
local gtable = require('gears.table')
local theme = require('theme.theme')
local final_theme = {}
gtable.crush(final_theme, theme.theme)
gtable.crush(final_theme, theme.theme)
theme.awesome_overrides(final_theme)
theme.awesome_overrides(final_theme)
return final_theme