1

Anyone know of a good alternative to geektool in macos x? I recently switched to ubuntu and it's not compatible with ubuntu.

Geektool lets you display various information on your desktop, like log files, system ressource usage or the output of any shellscript.

AlvaroAV
  • 697
BTR Naidu
  • 169
  • 1
  • 9

2 Answers2

2

Search for log in dash. Look for:
Look for 'System Log', 'Log Viewer' etc

You can go through various logs:
enter image description here

You can also use it to open and view other logs.

To view the log currently in memory, run dmesg, you may want to maximise the terminal first, as there is quite alot of output...

For current System Usage, use 'System Monitor':
enter image description here

And for the rest, just use Terminal

Wilf
  • 30,194
  • 17
  • 108
  • 164
0

If you install KDE Plasma as a display environment, you can install the Termoid widget (requires the package qmltermwidget).

This makes it possible to run arbitrary commands and have the standard output displayed directly on your desktop. It can be rerun at given intervals (making it dynamic) as on Geektools.