From 44389bfc8dd63e4b9d05740013b8fe61c7553f30 Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Sat, 9 Jul 2022 11:09:43 -0500 Subject: [PATCH] Minor edits. --- .config/awesome/rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index b0b798d..bf67ce9 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -772,7 +772,7 @@ awful.spawn.with_shell("lxsession") awful.spawn.with_shell("picom") awful.spawn.with_shell("nm-applet") awful.spawn.with_shell("volumeicon") -awful.spawn.with_shell("sleep 2 && conky -c $HOME/.config/conky/awesome/" .. "doom-one" .. "-01.conkyrc") +awful.spawn.with_shell("sleep 2 && conky -c $HOME/.config/conky/xmonad/" .. "doom-one" .. "-01.conkyrc") awful.spawn.with_shell("/usr/bin/emacs --daemon") awful.spawn.with_shell("xargs xwallpaper --stretch < ~/.cache/wall")