Command of the day desklet

UUID: commandOfTheDay@logg
Last edited:
4 months ago 2023-12-05, 22:13
Last commit: [76198b88] commandOfTheDay@logg: Add Russian translation (#978)

A desklet that displays arbitrary text output from commands

README

Close

Command of the Day Cinnamon Desklet v 1.0.0 - Jan 1, 2016

This is pretty much probably already abandonware. I wrote it so that I could use the command "fortune -o" with the "Quote of the day" desklet after discovering how easy it would be to modify the code to let me do so.

If tinytinnu ever updates their desklet (not updated in over 2 years), I might pull his changes in, but don't count on it.

here's the original README that "Quote of the day" shipped with:


Quote of the Day Cinnamon Desklet v0.2.16 - Oct. 5, 2013

This desklet displays a random quote of the day.

Configuration options The following options are configurable via the Cinnamon Desklet GUI by right clicking "Quote of the Day desklet" and choosing Configure.

- Input file - see below for details on file format
- How frequently to display a new quote, from once a minute to once a day

Changes to the font or font size are sadly only configurable by editing the stylesheet.css file. Edit the existing font-size entry to change the font size. Add a line below the font-size line, such as font-family:"Times New Roman"; to change the font. By default, the font should come from the active theme.

Important: After changing the settings you need to remove and re-add the desklet.

Input file format The input file format is the same as that for the classic fortune (/usr/games/fortune) program. See /usr/share/games/fortunes for examples. The format is simply, "a text file with quotations, each separated by the character "%" on its own line," as explained on the Wikipedia page. Whitespace formatting within the text file is preserved when the quote is displayed.

TODO Make font options configurable through the GUI - I will as soon as I figure out how to!

Comments welcome.

Jess (tinytinnu [at] gmail [dot] com) RavetcoFX (RavetcoFX [at] gmail [dot] [com]

Log In To Comment!

1 Comments

cmesoar
cmesoar-5 years ago
Adding a new input file requires 2 steps: 1- create/copy/move text file into /usr/share/games/fortunes 2- run strfile to create the .dat file required for fortune to see your new text file messages sudo strfile -ir foo.txt #this will ignore text case and create a random index of your messages in foo.dat NOTE: if you wish to have only messages displayed from your new text file, rename or delete other .dat files