Last Updated on May 25, 2022
Linux Candy is a series of articles covering interesting eye candy software. We only feature open source software in this series.
Some of the programs in this series are purely cosmetic, frivolous pieces of fun. Candy at their finest. But we also include some programs that aren’t purely decorative.
There’s a diverse range of programs included in this series. Programs such as eDEX-UI and Variety are actually highly practical programs. ASCIIQuarium has soothing and relaxing qualities for your desktop. Other programs included in this series (such as lolcat, cacafire) are included purely for their decorative qualities. And then there’s some really fun software that just raises a smile or two.
Hollywood is a 102 line script that occupies your console with tech geekery.
Installation
There’s no compilation necessary, as Hollywood is a script. Just clone the project’s GitHub repository.
$ git clone https://github.com/dustinkirkland/hollywood.git
Change into the directory:
$ cd hollywood
And run the program with the command:
$ ./hollywood
Your distro may include a ‘convenient’ package. For example, there’s a package in the Arch User Repository — for Arch and Arch-based distros.
Next page: Page 2 – In Operation
Pages in this article:
Page 1 – Introduction / Installation
Page 2 – In Operation
Page 3 – Summary
A typographic error surely?
“a niceness of -19, the lowest priority”
It should be +19 (plus nineteen) not -19 (minus nineteen)
From the manual page for “nice”,
“Niceness values range from -20 (most favorable to the process) to 19 (least favorable to the process).”
Thanks for spotting the typo which I’ve corrected.