dots/.config/awesome/rc.lua
delta f42a3a2cc9 major update of awesome config
add new icons, switch over to using stylesheets instead of gears.color.recolor_image, add a music widget to the panel, optimize services in common.lua, fix the application lense filtering and increase the update rate of services in common.lua

Signed-off-by: delta <darkussdelta@gmail.com>
2023-05-21 10:12:46 +02:00

20 lines
1 KiB
Lua

-- --
-- ___ ___ ___ ___ ___ ___ ___ ___ --
-- /\ \ /\ \ /\ \ /\ \ /\__\ /\ \ /\ \ /\ \ --
-- /::\ \ /::\ \ _\:\ \ /::\ \ /::L_L_ _\:\ \ \:\ \ /::\ \ --
-- /::\:\__\ /::\:\__\ /\/::\__\ /\:\:\__\ /:/L:\__\ /\/::\__\ /::\__\ /::\:\__\ --
-- \/\::/ / \;:::/ / \::/\/__/ \:\:\/__/ \/_/:/ / \::/\/__/ /:/\/__/ \:\:\/ / --
-- \/__/ |:\/__/ \:\__\ \::/ / /:/ / \:\__\ \/__/ \:\/ / --
-- \|__| \/__/ \/__/ \/__/ \/__/ \/__/ --
-- --
---=-=-=-=-=-=-=-=-=-=-=-= A colourful and comfy AWM theme =-=-=-=-=-=-=-=-=-=-=-=---
pcall(require, "luarocks.loader")
require("beautiful").init(require("gears.filesystem").get_configuration_dir() .. "/prismite.lua")
require "signals"
require "services"
require "misc"
require "ui"