diff options
Diffstat (limited to '.config/awesome/rc.lua')
-rw-r--r-- | .config/awesome/rc.lua | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index aecbdb5..67a8187 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -1,14 +1,15 @@ -pcall(require, "luarocks.loader") +-- -- +-- ___ ___ ___ ___ ___ ___ ___ ___ -- +-- /\ \ /\ \ /\ \ /\ \ /\__\ /\ \ /\ \ /\ \ -- +-- /::\ \ /::\ \ _\:\ \ /::\ \ /::L_L_ _\:\ \ \:\ \ /::\ \ -- +-- /::\:\__\ /::\:\__\ /\/::\__\ /\:\:\__\ /:/L:\__\ /\/::\__\ /::\__\ /::\:\__\ -- +-- \/\::/ / \;:::/ / \::/\/__/ \:\:\/__/ \/_/:/ / \::/\/__/ /:/\/__/ \:\:\/ / -- +-- \/__/ |:\/__/ \:\__\ \::/ / /:/ / \:\__\ \/__/ \:\/ / -- +-- \|__| \/__/ \/__/ \/__/ \/__/ \/__/ -- +-- -- +---=-=-=-=-=-=-=-=-=-=-=-= A colourful and comfy AWM theme =-=-=-=-=-=-=-=-=-=-=-=--- --- ___ ___ ___ ___ ___ ___ ___ ___ --- /\ \ /\ \ /\ \ /\ \ /\__\ /\ \ /\ \ /\ \ --- /::\ \ /::\ \ _\:\ \ /::\ \ /::L_L_ _\:\ \ \:\ \ /::\ \ --- /::\:\__\ /::\:\__\ /\/::\__\ /\:\:\__\ /:/L:\__\ /\/::\__\ /::\__\ /::\:\__\ --- \/\::/ / \;:::/ / \::/\/__/ \:\:\/__/ \/_/:/ / \::/\/__/ /:/\/__/ \:\:\/ / --- \/__/ |:\/__/ \:\__\ \::/ / /:/ / \:\__\ \/__/ \:\/ / --- \|__| \/__/ \/__/ \/__/ \/__/ \/__/ --- ---=-=-=-=-=-=-=-=-=-=-=-= A colorful and comfy AWM theme =-=-=-=-=-=-=-=-=-=-=-=-- +pcall(require, "luarocks.loader") require("beautiful").init(require("gears.filesystem").get_configuration_dir() .. "/prismite.lua") |