Advertisement
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 2.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 left
- # 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
- [ {"full_text":"Jams:","color":"\#9A9A9A","separator":false},\
- {"full_text":"${audacious_title 25} ","color":"\#D78A0C"},\
- #Shows uploadspeed
- {"full_text": " ▲ ","color":"\#9A9A9A","separator":false},\
- {"full_text": "${upspeed wlp3s0} ", "color":"\#D78A0C"},
- #Shows downloadspeed
- {"full_text": " ▼ ","color":"\#9A9A9A","separator":false},\
- {"full_text": "${downspeed wlp3s0} ", "color":"\#D78A0C"},
- {"full_text": " Home ","color":"\#9A9A9A","separator":false},\
- {"full_text": "${fs_free /} " , "color" : "\#D78A0C" },
- {"full_text": " Data ","color":"\#9A9A9A","separator":false},\
- {"full_text": "${fs_free /data} " , "color" : "\#D78A0C" },
- #Shows current memory usage with a bar
- {"full_text": " Ram ","color":"\#9A9A9A","separator":false},\
- {"full_text": "$mem", "color":"\#D78A0C"},
- #Shows current CPU usage with a bar
- {"full_text": " Cpu ","color":"\#9A9A9A","separator":false},\
- {"full_text": "${cpu}% @ ${platform coretemp.0 temp 2}°C ", "color":"\#D78A0C"},
- {"full_text": " ${time %a}, ${time %d %b %Y} ", "color":"\#9A9A9A"},
- {"full_text": " ${time %H}:${time %M}", "color":"\#D78A0C"},
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement