Conky update speed


















While I'd love to take credit for this problem, those two commits only made it into master this morning. And according to the other posters, the problem showed up between versions 1. The download speed seems to be off by a factor of 32, while the upload speed seems to be off by a factor of But any change that was made after 1.

I had the wrong idea of when the version number got changed. I do need execpi however, to use the following conky variables in my weather Lua script:. If so, and we're willing to delete this line in order to fix the bugs it introduced, while knowing that it'll break the nesting feature, perhaps it'd be better to remove the whole commit?

Also referencing: comment and comment. Skip to content. Star 5. Conky has many built in objects including support for a plethora of operating system statistics, built in IMAP and POP3 support, built in support for many popular music players, and much much more.

Conky can display this information either as formatted text or using simple progress bars and graphs all with different fonts and colors. Light weight Lua scripts can be used to extend Conky in many ways including adding the ability to display dynamic graphics. Installing and Starting Conky This is not intended to be an exhaustive guide to getting Conky to run on every Linux distribution.

Avoid starting too soon. Conky Themes Many Conky themes are available that can be downloaded and used often without any modification.

Notes: Single UNIX Specification Some conversion specifications can be modified by preceding the conversion specifier character by the E or O zero modifier to indicate an alternative format should be used. Week 01 is the first week where Four or more days fall within the new year or The first week of the year that contains a Thursday or The week that has 4 January in it When three or fewer days of the first calendar week of the new year fall within that year, then the ISO week-based system counts those days as part of week 53 of the preceding year.

Time Zone All time values are based on the time zone of the local machine unless otherwise noted. Conky Tips and Tricks Conky already has many ways to directly access and display system information internally but sometimes you need something more.

Show name of current Ubuntu desktop variant. Enable desktop compositing. Conky is able to show fake or real transparent background on some display managers even when compositing is disabled but generally it is a good idea to enable compositing. Start with the following Conky settings. Click on the links for options. Section "Module" Load "dbe" EndSection. Prints Conky version with a list of compiled in options then exits.

Run Conky in quiet mode with no output in the terminal used to start conky. The default is to show errors, warnings, and progress information in the terminal. Debugging output with two detail levels. Text alignment on screen. Can also be abbreviated with first characters of position. See alignment command. Use double buffering. This helps eliminate flicker by using more memory. Config file to load instead of the default. Print internal default config to stdout.

This is useful when starting from scratch. Daemonize Conky by forking process to background. See background command. Set default font to use. Font name must be quoted if it contains spaces. See font command. Create own window to draw. Prints the string of text to standard output and exits. This is useful when using Conky in scripts. TEXT has to be enclosed by single quotes.

Read configuration from stdin standard input. Text to render. The text must be in single quotes. Update interval in seconds. X position from left edge of screen in pixels. Negative numbers are position from right edge. Y position from top edge of screen in pixels. Negative numbers are position from bottom edge. Number of times to update Conky before exit. Also can be abbreviated as tl, tr, tm, bl, br, bm, ml, mm, mr.

Append the file given as argument. Boolean value. If true Conky is forked to a background process when started. Inner border margin in pixels is the margin between the border and text. Outer border margin in pixels is the margin between the border and the edge of the window. Predefine a color for use inside TEXT segments.

Substitute N by a digit between 0 and 9 inclusive. When specifying the color value in hex, omit the leading hash. See colorN text variable. Specify a default width and height for bars. The following example is particularly useful for execbar and execibar as they do not take size arguments. Specify a default width and height for gauges in pixels.

This is particularly useful for execgauge and execigauge as they do not take size arguments. Specify a default width and height for graphs. This is particularly useful for execgraph and execigraph as they do not take size arguments. Set this to True or Yes to disable the inotify-based auto config reload feature. Use the Xdbe extension? Draw outlines around text and lines?

This makes text much easier to read on a very low contrast background. Adds a narrow shadow on text and lines to make them easier to read on relatively low contrast backgrounds. Put an extra newline at the end when writing to stdout, useful for writing to awesome's wiboxes.

Set the default font name to use in X. There are three parts. Font Name - The name of the font as it appears in your system. The xfontsel program can be used to find a nice font installed on your system. For example: bold , normal If one or both of the optional parts are given a colon character must be used to separate the parts. If enabled, values which are in bytes are printed in human readable format i. If disabled, the number always shows bytes. Gap in pixels between right or left border of screen.

The following example is the same as passing -x 10 at command line. For other position related stuff, see alignment. Gap in pixels between top or bottom border of screen. The following example is the same as passing -y 10 at command line. Hostname to connect to for hddtemp objects. Defaults to This is required for hddtemp to work. Port to use for hddtemp connections. Default global IMAP server. Arguments are: host user pass [-i interval in seconds ] [-f 'folder'] [-p port] [-e 'command'] [-r retries].

Default port is , default folder is 'INBOX', default interval is 5 minutes, and default number of retries before giving up is 5. Interval in seconds to flush Imlib2 image memory cache. Imlib2 image cache size in bytes. Defaults to 4MiB. Set to 0 to disable the image cache. This function, if defined, is called by Conky each iteration after drawing to the window. Requires X support. Takes any number of optional arguments. Use this hook for drawing things on top of what Conky draws.

This function, if defined, is called by Conky each iteration before drawing to the window. Use this hook for drawing things under what Conky draws. Loads Lua script s separated by spaces.

This function, if defined, is called by Conky at shutdown or when the configuration is reloaded. Use this hook to clean up after yourself such as freeing memory which has been allocated by external libraries via Lua.

This function, if defined, is called by Conky at startup or when the configuration is reloaded. Use this hook to initialize values, or for any run-once applications.

Allow each port monitor to track at most this many connections. If 0 or not set, default is Maximum number of special things, e. Default is When a line in the output contains width characters and the end isn't reached, the next character starts a new line. If you want to make sure that long lines don't get broken into multiple lines, set this to 0. Maximum size of the user text buffer in memory. At a minimum this must be large enough to hold all of the layout information below the TEXT line in your Conky config file.

Default is bytes. Music player thread update interval measured in Conky update intervals. Defaults to once each time Conky updates. The number of samples to average for network traffic data. Smaller numbers respond faster to changes in traffic. Larger numbers jump around less. Subtract file system buffers from used memory numbers. Print text to stdout standard output for viewing in terminals. Print text in the console, but use ncurses so that Conky can print the text of a new update over the old text.

In the future this will provide more useful things. When set to NO there is no output in X. If you set this to NO make sure that it is placed above all other X-related settings. If you are unsure use the first line of your Conky config file to be safe.

Default value is YES. Boolean, create own window to draw? Defaults to Conky. Defaults to black. This command and all Conky color statements accept either a six digit hexadecimal value like ffffff note the lack of leading or a valid RGB name.

Manually set the window name. Boolean answer to use alpha-red-green-blue ARGB visual display? When ARGB visuals are enabled, use this to modify the alpha value used. Boolean, set transparency? The default is normal. Desktop windows are special windows that have no window decorations; are always visible on your desktop; do not appear in your pager or taskbar; and are sticky across all workspaces. Panel windows reserve space along a desktop edge, just like panels and taskbars, preventing maximized windows from overlapping them.

The edge is chosen based on the alignment option. Override windows are not under the control of the window manager. Hints are ignored. Connect and share knowledge within a single location that is structured and easy to search.

You must replace the NC string after 'upspeed' and 'downspeed' with the name of your network. According to your feedback, your wired network is called 'enp4s0', this means that the conky script line related to the netwok must be:. Ubuntu Community Ask! Sign up to join this community. The best answers are voted up and rise to the top. Stack Overflow for Teams — Collaborate and share knowledge with a private group.

Create a free Team What is Teams? Learn more. To enable these options, add them to the. For example, if you wanted Conky to use the Bitstream Vera Sans 8pt font, the options would look like this:. In the example below, the window width is set to pixels, it uses white as its default color, and it is aligned to the top left corner.

With the basic display options in place, you can start working on what system parameters you want Conky to monitor by using so-called variables. For example, to display the kernel version of your system, you can use the kernel variable, and if you want Conky to show the hostname, you can do this by adding the nodename variable:. Note that each variable in the. Conky also includes a few variables that allow you to control the appearance of the output.

The color variable lets you specify text color, while the alignr variable allows you to right-justify text. To see how this works in practice, take a look at the following example:. To switch back to the default color white , you can use the color variable without any parameter.



0コメント

  • 1000 / 1000