Recommended Posts

Hey dude... i'm new to the customizing thing... how do you get all those specs and system data to show up on your desktop?

Mine again :p

Changed a few things, im happy with it now, think this one will stick for a while. Might just add a Desktop AlbumArt thing if I find something like Coversutra for free.

picture1oj4.jpg

Download GeekTool and add the following Unix commands to it in the System Preferences:

Memory -

echo "Memory Usage" && ps -amcx -o rss,command | awk ' { if (FNR <= 20 && $1 != "RSS" && $1 != "0.0") { printf("%6.1fM ",$1 / 1024); for (i = 2; i <= NF; i++) { printf("%s ", $i); } printf("\n"); } }'

CPU -

echo "CPU Usage" && ps -arcx -o %cpu,command | awk ' { if (FNR <= 20 && $1 != "%CPU" && $1 != "0.0") { printf("%5.1f%% ",$1); for (i = 2; i <= NF; i++) { printf("%s ", $i); } printf("\n"); } }'

and then for the uptime its just ' uptime '

Have fun :)

Just wondering, how would you know the difference between a 'hackintosh' screenshot and a real mac screenshot, assuming of course that System profiler isn't open?

We wouldn't if you don't say anything, why would we care its Mac OS X desktops anyways... I don't really understand why you would ask this question for to be honest??

Download GeekTool and add the following Unix commands to it in the System Preferences:

Memory -

echo "Memory Usage" && ps -amcx -o rss,command | awk ' { if (FNR <= 20 && $1 != "RSS" && $1 != "0.0") { printf("%6.1fM ",$1 / 1024); for (i = 2; i <= NF; i++) { printf("%s ", $i); } printf("\n"); } }'

CPU -

echo "CPU Usage" && ps -arcx -o %cpu,command | awk ' { if (FNR <= 20 && $1 != "%CPU" && $1 != "0.0") { printf("%5.1f%% ",$1); for (i = 2; i <= NF; i++) { printf("%s ", $i); } printf("\n"); } }'

and then for the uptime its just ' uptime '

Have fun :)

heres more

Calender:

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

to make a to do list just make a file say in ~/Documents/todo.txt then in geektool do "tail ~/Documents/todo.txt" then all you need to do is edit that file and it'll come up on the desktop.

This has heeps of hints

http://www.keynote2keynote.com/2007/04/10/...desktop-part-2/

and also DL lynx for mac. Its very good for displaying websites and then you can get temperatures, RSS and heeps more.

google geektool scripts and then you can also work out how to use it from there its quiet easy actually.

@ thefarewellnote

Your menu bar seems to be smaller in your latest screenshot? Am I just seeing things? Or have you actually done something to it?

Also, I've noticed from your screenshots that you tend to have your docks similar to that size. Do you tend to have it on auto-hide? Or do you not mind the decrease in area to work with

Lastly, I'm sure this will be asked so let me be the first to do so:

Link to wall and glass version of your Niqu Maxified Dock?

@ thefarewellnote

Your menu bar seems to be smaller in your latest screenshot? Am I just seeing things? Or have you actually done something to it?

Also, I've noticed from your screenshots that you tend to have your docks similar to that size. Do you tend to have it on auto-hide? Or do you not mind the decrease in area to work with

Lastly, I'm sure this will be asked so let me be the first to do so:

Link to wall and glass version of your Niqu Maxified Dock?

My menu bar is the same size - nothing changed about it that I know of.

My dock is a little larger than what Apple sets it to (standard) size. As far as decrease in the work area it isn't that much of a difference on m 17" MBP. Plus the icons are sexy and I hate not being able to see the details of them on the smaller dock.

Wallpaper can be found here

http://interfacelift.com/wallpaper/details.php?id=1264

The dock is actually called PDock (you can find it on deviantart) I then took the separators from my Niqu Maxified Dock and put them with it.

Hope that helps :D

My menu bar is the same size - nothing changed about it that I know of.

My dock is a little larger than what Apple sets it to (standard) size. As far as decrease in the work area it isn't that much of a difference on m 17" MBP. Plus the icons are sexy and I hate not being able to see the details of them on the smaller dock.

Wallpaper can be found here

http://interfacelift.com/wallpaper/details.php?id=1264

The dock is actually called PDock (you can find it on deviantart) I then took the separators from my Niqu Maxified Dock and put them with it.

Hope that helps :D

Hmm, could it be the font size on your menu bar? I've downloaded your screenshot and full-screened it through Quick Look. Moving my mouse to the top of the screen overlays my menu bar over the picture, and your menu bar is clearly smaller than mine. Something I've noticed is that the text in your menu bar is smaller?

Is this just an error of the picture?

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Linux 7.1 arrives with an NTFS overhaul and major hardware performance boosts by Paul Hill The founder of the Linux kernel has just announced the availability of Linux 7.1. This is a stable version of the kernel that will now be tested by various Linux distributions before it is shipped to users through update managers. Some users, like those on Debian, for example, might not get it for a long time, if at all, while Fedora users can expect it in the near future. With Linux 7.1 out on time, the merge window for Linux 7.2 is now open, giving contributors the opportunity to send in major new features that have been waiting for the last two months. Torvalds warned that he is currently travelling and will be in another timezone, so timing for the merge window may be irregular due to timezone differences and limited internet access. Torvalds said that he has already fetched early pull requests to allow him to do some offline work, but the travel could still cause disruption. Right now, he is not planning to extend the release, but did consider it. He said he might later regret not extending, though. In terms of this last week of development for Linux 7.1, Torvalds said there were no major or alarming changes. This week consisted mostly of smaller driver updates to GPU, networking, and sound, networking fixes, trace tooling fixes, and misc minor fixes. The shortlog this week lists fixes for driver bugs, memory leaks, I/O and USB fixes, networking and RDMA fixes, DRM/graphics fixes, and tooling and verification improvements. Specific fixes include USB series heap-overflow and buffer overflow fixes, and multiple use-after-free, memory-leak, and refcount corrections across subsystems such as i2c, zram, gpio, and net. There are fixes for graphics drivers, including amdgpu, i915, and virtio, as well as hypervisor and virtualization tweaks affecting mshv, vmbus, and hyperv. According to Phoronix, anyone running Linux 7.1 should look out for the new NTFS driver, Intel FRED for improved performance on Panther Lake and future CPUs, faster graphics with Intel Arc Battlemage, and improvements for older AMD Radeon GPUs. If you are running Linux on your computer and everything is fine, then you don’t need to worry about updating to Linux 7.1 as a priority; just wait for it to be pushed to you. If you have tried Linux on hardware but it didn’t work properly, trying again with a distro that uses Linux 7.1 could cause Linux to work on your machine, thanks to the new hardware support.
    • you can also do this with this tool: PowerSettingsExplorer made by mbk1969 at 3dguru forum.. I found it by accident researching on modern standby and annoying quirks of it in 2022
    • AB Download Manager 1.9.1 by Razvan Serea AB Download Manager is an open-source, feature-rich download manager designed to accelerate downloads, organize files efficiently, and provide seamless control over downloads. With support for multiple connections, resume capability, and an intuitive interface, it enhances the downloading experience for users seeking speed and reliability. The software integrates with various browsers, enabling quick link grabbing and batch downloading. It supports HTTP, HTTPS, and FTP protocols, ensuring broad compatibility with different file sources. Users can schedule downloads, set speed limits, and categorize files automatically for better organization. AB Download Manager is lightweight yet powerful, making it a great alternative to proprietary download managers. Its open-source nature allows developers to contribute, customize, and improve the software as needed. Whether you're downloading large files, managing multiple downloads at once, or seeking an ad-free experience, this tool offers a practical and efficient solution. Key features of AB Download Manager: Multi-Connection Support – Accelerates downloads by splitting files into multiple segments. Resume Capability – Allows paused or interrupted downloads to be resumed without starting over. Batch Downloading – Supports downloading multiple files at once for improved efficiency. Browser Integration – Captures download links directly from browsers for seamless operation. HTTP, HTTPS, and FTP Support – Ensures compatibility with a wide range of file sources. Download Scheduling – Enables users to automate downloads at specific times. Speed Limiting – Lets users control bandwidth usage for optimized performance. File Categorization – Automatically organizes downloaded files into designated folders. User-Friendly Interface – Simple and intuitive design for easy navigation. Cross-Platform Compatibility – Works on multiple operating systems. Ad-Free Experience – No intrusive ads or tracking for a clean user experience. AB Download Manager 1.9.1 changelog: Added An option to customize notification sounds (#1259) Fixed Ongoing notification was laggy on Samsung One UI devices (#1269) Improved Updated Translations Minor UI/UX improvements Download: AB Download Manager 1.9.1 | Portable | ~80.0 MB (Open Source) Download: ARM64 | Portable ARM64 | Android Links: AB Download Manager Website | Github Page | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • watching him because of the Mr Klinton cat
    • yup dude, ADS on this website are terrible
  • Recent Achievements

    • Week One Done
      rolfus earned a badge
      Week One Done
    • One Month Later
      Leroy Jethro Gibbs earned a badge
      One Month Later
    • Conversation Starter
      flexorcist earned a badge
      Conversation Starter
    • One Month Later
      AndreaB earned a badge
      One Month Later
    • One Month Later
      agatameier earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      506
    2. 2
      +Edouard
      196
    3. 3
      PsYcHoKiLLa
      140
    4. 4
      ATLien_0
      90
    5. 5
      Steven P.
      81
  • Tell a friend

    Love Neowin? Tell a friend!