Added Deco Module
This commit is contained in:
8
rc.lua
8
rc.lua
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user