diff --git a/etc/xdg/autostart/footclient-btop.desktop b/etc/xdg/autostart/footclient-btop.desktop new file mode 100644 index 00000000..dbac769a --- /dev/null +++ b/etc/xdg/autostart/footclient-btop.desktop @@ -0,0 +1,7 @@ +[Desktop Entry] +Type=Application +Exec=footclient -m -T btop btop +Icon=foot +Terminal=false +Name=btop system monitor +Comment=sysadmin laziness diff --git a/etc/xdg/autostart/footclient-htop.desktop b/etc/xdg/autostart/footclient-htop.desktop index 17010aae..4fce7223 100644 --- a/etc/xdg/autostart/footclient-htop.desktop +++ b/etc/xdg/autostart/footclient-htop.desktop @@ -3,5 +3,5 @@ Type=Application Exec=footclient -T htop htop Icon=foot Terminal=false -Name=System log +Name=htop system monitor Comment=sysadmin laziness diff --git a/install b/install index 9d2bd6f5..d9f32e84 100755 --- a/install +++ b/install @@ -335,8 +335,8 @@ if [ "$(id -u)" == "0" ]; then fi # SECURITY WARNING, autostarts - (rm -v /etc/xdg/autostart/footclient-tmux.desktop &) cp -v etc/xdg/autostart/foot-tmux.desktop /etc/xdg/autostart/ + cp -v etc/xdg/autostart/footclient-btop.desktop /etc/xdg/autostart/ cp -v etc/xdg/autostart/footclient-htop.desktop /etc/xdg/autostart/ if hash journalctl 2> /dev/null; then