Skip to content

Instantly share code, notes, and snippets.

@kevinvdburgt
Created January 4, 2014 02:26
Show Gist options
  • Save kevinvdburgt/8250697 to your computer and use it in GitHub Desktop.
Save kevinvdburgt/8250697 to your computer and use it in GitHub Desktop.
out_to_x no
own_window no
out_to_console yes
background no
max_text_width 0
# Update interval in seconds
update_interval 1.0
# This is the number of times Conky will update before quitting.
# Set to zero to run forever.
total_run_times 0
# Shortens units to a single character (kiB->k, GiB->G, etc.). Default is off.
short_units yes
# How strict should if_up be when testing an interface for being up?
# The value is one of up, link or address, to check for the interface
# being solely up, being up and having link or being up, having link
# and an assigned IP address.
if_up_strictness address
# Add spaces to keep things from moving about? This only affects certain objects.
# use_spacer should have an argument of left, right, or none
use_spacer none
# Force UTF8? note that UTF8 support required XFT
override_utf8_locale yes
# number of cpu samples to average
# set to 1 to disable averaging
cpu_avg_samples 2
# Stuff after 'TEXT' will be formatted on screen
TEXT
# JSON for i3bar
[
# MPD Player status
{"full_text": "MPD Player", "color": "\#888888", "separator": false, "separator_block_width": 6},
{"full_text": "Test song", "color": "\#EEEEEE", "separator": false, "separator_block_width": 6}
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment