Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 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
- double_buffer 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 left
- # Force UTF8? note that UTF8 support required XFT
- override_utf8_locale no
- use_xft 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
- [#{${if_mpd_playing}"full_text" : "${mpd_smart 27}..." , "color" :
- #${if_match "${mpd_status}" == "Playing"}"\#FF8C00"${else}"\#008B00"${endif}${else}"full_text" : "Music stopped " , "color" : "\#ff0000"${endif} },
- {"full_text" : " Home ${fs_free /home/}" , "color" : "\#FF8C00" },
- {"full_text" : "Root ${fs_free /} " , "color" : "\#FF8C00" },
- {"full_text" : " RAM ${memperc}%" , "color" :
- ${if_match ${memperc}<90}"\#008B00"${else}"\#ff0000"${endif} },
- {"full_text" : "cpu: ${cpu}% ", "min_width":"000%", "color" : "${if_match ${cpu} < 33}\#008B00${else}${if_match ${cpu} > 66}\#ff0000${else}\#FF8C00${endif}${endif}"},
- {${if_up wlan0}"full_text" : " wlan0 ${addr wlan0} ${downspeed wlan0}↓ ${upspeed wlan0}↑", "color" : "\#008B00"${else} "full_text" : " wlan0 is down", "color" : "\#ff0000"${endif} },
- {${if_up eth0}"full_text" : "eth0 ${addr eth0} ${downspeed eth0}↓ ${upspeed eth0}↑ ", "color" : "\#008B00"${else} "full_text" : "eth0 is down ", "color" : "\#ff0000"${endif} },
- #{"full_text" : " ♫: ${mixer Vol} ", "color" : "\#FF8C00" },
- {"full_text" : " ${time %Y-%m-%d}", "separator": false, "separator_block_width":3, "color" : "\#FF8C00" },
- {"full_text" : "${time %H:%M} ", "color" : "\#FF8C00" }
- ],
Advertisement
Add Comment
Please, Sign In to add comment