The Cookie Machine - Click here to drag window

DUMMY TEXT - Real text set in assets/js/theCookieMachine.js

If you can read me, I'm broken!

Views: 3,374β€…    Votes:  8β€…    βœ… Solution
Tags: appearance   conky  
Link: πŸ” See Original Answer on Ask Ubuntu ⧉ πŸ”—

URL: https://askubuntu.com/q/991480
Title: How do I make my Ubuntu Desktop have a dock at the bottom and system utilization widgets on the side?
ID: /2018/01/02/How-do-I-make-my-Ubuntu-Desktop-have-a-dock-at-the-bottom-and-system-utilization-widgets-on-the-side_
Created: January 2, 2018    Edited:  June 12, 2020
Upload: April 8, 2024    Layout:  post
TOC: false    Navigation:  false    Copy to clipboard:  false


Move launcher from side to bottom

Assuming you don’t want to install a totally new desktop, you can simply move the launcher from the side to the bottom with this command:

gsettings set com.canonical.Unity.Launcher launcher-position bottom

Reference


Use Conky to display time

As mentioned in comments the time is most likely created using Conky. You can find many examples on setting up Conky in Ubuntu Forums. Here is my humble Conky display:

Conky Realtime Network 4

Someone commented in jest about making Conky run at 60Hz. I thought it would be fun to try so changed the refresh rate from .75 times per second to .0167 times per second which is about 60 Hz or 60 Frames Per Second:

Conky 60hz.gif

Sorry about the hole in the middle it normally has nVidia GPU information but I’ve booted with Intel iGPU and am trying to find out how to get performance statistics on it.

Notice how Conky CPU percentage jumps from .5% at normal speed to about 5% at 60Hz speed. Also note my browser doesn’t refresh the screen as fast as the .gif that is running (it’s about 3 to 4 times slower?).

⇧ How to run scripts on start up? Logitech Performance MX mouse shows as "unknown" in Power Statistics  β‡©