-
-
Notifications
You must be signed in to change notification settings - Fork 1
Requirements
Bobby Comet edited this page Jul 31, 2026
·
4 revisions
Conky Studio (AppImage) does not need sudo or a package manager.
Conky (and a few optional tools) come from your system.
| Component | Why |
|---|---|
| Conky | Live Preview and every built theme run conky
|
| Graphical session | X11, or Wayland on a supported compositor Compatibility |
Check Conky:
conky -v
On Wayland, prefer a build that lists Wayland in that output. Some distro packages are X11-only.
- lm-sensorsCPU/board temperature sources
- playerctlMusic/now-playing nodes
- curl Weather and some scripted sourcesfonts you use in themes
- Avoid fallback typefaces on other machines
sudo apt update
sudo apt install conky-all
sudo apt install lm-sensors playerctl curl
sudo sensors-detect # once; follow prompts for hardware sensors
sudo dnf install conky
sudo dnf install lm_sensors playerctl curl
sudo sensors-detect
sudo dnf install epel-release
sudo dnf install conky
sudo dnf install lm_sensors playerctl curl
sudo sensors-detect
sudo zypper install conky
sudo zypper install sensors playerctl curl
sudo sensors-detect
sudo pacman -S conky
sudo pacman -S lm_sensors playerctl curl
sudo sensors-detect
sudo xbps-install -S conky
sudo xbps-install -S lm_sensors playerctl curl
sudo emerge --ask app-admin/conky
sudo emerge --ask sys-apps/lm-sensors media-sound/playerctl net-misc/curl
sudo sensors-detect
sudo apk add conky
sudo apk add lm-sensors playerctl curl