mirror of
https://github.com/Llewellynvdm/conky.git
synced 2025-01-27 17:18:33 +00:00
Patch to clarify things in conky.conf sf.net id #2548805 (thanks Carpathia).
This commit is contained in:
parent
24ddc9665e
commit
5640da7c84
@ -13,6 +13,8 @@
|
|||||||
* network $upspeed and $downspeed now use human_readable()
|
* network $upspeed and $downspeed now use human_readable()
|
||||||
* Fix diskio_read/write patch sf.net id #2493084 (thanks Alexander)
|
* Fix diskio_read/write patch sf.net id #2493084 (thanks Alexander)
|
||||||
* Fix nvidia memory frequency reading patch sf.net id #2493134
|
* Fix nvidia memory frequency reading patch sf.net id #2493134
|
||||||
|
* Patch to clarify things in conky.conf sf.net id #2548805 (thanks
|
||||||
|
Carpathia).
|
||||||
|
|
||||||
2009-02-15
|
2009-02-15
|
||||||
* Added out_to_x
|
* Added out_to_x
|
||||||
|
@ -19,7 +19,7 @@ background no
|
|||||||
#font *mintsmild.se*
|
#font *mintsmild.se*
|
||||||
#font -*-*-*-*-*-*-34-*-*-*-*-*-*-*
|
#font -*-*-*-*-*-*-34-*-*-*-*-*-*-*
|
||||||
|
|
||||||
# Use Xft?
|
# Use Xft? - enabling XFreeType allows truetype fonts to be used
|
||||||
use_xft yes
|
use_xft yes
|
||||||
|
|
||||||
# Xft font when Xft is enabled
|
# Xft font when Xft is enabled
|
||||||
@ -40,7 +40,7 @@ xftalpha 0.8
|
|||||||
# ... or append to a file so you won't lose the last entry ?
|
# ... or append to a file so you won't lose the last entry ?
|
||||||
#append_file /this/file/will/contain/all/entries
|
#append_file /this/file/will/contain/all/entries
|
||||||
|
|
||||||
# MPD host/port
|
# MPD host/port - for integration with Music Player Daemon
|
||||||
# mpd_host localhost
|
# mpd_host localhost
|
||||||
# mpd_port 6600
|
# mpd_port 6600
|
||||||
# mpd_password tinker_bell
|
# mpd_password tinker_bell
|
||||||
@ -131,10 +131,10 @@ cpu_avg_samples 2
|
|||||||
# set to 1 to disable averaging
|
# set to 1 to disable averaging
|
||||||
net_avg_samples 2
|
net_avg_samples 2
|
||||||
|
|
||||||
# Force UTF8? note that UTF8 support required XFT
|
# Force UTF8? note that UTF8 support requires XFT
|
||||||
override_utf8_locale no
|
override_utf8_locale no
|
||||||
|
|
||||||
# Add spaces to keep things from moving about? This only affects certain objects.
|
# Add spaces to keep things from moving about? This only affects certain objects. Possible values are "none" (default), "left" or "right"
|
||||||
use_spacer none
|
use_spacer none
|
||||||
|
|
||||||
# Shows the maximum value in scaled graphs.
|
# Shows the maximum value in scaled graphs.
|
||||||
@ -175,7 +175,8 @@ show_graph_range no
|
|||||||
# allows characters right after the variable and must be used to pass
|
# allows characters right after the variable and must be used to pass
|
||||||
# parameters to the variable.
|
# parameters to the variable.
|
||||||
|
|
||||||
# stuff after 'TEXT' will be formatted on screen
|
# stuff after 'TEXT' will be formatted on screen.
|
||||||
|
# Comment lines in the TEXT block will be interpreted as display text!
|
||||||
|
|
||||||
TEXT
|
TEXT
|
||||||
$nodename - $sysname $kernel on $machine
|
$nodename - $sysname $kernel on $machine
|
||||||
|
Loading…
x
Reference in New Issue
Block a user