diff --git a/autostart/conky.desktop b/home/pomp/.config/autostart/conky.desktop similarity index 100% rename from autostart/conky.desktop rename to home/pomp/.config/autostart/conky.desktop diff --git a/autostart/nvidia-preferred-mode.desktop b/home/pomp/.config/autostart/nvidia-preferred-mode.desktop similarity index 100% rename from autostart/nvidia-preferred-mode.desktop rename to home/pomp/.config/autostart/nvidia-preferred-mode.desktop diff --git a/.conky/Pomky/graph.conkyrc b/home/pomp/.conky/Pomky/graph.conkyrc similarity index 100% rename from .conky/Pomky/graph.conkyrc rename to home/pomp/.conky/Pomky/graph.conkyrc diff --git a/.conky/Pomky/info.conkyrc b/home/pomp/.conky/Pomky/info.conkyrc similarity index 100% rename from .conky/Pomky/info.conkyrc rename to home/pomp/.conky/Pomky/info.conkyrc diff --git a/.conky/conky-startup.sh b/home/pomp/.conky/conky-startup.sh similarity index 100% rename from .conky/conky-startup.sh rename to home/pomp/.conky/conky-startup.sh diff --git a/setup.sh b/setup.sh index 0274d30..288eda8 100755 --- a/setup.sh +++ b/setup.sh @@ -125,8 +125,8 @@ setup_btop() { } setup_conky() { - cp -r ./.conky/ ~ - cp ./autostart/conky.desktop ~/.config/autostart + cp -r ./home/pomp/.conky/ ~ + cp ./home/pomp/.config/autostart/conky.desktop ~/.config/autostart # vnstat: network traffic statistics package_install \ @@ -386,7 +386,7 @@ setup_gnome() { # set nvidia preferred mode on login cp ./.nvidia-preferred-mode.sh ~ - cp ./autostart/nvidia-preferred-mode.desktop ~/.config/autostart + cp ./home/pomp/.config/autostart/nvidia-preferred-mode.desktop ~/.config/autostart setup_gnome_apps setup_alacritty # so I have a terminal to work with when only gnome is installed