diff --git a/.config/awesome/README.org b/.config/awesome/README.org index 400647d..dc7089d 100644 --- a/.config/awesome/README.org +++ b/.config/awesome/README.org @@ -909,7 +909,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/xmonad/" .. "doom-one" .. "-01.conkyrc") +awful.spawn.with_shell("sleep 2 && conky -c $HOME/.config/conky/awesome/" .. "doom-one" .. "-01.conkyrc") awful.spawn.with_shell("/usr/bin/emacs --daemon") #+END_SRC diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 91bd772..a53bbc0 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -776,7 +776,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/xmonad/" .. "doom-one" .. "-01.conkyrc") +awful.spawn.with_shell("sleep 2 && conky -c $HOME/.config/conky/awesome/" .. "doom-one" .. "-01.conkyrc") awful.spawn.with_shell("/usr/bin/emacs --daemon") awful.spawn.with_shell("xargs xwallpaper --stretch < ~/.cache/wall") diff --git a/.config/qtile/autostart.sh b/.config/qtile/autostart.sh index 601bd16..bb4d6b0 100755 --- a/.config/qtile/autostart.sh +++ b/.config/qtile/autostart.sh @@ -4,13 +4,13 @@ festival --tts $HOME/.config/qtile/welcome_msg & lxsession & picom & /usr/bin/emacs --daemon & -conky -c $HOME/.config/conky/doomone-qtile.conkyrc +conky -c $HOME/.config/conky/qtile/doom-one-01.conkyrc volumeicon & nm-applet & ### UNCOMMENT ONLY ONE OF THE FOLLOWING THREE OPTIONS! ### # 1. Uncomment to restore last saved wallpaper -xargs xwallpaper --stretch < ~/.xwallpaper & +xargs xwallpaper --stretch < ~/.cache/wall & # 2. Uncomment to set a random wallpaper on login # find /usr/share/backgrounds/dtos-backgrounds/ -type f | shuf -n 1 | xargs xwallpaper --stretch & # 3. Uncomment to set wallpaper with nitrogen