Especially now that FARR forces the presence of the statusbar, I would really like to be able to modify the option:
"text to show on statusbar on launch"
with something more useful (specifically the time and the date). are there currently any variable strings i can insert to accomplish this? if not, would you consider adding these variables:
%a - Abbreviated weekday name
%A - Full weekday name
%b - Abbreviated month name
%B - Full month name
%d - Day of month as decimal number (01 - 31)
%H - Hour in 24-hour format (00 - 23)
%I - Hour in 12-hour format (01 - 12)
%m - Month as decimal number (01 - 12)
%M - Minute as decimal number (00 - 59)
%p - Current locale's A.M./P.M. indicator for 12-hour clock
%S - Second as decimal number (00 - 59)
%y - Year without century, as decimal number (00 - 99)
%Y - Year with century, as decimal number
%C - center text in the statusbar
%% - Percent sign
for example, if i wanted the statusbar to read:
Wednesday, August 21 - 3:11 pm
and have it centered in the statusbar, i would insert:
%A, %B %d - %I:%M %p%C
other useful variables could eventually be added later by users request (like uptime, cpu load, memory usage, etc.)
thanks for the continued work on FARR! it's working great!
-cracksloth