New Macbook Desktop Using Geektool Like Rainmeter But

  1. New Macbook Desktop Using Geektool Like Rainmeter But Still
  2. New Macbook Desktop Using Geektool Like Rainmeter But Free
  3. New Macbook Desktop Using Geektool Like Rainmeter Buttons
  • Below are 5 great ways to not only organize your desktop, but also give you a beautiful piece of art to look at throughout the day. First – There are a few basic customization tools and skins you can use to get desktops just like these. Rainmeter (PC desktop customization template) GeekTool (Mac desktop customization template).
  • New Macbook Desktop Using Geektool Like Rainmeter But For Mac Rating: 6,5/10 7872 reviews Note: It goes without saying, in order to use these skins, you need to have Rainmeter installed on your Windows PC.

If you have been into desktop customization, chances are you’re familiar with Rainmeter – the robust Windows tool that lets you customize your desktop beyond recognition. For those looking for something similar for Mac, GeekTool is quite an astounding option that allows for adding easily configurable widgets to your Mac desktop.

It may be covered with applications and windows most of the time, but your Mac’s desktop can also be an excellent source of information, including the time and date, available hard drive space, battery status, system performance, and more. With GeekTool, you can put all of that information right on your desktop. Here’s how you can make your desktop more useful but keep it looking sharp.

It’s been a while since we looked at desktop customization app GeekTool. GeekTool has come a ways since then, and setting up a gorgeous HUD using GeekTool is easier—and GeekTool itself is more powerful—than ever.

Whether your goal is to make your desktop look beautiful or you want an information-rich desktop that provides constant track of your system status,… Read…

Note: For the Windows side of this coin, seehow to create an attractive, customized desktop HUD with Rainmeter.

SEXPAND

What Is GeekTool ?

GeekTool is a utility that allows you to embed objects and information directly onto your Mac’s desktop. It installs as a preference pane in the System Preferences, and from there you can open use any of the three included plug-ins (called « geeklets ») to run text commands. The output from those commands is displayed on the desktop, organized and styled by you.

The three bundled geeklets include the « File » plug-in, which allows you to monitor system and application activity or keep a text file open on your desktop, the « shell » plug-in that lets you run scripts of terminal commands and display their output on the desktop, and the « image » plug-in that lets you embed items like iTunes album art, weather conditions, and more on your desktop.

Update: Rocco writes in to point out that GeekTool does support Lion, and is available in the Mac App Store here. When installed from the app store, it’ll run as a separate application, not a Preference pane. While GeekTool isn’t quite as graphically intensive as its closest Windows counterpart, Rainmeter (which we’ve already shown you how to configure in Windows,) you can still build a gorgeous HUD on your Mac with it.

SEXPAND

Step One : Getting Familiar with GeekTool

Installing GeektTool is simple-just download and open the installer to add it to the System Preferences (it’ll appear under Other at the bottom.) When you open the GeekTool preference pane, you’ll see the three default geeklets, and options on the right to add GeekTool to the menu bar, enable or disable GeekTool, and to add and delete groups of geeklets.

Groups allow you to configure multiple geeklets without having to tweak them every time you change your wallpaper or plug in an external display. You can set them up to fit a specific need, work with the desktop wallpaper that you have up, or just fit your mood. For example, if you have a dark wallpaper, your date and time geeklets may need white text. Switch to a brightly-colored wallpaper, and you can switch groups to change the font and colors without having to go into each geeklet to change them one at a time. Click the checkbox next to the group name to activate or deactivate that group, or toggle them from the menu bar.

To activate a geeklet, drag it out of the System Preferences window to the desktop where you want it to live. When the plug-in is in place, the properties window will change to allow you to change its size and position, type in the commands you want the plug-in to run, select the image you want it to display, or specify the text you want it to show. Anything you can run in terminal will run in a geeklet, so if you love the command line, here’s where you can put those skills to use.

Step Two : Set Up Your Geeklets

The default geeklets are fairly powerful, and can help you get a long way towards the HUD of your dreams. Here are a few ways to get started adding some flare to your desktop using the default geeklets :

SEXPAND

Add the Time and Date :
Drag the Shell geeklet to your desktop, and place it in the space where you’d like the time to appear. Drag the bottom right corner to resize it to be as large as you’d like the time to display on your desktop. Give it a name, and then, in the « command » field of the properties window, type the following :

date '+%H:%M'

Set the refresh rate to be every 60 seconds so the time updates every minute. Then click the box to set the font and color, and increase the size so the time is displayed as large as you’d like. It should take up the entire space you’ve set, but if it’s too large, you can either decrease the font size, or resize the geeklet so the entire time is displayed. Set the color to something that’s readable on your desktop background, and then change the font to something you like. In the example here, I used Futura Medium, at 144 pt.

I’m using a 24-hour clock here, but if you prefer the AM/PM style, use this string instead :

date '+%I:%M %p'

The %I toggles 12-hour format, and the %p on the end adds an AM/PM to the clock.

SEXPAND

Once the time looks the way you’d like it to, repeat the process for the day of the week. Drag another Shell geeklet to the desktop, adjust its size to match how large you’d like the day to appear relative to the time, and then type the following into the command field :

date '+%A'; date '+%d %B %Y'

New Macbook Desktop Using Geektool Like Rainmeter But Still

That will show the day of the week, insert a line break (the semicolon adds the line break,) and then the date on the next line. Set the refresh timer high this time, maybe every 1000 or 5000 seconds—after all, the date only changes once every 86,400 seconds. If you’re up at midnight and it would kill you to see the previous date for 1000 seconds at most, set it lower. Make sure to match the font with the time for a consistent look.

I could have put all of these in the same geeklet, but you’ll note I used a smaller font for the date and day of the week than the clock. While you can add line breaks, you can only have one font and size for each geeklet, so if you want different fonts, sizes, or even positioning that requires spacing beyond line breaks, you’ll want to add individual geeklets and position them where you want them to show up relative to each other.

SEXPAND

Add a Calendar :
Adding a persistent calendar to your desktop is a good opportunity to see how GeekTool responds to strings of commands. Drag another shell geeklet to the desktop, name it Calendar, and then paste the following into the command field :

cal | sed 's/^/ /;s/$/ /;s/ $(date +%e) / $(date +%e | sed 's/./#/g') /'

This command will display a calendar on your desktop with the current month and year at the top, a row for the days of the week, and lettered days. The current date is noted with a pair of pound symbols (##.) In my example here, I chose to keep the calendar small and out of the way.

Since you can’t just click the time in the Mac OS menubar to see a calendar the way you can with the time in Windows systray, keeping this embedded calendar small and in a corner of one of my desktops lets me see the current date when I need it without opening iCal.

SEXPAND

Add Uptime and CPU/Memory Status :
To display uptime and system status on your desktop, you’ll need to get familiar with the Unix uptime and top commands. For example, you could drag a shall geeklet to your desktop and paste this inside :

uptime | awk '{print 'UPTIME : ' $3 ' ' $4 ' ' $5 ' ' }'; top -l 1 | awk '/PhysMem/ {print 'RAM : ' $8 ' '}' ; top -l 2 | awk '/CPU usage/; NR; 5 {printf 'CPU' $6, $7=':', $8, $9='user ', $10, $11='sys ', $12, $13}'

Which will do the job, but depending on what you’re looking for, could give you entirely too much information. I don’t mind the data, so I just cropped the geeklet down to show me the essentials, and set the refresh time good and high so I’m not crushing my CPU running uptime and top over and over again within a few seconds.

SEXPEND

If you want an overall view of the processes running on your system, including the ones that are eating the most memory, you can add a shell geeklet with this command that shows you everything running, organized by what’s most resource-consuming :

top -l1 -u -o cpu –S

This will give you an incredible amount of information (albeit the same data that the previous command shows, just organized differently,) so be ready to set the font size nice and small and tuck it off to one side of your desktop. Make sure to use a monotype font (courier works well here) for this one if you want the data to be arranted in neat little columns. Set the refresh rate to a couple of minutes, maybe 3600 seconds, and you’ll get a good real-time view of your system’s performance.

Show Battery Capacity/Charge Remaining :
You’ll need another shell geeklet for this one. Drag one to your desktop, name it, and then paste this into the command field :

system_profiler SPPowerDataType | grep mAh

This string will call the battery information from System Profiler and display your charge remaining and your battery’s full charge capacity so you see how much you’ve used.

SEXPAND

Add a Photo Slideshow :
This one’s fun: drag an image geeklet to your desktop this time, and name it « Slideshow. » Resize it so it takes up the amount of space you want to give it on your desktop. Click ther « Set Local Path » button under the URL field and browse to the folder on your Mac that has contains the photos you want in the slideshow. Select the folder, and then set the refresh rate to the number of seconds you want the image to display before it changes to the next one in the folder. Once these options are set, the image will change automatically at the interval you set.

New macbook desktop using geektool like rainmeter but free

The slideshow will be behind all of your apps unless you check the « Keep on Top » button in the properties window. If you’d prefer that it rest on top, you may also want to change the opacity slider at the bottom of the window to the level of transparency you’d like for the images. If you leave it turned all the way up, the images will block anything behind them, hovering on top of any other applications you have open.

SEXPAND

Step Three: Try New Geeklets and Scripts

Even though there are only three geeklets available when you install GeekTool, Mac OS X Tipshas a repository of user-submitted and custom-built geeklets that you can download and play with. Some users in the forum even submit their own desktops, along with instructions on how to recreate it and the geeklets and code required to get the same look.

Once you’ve downloaded a new geeklet, just double-click it to open GeekTool and run it. It’ll place itself on your desktop and open the properties window so you can tweak the script, change the font or color, or reposition it. Before it opens though, GeekTool gives you the opportunity to inspect the script to make sure it’s something you want to run.

The wealth of user-created geeklets is worth diving into once you feel you’ve mastered the basics. You can find geeklets that do everything from display the current song playing in Spotifyto show you the title and summary of any unread messages in Gmail. Here are a few others :

  • Satellite Weather Map – Add your city to track weather in your region, including storms and hurricanes
  • Dateline Calendar – A horizontal 12-month calendar that stretches across the screen
  • List of Tasks from Things.app – For users of the productivity app Things, this Geeklet lists current tasks.
  • CPU/Disk/Memory Usage Meter – Progress bars for CPU utilization, RAM utilization, and disk space on the primary drive.
  • iTunes Song Meter – Displays the progress of the currently playing song in iTunes as a progress bar

Don’t underestimate the power of the three built-in geeklets though. With time, experimentation, and a little knowledge of Unix commands, you can do some impressive things with GeekTool. You can find additional scripts and commands over at Keynote 2 Keynote andCattail.nu, which both host a number of commands that, while old, still work perfectly.

For some inspiration or designs to try with GeekTool, (often in combination with a custom desktop that you can fit your geeklets into,) check out Francesco Mugnai’s GeekTool script roundup, Lifehacker alumn Rachel Atwood’s gallery at Unplggd, and of course, in the Lifehacker Desktop Show and Tell Flickr pool.

One note of warning: whatever geeklets and scripts you run, make sure to closely watch and appropriately set the refresh timer on your shell geeklets. If you set the refresh rate too low, you run the risk of letting GeekTool consume more system resources than you probably need to allow it. For things that only update every day or not at all, set the refresh rate appropriately high.

SEXPAND

Don’t Stop Here

If you want to take redesigning your desktop to the next level, consider utilities like Panic Software’s Stattoo, which embeds weather conditions, current iTunes track, an icon for battery status, upcoming iCal appointments, and more right on the desktop in a way that GeekTool won’t without a lot of script-writing. If you’ve watched any of our Mac shortcut of the dayvideos, you’ve seen Stattoo at the bottom of my desktop just above the dock.

If it’s the menubar you want to change, try Nocturne, a free and open source utility that lets you play with the transparency and color of the menubar. If you want to spice up the Dock, there are plenty of utilities to help you with that as well. Check out this list of replacement Dock themes at Beautiful Pixels to get started.

Like most desktop customization tools, the possibilities for GeekTool are simple or broad depending on how willing you are to put time and energy into it. The commands and geeklets we’ve added here barely scratch the surface of what’s possible.

GeekTool can have a steep learning curve when it comes to customizing your desktop, but remember, it was designed primarily as a way to embed useful information on the desktop so you didn’t have to open terminal applications or system utilities to see it. Take some time to familiarize yourself with the Unix commands here, and don’t re-invent the wheel: there are a lot of people out there with scripts and geeklets ready to go that will add a personal touch to your Mac. Before you know it, you’ll have a Mac desktop worth submitting to the Lifehacker Desktop Show and Tell pool.

I’ve by no means exhausted all you can do with GeekTool, so if you’re a GeekTool guru, share your favorite geeklets and scripts in the comments.

Rainmeter for Mac – Best Rainmeter Alternatives for Mac:

Rainmeter is a desktop customization tool for Windows operating system. The Rainmeter does not support any other OS than Microsoft Windows. So you cannot use Rainmeter on Mac System. However, there are some apps for Mac which are similar to Rainmeter. We will show you the best alternatives to Rainmeter for Mac so that you can choose a suitable app for your Mac.

Contents

  • 1 Best Alternatives to Rainmeter for Mac

Best Alternatives to Rainmeter for Mac

The Rainmeter app allows the users to create beautiful skins and set them on their desktop. If you are looking for an alternative to Rainmeter for Mac then you have reached the right place. We have conducted a research to find out some really best alternatives to Rainmeter for Mac that offer exciting features. Here we provide the list and reviews of apps similar to Rainmeter for Mac as follows:

  1. GeekTool
  2. MenuMeters
  3. MiniUsage
  4. Hardware Monitor
  5. GKrellM
  6. iPulse
  7. Nerdtool
  8. Superbar

Let us discuss all the above mentioned best alternatives to Rainmeter for Mac in detail as under:

Rainmeter Alternatives for Mac

01. GeekTool

GeekTool is an application made for customization of desktop on Mac computer. If you want to use best alternative to Rainmeter for Mac then GeekTool is the app designed for you. It allows you to create desktop skins and customize it with various icons & widgets.

GeekTool has four modules named Shell, Web, Log and Image. With help of Logs feature, you can keep an eye on what is going on right from your Mac desktop. The Image module on GeekTool can capture a folder full of pictures, a network graph or a remote webcam and put it on your desktop.

In order to display something on desktop, you need to prepare a script in GeekTool. It will execute the script to get the information and display the output. The Web option lets you display a full web page on your desktop. You can also generate your own HTML code using your own script.

02. MenuMeters

MenuMeters is a set of CPU, Memory, Disk and Network Monitoring Tools. The MenuMeters is a free and open source application developed by Alex Harper for Mac OS X El Capitan. You can install and use MenuMeters on your Mac System with Mac OS X 10.4 or newer version.

The MenuMeters monitors are true SystemUIServer plugins which are also known as Menu Extras. You can reorder these plugin with command-drag and remember their positions after restart of Mac System. The CPU Meter can display system load both as a total percentage and as the user and system time.

Its simple design and multiple features make MenuMeters the best alternative to Rainmeter for Mac. The Disk Activity Meter displays disk activity to local disks. The Memory Meter shows current memory usage and VM Statistics. The Net Meter displays network throughput and its menu shows current interfaces & their status.

03. MiniUsage

MiniUsage is a free utility tool app developed for Mac OS X 10.5.8 or later. It is a lightweight and the best app for Mac User who wants to monitor everything in Mac System. The MiniUsage displays all the information about software and hardware usage status right on your Mac desktop.

The primary function of MiniUsage is to inform the user what is going on in Mac system. The MiniUsage displays CPU Usage, Amount of Network Flow, Battery Status and other important details. It also shows the names of processes which are using high CPU on your Mac.

The MiniUsage is the best alternative to Rainmeter as it shows all required information in the desktop menu bar. This app takes a little space in your Mac and shows all important data on desktop. Therefore MiniUsage is the most suitable utility app for every Mac computer and MacBook.

04. Hardware Monitor

Geektool

Hardware Monitor is a useful application for Mac OS operating system. It is designed to read out the hardware sensors built into specific Mac models. The Hardware Monitor shows the display of Mac system temperature, customizable labels and display options for all sensors.

Hardware Monitor saves periodic automatic recording and safe storage of history data. It will be helpful for you when your Mac is unstable and often requires a repair. The auto save option makes it the best alternative to Rainmeter for Mac you can ever have.

The Hardware Monitor supports artificial sensors to monitor aspects of the Mac OS operating system. It monitors and displays CPU load, disk usage, number of processes, memory usage, paging activity, network interface activity, smart verification status and remaining battery capacity.

05. GKrellM

GNU Krell Monitors (also known as GKrellM) is a system monitor software. It is developed for Unix-like operating system that works on Mac OS, Windows, Linux and many more. In order to install GKrellM on Mac computer, you need to compile it with the code contributed by Ben Hines.

GKrellM is based on the GTK+ toolkit that creates a single process stack of system monitors. It supports applying themes to match its appearance to your window manager, GTK or any other theme. It has SMP CPU Monitor that can chart individual CPUs and/or a composite CPU.

GKrellM is able to display temperature, fan and voltage sensor monitors. But it can display all these details only if they are supported by the kernel and the mainboard hardware of your Mac System.

06. iPulse

iPulse is a visual system monitoring app developed by the Iconfactory. The iPulse App comes with ten inbuilt presets so that you can quickly set it up on your Mac System. You can also add new looks to iPulse from the Iconfactory.

iPulse app is fully compatible with rootless system integrity protection. it is designed to securely use system resources. The iPulse has a compact, clever and fully customizable interface. It presents Mac OS information in both way i.e. graphically and with text.

The iPulse app monitors Mac OS Statistics of CPU activity, System load over time, Network bandwidth and activity, Memory activity and usage, Battery & wireless signal strength, Disk usage and Current time and date.

07. Nerdtool

Nerdtool is an all in one tool designed for Mac OS X. It comes with an interface divided into two parts i.e. log group selector on the left side and log editor on the right side. It has shell support plus both local and online image support.

The Nerdtool allows you to display many things directly on the top of your desktop. The list of such things includes weather reports, headline news and system vitals as well. The Nerdtool provides constant file monitoring, that’s why it is the best alternative to Rainmeter for Mac OS X.

New Macbook Desktop Using Geektool Like Rainmeter But Free

Nerdtool can display shell outputs with ANSI escaped formatting. It can manipulate color, size and font of the final output. It has magnetic logs and other tools for layout assistance. The Nerdtool is also capable to display images, HTML documents and other higher forms of media.

08. Superbar

New Macbook Desktop Using Geektool Like Rainmeter Buttons

Superbar is a free menubar application for Mac OS. The Superbar app allows you to customize whatever is possible from your Mac menubar. You should add the shortcuts of apps and tools to Superbar so that you can quickly access them right from your Mac desktop.

The Superbar App lets you add your desired apps, snippets, bookmarks and commands to the menubar. With help of Superbar customization features, you will have all your favorite stuff at your fingertips. Therefore Superbar is one of the best alternatives to Rainmeter for Mac.

You can extend and customize menus as per your preferences. The Superbar also supports Emojis. You can add apps, folders and system preferences to Workspace section and create shortcut for any system command. Superbar offers to run commands in background or in a new terminal window.

Final Opinion:

All the information given above about Best Alternatives to Rainmeter for Mac is true and fair. The alternative apps we have shared here are free and useful for every Mac user. You should download the alternative app which is suitable for your use on Mac computer.