From ea1bdf6585caed2c0ba8669ca5c3b3b92232281a Mon Sep 17 00:00:00 2001 From: delta Date: Wed, 12 Apr 2023 00:44:52 +0200 Subject: sort all require statements --- .config/awesome/ui/decorations/titlebar.lua | 6 +++--- .config/awesome/ui/decorations/wallpaper.lua | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to '.config/awesome/ui/decorations') diff --git a/.config/awesome/ui/decorations/titlebar.lua b/.config/awesome/ui/decorations/titlebar.lua index 9463dbc..ab96457 100644 --- a/.config/awesome/ui/decorations/titlebar.lua +++ b/.config/awesome/ui/decorations/titlebar.lua @@ -1,9 +1,9 @@ local awful = require "awful" -local qvars = require "quarrel.vars" +local cfg = require "misc.cfg" local gears = require "gears" -local wibox = require "wibox" +local qvars = require "quarrel.vars" local rubato = require "lib.rubato" -local cfg = require "misc.cfg" +local wibox = require "wibox" local function button(color, color_focus, callback) local widget = wibox.widget { diff --git a/.config/awesome/ui/decorations/wallpaper.lua b/.config/awesome/ui/decorations/wallpaper.lua index fc2aa79..e1323b8 100644 --- a/.config/awesome/ui/decorations/wallpaper.lua +++ b/.config/awesome/ui/decorations/wallpaper.lua @@ -1,8 +1,8 @@ -local wallpaper = require "awful.wallpaper" -local wibox = require "wibox" -- local gfs = require "gears.filesystem" -local qvars = require "quarrel.vars" local qui = require "quarrel.ui" +local qvars = require "quarrel.vars" +local wallpaper = require "awful.wallpaper" +local wibox = require "wibox" screen.connect_signal("request::wallpaper", function(s) wallpaper { -- cgit v1.2.3