aboutsummaryrefslogtreecommitdiff
path: root/.config/awesome/ui/init.lua
blob: efcdd2f767ca53342f41826c1eda879463fb7b4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
require "ui.statusbar"
require "ui.decorations"
-- require "ui.tidy"
-- require "ui.osd"

-- local awful = require "awful"
-- local wibox = require "wibox"
--
-- awful.popup {
--     widget = {
--         widget = wibox.container.background,
--         bg = "#ff0000",
--         opacity = 0.5,
--         {
--             widget = wibox.widget.textbox,
--             text = "test"
--         }
--     }
-- }
--