Skip to content

j-silv/the-daily-ic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

The Daily Bugle IC

J. JONAH JAMESON : [about Peter's pictures of Spider-Man] They're crap. Crap, crap, megacrap. I'll give you two hundred bucks for all of 'em.

-Spider-Man (2002)

Description

A script that checks the internet for integrated circuit (IC) die shots, randomly picks one, then sets the user's desktop background to it. Additionally, an info box pops up which provides some information about the IC. Here is an example output:

alt text

Prerequisites

The following utilities are used:

  • wget
  • grep
  • cut
  • date
  • sort
  • head
  • tail
  • xmessage

Image sources

Currently sourcing die images from:

How-To

Simply copy or download the shell script, set it to be executable, then (optionally) add it as an Ubuntu (or other distro) start-up application.

Modification

Feel free to play around with how the script works. For example, you can change the download location for the IC image, the info message, what sort of background image formatting you'd like, etc. This script was developed for Ubuntu 20.04, but can easily be modified to fit your distro (for example, changing the command that sets the user's background).

Debugging

The -xv option can be added to the standard shebang to help debug script execution:

#!/bin/bash -xv

Alternatively, this script can be executed with the -xv option:

bash -xv getdailyic

To-Do

Source other die images from :

Contributing

Feel free!

Acknowledgements

  • zeptobars.com

About

Shell script that takes a random semiconductor die image from the web then sets it as your desktop background

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages