Added Deco Module

This commit is contained in:
Noella
2024-03-04 22:32:18 -07:00
parent 9410017416
commit 5babd2e2bc
9 changed files with 216 additions and 51 deletions

8
rc.lua
View File

@@ -10,8 +10,10 @@ require("awful.autofocus")
local main = require("main")
local bindings = require("bindings")
local theme = require("theme")
local deco = require("deco")
beautiful.init(require("theme"))
beautiful.init(theme)
RC = {}
RC.vars = main.user_vars()
@@ -20,12 +22,8 @@ RC.tags = main.tags()
awful.spawn.with_shell("picom -b")
-- Table of layouts to cover with awful.layout.inc, order matters.
awful.layout.layouts = RC.layouts
-- Keyboard map indicator and switcher
-- mykeyboardlayout = awful.widget.keyboardlayout()
-- {{{ Wibar
-- Create a textclock widget
mytextclock = wibox.widget.textclock()