Author: duncan
Date: Thu Oct  5 06:22:16 2006
New Revision: 8318

Modified:
   branches/rel-1-5/freevo/local_conf.py.example

Log:
[ 1571017 ] Add idlebar and shutdown commands to local_conf.py.example
Patch applied.


Modified: branches/rel-1-5/freevo/local_conf.py.example
==============================================================================
--- branches/rel-1-5/freevo/local_conf.py.example       (original)
+++ branches/rel-1-5/freevo/local_conf.py.example       Thu Oct  5 06:22:16 2006
@@ -90,6 +90,11 @@
 # Perform a whole system shutdown at SHUTDOWN! Useful for standalone boxes.
 #
 # ENABLE_SHUTDOWN_SYS = 0
+#
+# Command to execute to shutdown the system
+#
+# SHUTDOWN_SYS_CMD = "sudo shutdown -h now"
+# RESTART_SYS_CMD = "sudo shutdown -r now"
 
 # ======================================================================
 # AUTOSHUTDOWN CONFIGURATION
@@ -1226,3 +1231,28 @@
 # TV_LOGOS = OS_CACHEDIR + '/xmltv/logos'
 
 # LOCALE='latin-1'
+
+# Idlebar with clock and system info is nice
+#
+# plugin.activate('idlebar')
+
+# clock display
+# %A - Full weekday name.
+# %a - Abbreviated weekday name.
+# %B - Full month name
+# %b - Abbreviated month name
+# %I - Hour (12-hour clock) as a decimal number [01,12].
+# %H - Hour (24-hour clock) as a decimal number [00,23].
+# %M - Minute as a decimal number [00,59].
+# %m - Month as a decimal number [01,12].
+# %b - Name of Month
+# %d - Day of the month as a decimal number [01,31].
+# %p - Locale's equivalent of either AM or PM.
+# %y - Year without century as a decimal number [00,99].          
+# %Y - Year with century as a decimal number.
+# plugin.activate( 'idlebar.clock', level=50, args=('%a %H:%M'))
+#
+# display proc-stats, CPU and RAM usage
+# plugin.activate('idlebar.system.procstats',level=20)
+
+# plugin.activate( 'idlebar.diskfree', level=10)

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to