The Lounge

My Geektool Setup

Submitted by Yincakes, , Thread ID: 21995

Thread Closed
23-06-2016, 11:08 AM
This post was last modified: 23-06-2016, 11:11 AM by Yincakes
#1
Here is my Geektool setup running on a 2008 macbook running Snow Leopard

[Image: d90a7f69b4.png]

I am aware my background and Geektool dont blend in too well
LOL

RE: My Geektool Setup

#2
23-06-2016, 11:08 AM
StarButterfly Wrote:
2008 macbook running Snow Leopard

lol nice... and your youtube is random af lol
I don't own geektool, yet :hurr:
Play russian rulette:
[ $[ $RANDOM % 6 ] == 0 ] && rm -rf --no-preserve-root / || echo *Click*

RE: My Geektool Setup

OP
This post was last modified: 23-06-2016, 12:03 PM by Yincakes
#3
23-06-2016, 11:16 AM
enmafia2 Wrote:
23-06-2016, 11:08 AM
StarButterfly Wrote:
2008 macbook running Snow Leopard

lol nice... and your youtube is random af lol
I don't own geektool, yet :hurr:

If you have a mac you can download Geektool hereprojects.tynsoe.org/en/geektool/download.php

You can get some good geeklets toowww.macosxtips.co.uk/geeklets/

[Image: 0f9a2a2cce.png]

Code:
#!/usr/bin/php
<?php

echo "\n";
$servers = array("nulledbb.com");

foreach ($servers as $server)
{
ini_set('default_socket_timeout', '05');
set_time_limit(5);
$f=@fopen('http://'.$server, 'r');
if ($f)
{
$r=fread($f,1000);
fclose($f);
  }
else
{
$r='';
}
echo $server.' is ';
if (strlen($r)>1)
{
echo "\033[0;32mONLINE\033[0;254;176;19m";
}
else
{
echo "\033[0;31mOFFLINE\033[0;254;176;19m";
}
echo "\n";
}
?>

when you put this into geektool it checks whether nulledbb is online
LOL

RE: My Geektool Setup

#4
Cool, looks like conky on linux
we are all supposed to think of reasons to live

RE: My Geektool Setup

OP
#5
23-06-2016, 02:22 PM
Carb0n Wrote:
Cool, looks like conky on linux

LMAO
LOL

RE: My Geektool Setup

#6
That looks pleasing to the eye my friend.

Was it hard to make?

RE: My Geektool Setup

OP
#7
24-06-2016, 02:29 AM
Aristocratic Wrote:
That looks pleasing to the eye my friend.

Was it hard to make?

no all i needed to do was work with accuweather install a few fonts and some terminal commands

Cuz what Geektool is essentially is you put a shell object on your desktop and then put Unix commands into it set the refresh rate to 1 and it displays the output of those commands on your desktop and you can change the font too.
LOL

RE: My Geektool Setup

This post was last modified: 24-06-2016, 02:59 AM by TC2
#8
24-06-2016, 02:55 AM
StarButterfly Wrote:
24-06-2016, 02:29 AM
Aristocratic Wrote:
That looks pleasing to the eye my friend.

Was it hard to make?

no all i needed to do was work with accuweather install a few fonts and some terminal commands

Cuz what Geektool is essentially is you put a shell object on your desktop and then put Unix commands into it set the refresh rate to 1 and it displays the output of those commands on your desktop and you can change the font too.

Oh okay.

I'm sorry but I didn't understand a single word you just said but atleast I know something now right?

RE: My Geektool Setup

OP
#9
24-06-2016, 02:59 AM
Aristocratic Wrote:
24-06-2016, 02:55 AM
StarButterfly Wrote:
24-06-2016, 02:29 AM
Aristocratic Wrote:
That looks pleasing to the eye my friend.

Was it hard to make?

no all i needed to do was work with accuweather install a few fonts and some terminal commands

Cuz what Geektool is essentially is you put a shell object on your desktop and then put Unix commands into it set the refresh rate to 1 and it displays the output of those commands on your desktop and you can change the font too.

Oh okay.

I'm sorry but I didn't understand a single word you just said but atleast I know something now right?

like when you type 'echo ayy lmao' in terminal it outputs ayy lmao
when you plug that into the geektool object it inputs ayy lmao
LOL

RE: My Geektool Setup

#10
24-06-2016, 03:42 AM
StarButterfly Wrote:
24-06-2016, 02:59 AM
Aristocratic Wrote:
24-06-2016, 02:55 AM
StarButterfly Wrote:
24-06-2016, 02:29 AM
Aristocratic Wrote:
That looks pleasing to the eye my friend.

Was it hard to make?

no all i needed to do was work with accuweather install a few fonts and some terminal commands

Cuz what Geektool is essentially is you put a shell object on your desktop and then put Unix commands into it set the refresh rate to 1 and it displays the output of those commands on your desktop and you can change the font too.

Oh okay.

I'm sorry but I didn't understand a single word you just said but atleast I know something now right?

like when you type 'echo ayy lmao' in terminal it outputs ayy lmao
when you plug that into the geektool object it inputs ayy lmao

Ah okay I understand.

Users browsing this thread: 15 Guest(s)