From 50fe9a9250a71d75d2e1ccf13bbf372943207e00 Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Thu, 2 Sep 2021 22:16:02 -0500 Subject: [PATCH] Editing the path to conky --- .xmonad/README.org | 2 +- .xmonad/xmonad.hs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.xmonad/README.org b/.xmonad/README.org index cccd7ef..8325b52 100644 --- a/.xmonad/README.org +++ b/.xmonad/README.org @@ -152,7 +152,7 @@ myStartupHook = do spawnOnce "picom &" spawnOnce "nm-applet &" spawnOnce "volumeicon &" - spawnOnce "conky -c $HOME/.config/conky/xmonad.conkyrc" + spawnOnce "conky -c $HOME/.config/conky/doomone-xmonad.conkyrc" spawnOnce "trayer --edge top --align right --widthtype request --padding 6 --SetDockType true --SetPartialStrut true --expand true --monitor 1 --transparent true --alpha 0 --tint 0x282c34 --height 22 &" spawnOnce "/usr/bin/emacs --daemon &" -- emacs daemon for the emacsclient -- uncomment to restore last saved wallpaper diff --git a/.xmonad/xmonad.hs b/.xmonad/xmonad.hs index 50d3def..bd25dbe 100644 --- a/.xmonad/xmonad.hs +++ b/.xmonad/xmonad.hs @@ -103,7 +103,7 @@ myStartupHook = do spawnOnce "picom &" spawnOnce "nm-applet &" spawnOnce "volumeicon &" - spawnOnce "conky -c $HOME/.config/conky/xmonad.conkyrc" + spawnOnce "conky -c $HOME/.config/conky/doomone-xmonad.conkyrc" spawnOnce "trayer --edge top --align right --widthtype request --padding 6 --SetDockType true --SetPartialStrut true --expand true --monitor 1 --transparent true --alpha 0 --tint 0x282c34 --height 22 &" spawnOnce "/usr/bin/emacs --daemon &" -- emacs daemon for the emacsclient -- uncomment to restore last saved wallpaper