Display information of CPU/RAM on desktop

2024年7月15日

PCリソース状況をデスクトップに表示するウィジェットを自動起動させる

install

sudo apt -y install conky-all
cp -ip /usr/share/applications/conky.desktop ~/デスクトップ/.

setting for auto start

vi  ~/デスクトップ/conky.desktop
[Desktop Entry]
Type=Application
Name=conky
Exec=conky --daemonize --pause=1
StartupNotify=false
Terminal=false
Icon=conky-logomark-violet
Categories=System;Monitor;
X-GNOME-AutoRestart=true
sudo ln -sf /home/ocarina/デスクトップ/conky.desktop /etc/xdg/autostart/.

Posted by ocarina