mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2026-01-25 12:37:52 +01:00
add btop as well, fix titles, rm rm
This commit is contained in:
parent
79a64276f7
commit
d156060514
7
etc/xdg/autostart/footclient-btop.desktop
Normal file
7
etc/xdg/autostart/footclient-btop.desktop
Normal file
@ -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
|
||||||
@ -3,5 +3,5 @@ Type=Application
|
|||||||
Exec=footclient -T htop htop
|
Exec=footclient -T htop htop
|
||||||
Icon=foot
|
Icon=foot
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Name=System log
|
Name=htop system monitor
|
||||||
Comment=sysadmin laziness
|
Comment=sysadmin laziness
|
||||||
|
|||||||
2
install
2
install
@ -335,8 +335,8 @@ if [ "$(id -u)" == "0" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# SECURITY WARNING, autostarts
|
# 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/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/
|
cp -v etc/xdg/autostart/footclient-htop.desktop /etc/xdg/autostart/
|
||||||
|
|
||||||
if hash journalctl 2> /dev/null; then
|
if hash journalctl 2> /dev/null; then
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user