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 1.0
- total_run_times 0
- short_units yes
- cpu_avg_samples 4
- TEXT
- # JSON for i3bar
- [
- #mpd
- $if_mpd_playing
- {
- "full_text":"$mpd_status :",
- "color":"\#FEA731",
- "separator":false,
- "separator_block_width":3
- },
- {
- "full_text" : "$mpd_artist-$mpd_title",
- "color":"\#DE4A30"
- },
- $endif
- {
- "full_text":"home:",
- "color":"\#FEA731",
- "separator":false,
- "separator_block_width":3
- },
- {
- "full_text":"${fs_free /home/alf}",
- "color":"\#FEA730"
- },
- {
- "full_text" : "root:",
- "color":"\#FEA731",
- "separator":false,
- "separator_block_width":3
- },
- { "full_text":"${fs_free /}",
- "color":"\#FEA730"
- },
- ${if_up eth0}
- {
- "full_text" : "eth0:",
- "color" : "\#FEA731",
- "separator":false,
- "separator_block_width":3
- },
- { "align":"left",
- "min_width":27,
- "full_text" : "${downspeed eth0}",
- "color" : "\#FEA730",
- "separator":false,
- "separator_block_width":2
- },
- $endif
- ${if_up ppp0}
- {
- "align":"left",
- "full_text" : "ppp0:",
- "color":"\#FEA731",
- "separator":false,
- "separator_block_width":3
- },
- {
- "align":"left",
- "min_width":27,
- "full_text":"${downspeed ppp0}",
- "color":"\#FEA730"
- },
- $endif
- {
- "full_text" : "Cpu:",
- "color" : "\#FEA731",
- "separator":false,
- "separator_block_width":3
- },
- {
- "align":"left",
- "min_width":20,
- "full_text":"${cpu}%",
- "color":"\#FEA730"
- },
- {
- "full_text" : "Mem:",
- "color" : "\#FEA731",
- "separator":false,
- "separator_block_width":3
- },
- {
- "align":"left",
- "min_width":20,
- "full_text":"${memperc}%",
- "color":"\#FEA730"
- },
- {
- "full_text" : "Vol:",
- "color" : "\#FEA731 ",
- "separator":false,
- "separator_block_width":3
- },
- {
- "align":"left",
- "min_width":20,
- "full_text":"${execi 10 ~/.i3/volume}",
- "color":"\#FEA730"
- },
- {
- "align":"left",
- "min_width" : 0,
- "full_text" : "${time %a %d %b} ",
- "color" : "\#FEA731",
- "separator":false,
- "separator_block_width":0
- },
- {
- "align":"left",
- "min_width" : 38,
- "full_text" : "${time %H:%M:%S}",
- "color" : "\#FEA730",
- "separator":false,
- "separator_block_width":2
- }
- ${if_up ppp0}
- ,
- ${if_match ${weather http://weather.noaa.gov/pub/data/observations/metar/stations/ UWSS temperature}>0}
- {"full_text" : "+${weather http://weather.noaa.gov/pub/data/observations/metar/stations/ UWSS temperature}°C","color" : "\#FEA731"}
- ${endif}
- ${if_match ${weather http://weather.noaa.gov/pub/data/observations/metar/stations/ UWSS temperature}==0}
- {"full_text" : "${weather http://weather.noaa.gov/pub/data/observations/metar/stations/ UWSS temperature}°C", "color" : "\#FFFFFF"}
- ${endif}
- ${if_match ${weather http://weather.noaa.gov/pub/data/observations/metar/stations/ UWSS temperature}<0}
- {"full_text" : "${weather http://weather.noaa.gov/pub/data/observations/metar/stations/ UWSS temperature}°C", "color" : "\#2393f3"}
- ${endif}
- ${endif}
- ],
Advertisement
Add Comment
Please, Sign In to add comment