Darkland | net

Current conkyrc File

Published on 26 September 2017 by amj

Local Variable List: ./Conky-Reference-Sheet.html

CPU enumeration was obtained with the followingcommand:egrep "(( id|processo).*:|^ *$)" /proc/cpuinfo
conkyrc as of 20211226:
--[[############################################## ## File edited for "fxbot" ## HP Z400 Workstation ## ## References: ## http://conky.sourceforge.net/variables.html ## http://www.ifxgroup.net/conky.htm ## https://github.com/brndnmtthws/conky/wiki ## https://github.com/brndnmtthws/conky/wiki/Installation ## https://github.com/brndnmtthws/conky/wiki/Window-Configuration ## https://github.com/rpungartnik/MyConkyConfig/tree/master/conky ## ## 20170926 File migrated from backup, and installed ## on fxbot for use with conky 1.9.0. ## ## 20171021 Removed eth1 from RED section ## and added usb0. Changed interface and Subido/Descargado ## colors to #ff4444 and #ff8888, respectively. --amj ## ## 20190807 Changed eth0 to enp6s0 --amj ## ## 20200724 --amj ## Added openweathermaps.org api call. Requires ## installing jq. ## ## 20210609 --amj ## Migrated old config file to lua based format for use ## with version 1.12.3_pre. ## Changed RED layout: downspeedgraph and upspeedgraph ## to 40,240 from 10,60. ## Changed default color from #aaffaa to #7cb07c. ## ## 20210919 --amj ## Changed Sonido section: ## Set ${mpd_elapsed}/${mpd_length} to ${alignr} ## and changed color to 84A9FF ## Moved ${mpd_bar 12,120} to new line and increased ## size to 20,240. ## ## 20211039 --amj ## Far too many changes to note. I'll try at a ## later date, but I did alphabetize variables. ## ##############################################]] conky.config={ -- Text alignment, other possible values are commented -- alignment top_left alignment = 'middle_right', -- alignment bottom_left -- alignment bottom_right -- Use Xft? -- border margins border_inner_margin=5, -- border width border_width=1, use_xft=true, --Base color definitions color1='84A9FF', --color2='444455', color2='6f6fff', --Network downspeed graph color3='000600', color4='009f00', --Network upspeed graph color5='060000', color6='9f0000', -- number of cpu samples to average -- set to 1 to disable averaging cpu_avg_samples=1, -- Default colors and also border colors default_color='7cb07c', -- default_color='4C7523', default_shade_color='555577', -- default_outline_color white -- Use double buffering (reduces flicker, may not work for everyone) double_buffer=true, -- Draw shades? draw_shades=false, --draw_shades=true, -- Draw outlines? draw_outline=true, -- Draw borders around text draw_borders=false, font = 'Tahoma Sans:size=10', -- Gap between borders of screen and text -- same thing as passing -x at command line gap_x=5, gap_y=5, -- Maximum and Minimum size of text area maximum_width=250, minimum_width=250, -- number of net samples to average -- set to 1 to disable averaging net_avg_samples=2, -- Subtract file system buffers from used memory? no_buffers=true, -- Force UTF8? note that UTF8 support required XFT override_utf8_locale=true, -- Create own window instead of using desktop (required in nautilus) own_window=true, --own_window_argb_visual=true, --wn_window_argb_value=192, --own_window_color='ffffff', --own_window_color='000000', own_window_hints='undecorated,below,sticky,skip_taskbar,skip_pager', own_window_transparent=true, --own_window_type='desktop', --own_window_type='override', own_window_type='normal', -- Stippled borders? stippled_borders=0, -- Self-explanatory temperature_unit='celsius', -- Add spaces to keep things from moving about? This only affects certain objects. -- use_spacer='none', text_buffer_size=2048, -- This is the number of times Conky will update before quitting. -- Set to zero to run forever. total_run_times=0, -- Update interval in seconds update_interval=1, -- set to yes if you want all text to be in uppercase uppercase=false, -- xftfont DS-Digital Bold:size=8 xftalpha=0.8, -- Run on secondary desktop. In this case, the right hand monitor. -- xinerama_head=2, }; --${font DejaVu Sans Mono:size=9}${execpi 1800 DA=`date +%_d`; cal | sed s/"\(^\|[^0-9]\)$DA"'\b'/'\1${color orange}'"$DA"'$color'/} conky.text = [[ FECHA${hr} ${alignc}${color1}${font DS\-Digital:size=24:style=bold}${time %r}${font} ${font Tahoma:size=10}${time %Z}${font} ${alignc}${time %A %d %b, %Y}${color} ${alignc}${voffset 5}${font size=12}${color1}${execi 900 curl -s "api.openweathermap.org/data/2.5/weather?id=5805687&APPID=2251d3a9e43d086ec84d1b023f993d16&units=metric" | jq -r '.main.temp' | awk '{printf("%.1f\n", $1)}'}${font size=12} C˚${execi 900 curl -s "http://api.openweathermap.org/data/2.5/weather?id=5805687&APPID=2251d3a9e43d086ec84d1b023f993d16&units=metric" | jq -r '.weather[0].description' | awk '{printf(" "$1" "$2 $3)}'}${font size=12}${font}${color} ${voffset 6}RECUERDA${hr} ${voffset 4}${alignc}${color1} ${scroll 24 4${font Tahoma:size=12}The Instrumentalization Of The Human Person.${font}}${color} ${voffset 4}SISTEMA${hr} ${voffset 6} OS: ${alignr}${color1}Linux Mint 20.2 Uma${color} ${voffset 6} Host: ${alignr}${color1}${nodename}${color} #${voffset 6} Machine: ${alignr}${color1}${machine}${color} ${voffset 6} Kernel: ${alignr}${color1}${kernel}${color} ${voffset 6} Uptime: ${alignr}${color1}$uptime_short $color ${voffset 4}CPU INFO${hr 2} ${voffset 6} CPU 0.0: ${color1}${cpu cpu1}% ${color2}${alignr}${cpubar cpu1 12,120}${color} ${voffset 6} CPU 0.1: ${color1}${cpu cpu5}% ${color2}${alignr}${cpubar cpu5 12,120}${color} ${voffset 6} CPU 1.0: ${color1}${cpu cpu2}% ${color2}${alignr}${cpubar cpu2 12,120}${color} ${voffset 6} CPU 1.1: ${color1}${cpu cpu6}% ${color2}${alignr}${cpubar cpu6 12,120}${color} ${voffset 6} CPU 2.0: ${color1}${cpu cpu3}% ${color2}${alignr}${cpubar cpu3 12,120}${color} ${voffset 6} CPU 2.1: ${color1}${cpu cpu7}% ${color2}${alignr}${cpubar cpu7 12,120}${color} ${voffset 6} CPU 3.0: ${color1}${cpu cpu4}% ${color2}${alignr}${cpubar cpu4 12,120}${color} ${voffset 6} CPU 3.1: ${color1}${cpu cpu8}% ${color2}${alignr}${cpubar cpu8 12,120}${color} ${voffset 6} RAM: ${color1}$memperc% ${color2}${alignr}${membar 12,120}${color} ${voffset 6} SWAP: ${color1}$swapperc% ${color2}${alignr}${swapbar 12,120}${color} ALMACENAMIENTO${hr} ${voffset 4} /: ${color1}${fs_used_perc /}%${alignr}${diskio /dev/sda}${color} ${voffset 4} ${fs_used /}/${fs_size /} ${alignr}${color aa00aa}${fs_bar 12,120 /}${color} ${voffset 4} home: ${color1}${fs_used_perc /home}%${alignr}${diskio /dev/sdb}${color} ${voffset 4} ${fs_used /home}/${fs_size /home} ${alignr}${color af00af}${fs_bar 12,120 /home}${color} RED${hr} ${if_existing /proc/net/route enp1s0} ${voffset -4}${alignc}${color1}LAN (enp1s0)${color} ${voffset 10} IP: ${alignr}${color1}${addr enp1s0}${color} ${voffset 6} Descargado: ${alignr}${color1}${totaldown enp1s0}${color} ${voffset 6} RX: ${alignr}${color1}${downspeed enp1s0} /s${color} ${alignr}${color 444455}${downspeedgraph enp1s0 40,240 000600 009f00 -t}${color} ${voffset 6} Subido: ${alignr}${color1}${totalup enp1s0}${color} ${voffset 6} TX: ${alignr}${color1}${upspeed enp1s0} /s${color} ${alignr}${color 444455}${upspeedgraph enp1s0 40,240 060000 9f0000 -t}${color} ${else} ${color red}${alignc}Network Unavailable${color} ${endif} SONIDO${hr} ${voffset 6}${alignr}${color aaffaa}${scroll 35 1${color1}${mpd_title 64}${color}}${color} ${voffset 4} Artista: ${alignr}${color1}${mpd_artist 27}${color} ${voffset 4} Álbum: ${alignr}${scroll 22 4${color1}${mpd_album 60}${color}} ${voffset 6} Pista: ${alignr 14}${color1}${mpd_track}${color} ${voffset 4} Bitrate: ${alignr 5}${color1}${mpd_bitrate}${color} ${voffset 6} Tiempo:${alignr}${color1}${mpd_elapsed}/${mpd_length}${color} ${voffset 6} ${color 444466}${mpd_bar 20,240}${color} ${voffset 2} Volume: ${alignr 5}${color1}${mpd_vol}${color} PROCESSES${hr} ${voffset 6} Name${alignr} PID CPU %${color1} ${voffset 4} ${top name 1}${alignr} ${top pid 1} ${top cpu 1} ${voffset 6} ${top name 2}${alignr} ${top pid 2} ${top cpu 2} ${voffset 6} ${top name 3}${alignr} ${top pid 3} ${top cpu 3} ${voffset 6} ${top name 4}${alignr} ${top pid 4} ${top cpu 4} ${voffset 6} ${top name 5}${alignr} ${top pid 5} ${top cpu 5} ${voffset 6} ${top name 6}${alignr} ${top pid 6} ${top cpu 6} ${color} ]];
conkyrc as of 20210919:
--[[############################################## ## File edited for "fxbot" ## HP Pavillion Slimline s-1110 ## ## References: ## http://conky.sourceforge.net/variables.html ## http://www.ifxgroup.net/conky.htm ## https://github.com/brndnmtthws/conky/wiki/Installation ## https://github.com/brndnmtthws/conky/wiki ## https://github.com/rpungartnik/MyConkyConfig/tree/master/conky ## ## 20170926 File migrated from backup, and installed ## on fxbot for use with conky 1.9.0. ## ## 20171021 Removed eth1 from RED section ## and added usb0. Changed interface and Subido/Descargado ## colors to #ff4444 and #ff8888, respectively. --amj ## ## 20190807 Changed eth0 to enp6s0 --amj ## ## 20200724 --amj ## Added openweathermaps.org api call. Requires ## installing jq. ## ## 20210609 --amj ## Migrated old config file to lua based format for use ## with version 1.12.3_pre. ## Changed RED layout: downspeedgraph and upspeedgraph ## to 40,240 from 10,60. ## Changed default color from #aaffaa to #7cb07c. ## ## 20210919 --amj ## Changed Sonido section: ## Set ${mpd_elapsed}/${mpd_length} to ${alignr} ## and changed color to 84A9FF ## Moved ${mpd_bar 8,60} to new line and increased ## size to 20,240. ## ##############################################]] conky.config={ -- Use Xft? use_xft=true, font = 'Tahoma Sans:size=10', -- xftfont DS-Digital Bold:size=8 xftalpha=0.8, text_buffer_size=2048, -- Update interval in seconds update_interval=1, -- This is the number of times Conky will update before quitting. -- Set to zero to run forever. total_run_times=0, -- Run on secondary desktop. In this case, the right hand monitor. -- xinerama_head=2, -- Create own window instead of using desktop (required in nautilus) own_window=true, own_window_transparent=true, -- own_window_type override own_window_type='normal', own_window_hints='undecorated,below,sticky,skip_taskbar,skip_pager', -- Use double buffering (reduces flicker, may not work for everyone) double_buffer=true, -- Minimum size of text area minimum_width=250, maximum_width=250, -- Draw shades? draw_shades=false, -- Draw outlines? draw_outline=true, -- Draw borders around text draw_borders=false, -- Stippled borders? stippled_borders=0, -- border margins border_inner_margin=5, -- border width border_width=1, -- Default colors and also border colors default_color='7cb07c', -- default_color='4C7523', default_shade_color='000000', -- default_outline_color white own_window_colour='ffffff', -- Text alignment, other possible values are commented -- alignment top_left alignment = 'middle_right', -- alignment bottom_left -- alignment bottom_right -- Gap between borders of screen and text -- same thing as passing -x at command line gap_x=5, gap_y=5, -- Subtract file system buffers from used memory? no_buffers=true, -- set to yes if you want all text to be in uppercase uppercase=false, -- number of cpu samples to average -- set to 1 to disable averaging cpu_avg_samples=2, -- number of net samples to average -- set to 1 to disable averaging net_avg_samples=2, -- Force UTF8? note that UTF8 support required XFT override_utf8_locale=true, -- Self-explanatory temperature_unit='celsius', -- Add spaces to keep things from moving about? This only affects certain objects. -- use_spacer='none', }; --${font DejaVu Sans Mono:size=9}${execpi 1800 DA=`date +%_d`; cal | sed s/"\(^\|[^0-9]\)$DA"'\b'/'\1${color orange}'"$DA"'$color'/} conky.text = [[ FECHA${hr 2} ${alignc}${color 84A9FF}${font DS\-Digital:size=24:style=bold}${time %r}${font}${font Tahoma:size=8}${time %Z}${font} ${alignc}${time %A %d %b, %Y}${color} ${alignc}${voffset 5}${font size=12}${color 84A9FF}${execi 900 curl -s "api.openweathermap.org/data/2.5/weather?id=5805687&APPID=[ID Key]&units=metric" | jq -r '.main.temp' | awk '{printf("%.1f\n", $1)}'}${font size=12} C˚${execi 900 curl -s "http://api.openweathermap.org/data/2.5/weather?id=5805687&APPID=[ID Key]&units=metric" | jq -r '.weather[0].description' | awk '{printf(" "$1" "$2 $3)}'}${font size=12}${font}${color} ${voffset 6}RECUERDA${hr 2} ${voffset 4}${alignc}${color 84A9FF} ${scroll 24 4${font Tahoma:size=12}The Instrumentalization Of The Human Person.${font}}${color} ${voffset 4}SISTEMA${hr 2} ${voffset 6} OS: ${alignr}${color 84A9FF}Linux Mint 20.2 Uma${color} ${voffset 6} Host: ${alignr}${color 84A9FF}${nodename}${color} #${voffset 6} Machine: ${alignr}${color 84A9FF}${machine}${color} ${voffset 6} Kernel: ${alignr}${color 84A9FF}${kernel}${color} ${voffset 6} Uptime: ${alignr}${color 84A9FF}$uptime $color ${voffset 6} CPU 0.0: ${cpu cpu1}% ${alignr}${color 84A9FF}${cpubar cpu1 8,60}${color} ${voffset 6} CPU 0.1: ${cpu cpu5}% ${alignr}${color 84A9FF}${cpubar cpu5 8,60}${color} ${voffset 6} CPU 1.0: ${cpu cpu2}% ${alignr}${color 84A9FF}${cpubar cpu2 8,60}${color} ${voffset 6} CPU 1.1: ${cpu cpu6}% ${alignr}${color 84A9FF}${cpubar cpu6 8,60}${color} ${voffset 6} CPU 2.0: ${cpu cpu3}% ${alignr}${color 84A9FF}${cpubar cpu3 8,60}${color} ${voffset 6} CPU 2.1: ${cpu cpu7}% ${alignr}${color 84A9FF}${cpubar cpu7 8,60}${color} ${voffset 6} CPU 3.0: ${cpu cpu4}% ${alignr}${color 84A9FF}${cpubar cpu4 8,60}${color} ${voffset 6} CPU 3.1: ${cpu cpu8}% ${alignr}${color 84A9FF}${cpubar cpu8 8,60}${color} ${voffset 6} RAM: $memperc% ${alignr}${color 84A9FF}${membar 8,60}${color} ${voffset 6} SWAP: $swapperc% ${alignr}${color 84A9FF}${swapbar 8,60}${color} ALMACENAMIENTO${hr 2} ${voffset 4} /: ${fs_used_perc /}% ${voffset 4} ${fs_used /}/${fs_size /} ${alignr}${color 820000}${fs_bar 8,60 /}${color} ${voffset 4} home: ${fs_used_perc /home}% ${voffset 4} ${fs_used /home}/${fs_size /home} ${alignr}${color 820000}${fs_bar 8,60 /home}${color} RED${hr 2} ${if_existing /proc/net/route enp1s0} ${voffset -4}${alignc}${color 84A9FF}LAN (enp1s0)${color} ${voffset 10} IP: ${alignr}${color 84A9FF}${addr enp1s0}${color} ${voffset 6} Descargado: ${alignr}${color 84A9FF}${totaldown enp1s0}${color} ${voffset 6} RX: ${downspeed enp1s0} /s ${alignr}${color 84A9FF}${downspeedgraph enp1s0 40,240 000600 009f00 -t}${color} ${voffset 6} Subido: ${alignr}${color 84A9FF}${totalup enp1s0}${color} ${voffset 6} TX: ${upspeed enp1s0} /s ${alignr}${color 84A9FF}${upspeedgraph enp1s0 40,240 060000 9f0000 -t}${color} ${else} ${color red}${alignc}Network Unavailable${color} ${endif} SONIDO${hr 2} ${voffset 6}${alignc}${color aaffaa}${scroll 30 5 ** ${color 84A9FF}${mpd_title 32} ${color}**}${color} ${voffset 4} Artista: ${alignr}${color 84A9FF}${mpd_artist 27}${color} ${voffset 4} Álbum: ${alignr}${scroll 22 4${color 84A9FF}${mpd_album 60}${color}} ${voffset 6} Pista: ${alignr 14}${color 84A9FF}${mpd_track}${color} ${voffset 4} Bitrate: ${alignr 5}${color 84A9FF}${mpd_bitrate}${color} ${voffset 6} Tiempo:${alignr}${color 84A9FF}${mpd_elapsed}/${mpd_length}${color} ${voffset 6} ${color 84A9FF}${mpd_bar 20,240}${color} ${voffset 2} Volume: ${alignr 5}${color 84A9FF}${mpd_vol}${color} PROCESSES${hr 2} ${voffset 6} ${color 84a9ff}Name${alignr} PID CPU% ${voffset 4} ${color 84a9ff}${top name 1}${alignr} ${top pid 1} ${top cpu 1} ${voffset 6} ${color 84a9ff}${top name 2}${alignr} ${top pid 2} ${top cpu 2} ${voffset 6} ${color 84a9ff}${top name 3}${alignr} ${top pid 3} ${top cpu 3} ${voffset 6} ${color 84a9ff}${top name 4}${alignr} ${top pid 4} ${top cpu 4} ${voffset 6} ${color 84a9ff}${top name 5}${alignr} ${top pid 5} ${top cpu 5} ]];
conkyrc as of 20200607:
conky.config = { --############################################# --# File edited for "fxbot" --# HP Z400 Workdation --# --# References: --# http://conky.sourceforge.net/variables.html --# http://www.ifxgroup.net/conky.htm --# https://github.com/brndnmtthws/conky/wiki/Installation --# https://github.com/brndnmtthws/conky/wiki --# https://github.com/Aparicio99/conkyrc/blob/master/conkyrc-example --# --# 20170926 --amj --# File migrated from backup, and installed --# on fxbot for use with conky 1.9.0. --# --# 20171021 --amj --# Removed eth1 from RED section --# and added usb0. Changed interface and Subido/Descargado --# colors to #ff4444 and #ff8888, respectively. --amj --# --# 20190807 --amj --# Changed eth0 to enp6s0 --# --# 20200607 --amj --# Added weather code from openweathermap.org --# --############################################# -- Use Xft? use_xft = true, font = 'Tahoma Sans:size=9', -- xftfont DS-Digital Bold:size=8 xftalpha = 0.8, text_buffer_size = 2048, -- Update interval in seconds update_interval = 1, -- This is the number of times Conky will update before quitting. -- Set to zero to run forever. total_run_times = 0, -- Create own window instead of using desktop (required in nautilus). -- 20200528 --amj I have to set this to yes because marco freaks out -- and text doesn't update correctly (fonts smear) if I don't. own_window = true, --# own_window_transparent = true, -- own_window_type override own_window_hints = 'undecorated,below,sticky,skip_taskbar,skip_pager', -- Use double buffering (reduces flicker, may not work for everyone) double_buffer = true, -- Minimum size of text area minimum_width = 200, minimum_height = 0, --maximum_width 200 0 -- Draw shades? draw_shades = true, -- Draw outlines? draw_outline = true, -- Draw borders around text draw_borders = false, -- Stippled borders? stippled_borders = 0, -- border margins border_inner_margin = 5, -- border width border_width = 1, -- Default colors and also border colors default_color = '#aaffaa', default_shade_color = 'black', --default_outline_color white own_window_colour = 'white', -- Text alignment, other possible values are commented --alignment top_left alignment = 'middle_right', --alignment bottom_left --alignment bottom_right -- Gap between borders of screen and text -- same thing as passing -x at command line gap_x = 5, gap_y = 5, -- Subtract file system buffers from used memory? no_buffers = true, -- set to yes if you want all text to be in uppercase uppercase = false, -- number of cpu samples to average -- set to 1 to disable averaging cpu_avg_samples = 2, -- number of net samples to average -- set to 1 to disable averaging net_avg_samples = 2, -- Force UTF8? note that UTF8 support required XFT override_utf8_locale = true, -- Self-explanatory temperature_unit = 'celsius', -- Add spaces to keep things from moving about? This only affects certain objects. use_spacer = 'none', }; conky.text = [[ FECHA${hr 2} #${voffset 6} ${alignc}${color #84A9FF}${font DS\-Digital:size=24:style=bold}${time %r}${font}${font Tahoma:size=8}${time %Z}${font} ${alignc}${time %A %d %b, %Y}${color} # ${offset 5} ${alignc}${voffset 5}${font size=12}${color #84A9FF}${execi 900 curl -s "api.openweathermap.org/data/2.5/weather?id=5805687&APPID=[ID Key]&units=metric" | jq -r '.main.temp' | awk '{printf("%.1f\n", $1)}'}${font size=12} C˚${execi 900 curl -s "http://api.openweathermap.org/data/2.5/weather?id=5805687&APPID=[ID Key]&units=metric" | jq -r '.weather[0].description' | awk '{printf(" "$1" "$2 $3)}'}${font size=12}${font}${color} ${voffset 6}RECUERDA${hr 2} ${voffset 4}${alignc}${color #84A9FF} ${scroll 35 10${font Tahoma:size=12}The Instrumentalization Of The Human Person.${font}}${color} ${voffset 4}SISTEMA${hr 2} ${voffset 6} Host: ${alignr}${color #84A9FF}${nodename_short}${color} ${voffset 6} OS: ${alignr}${color #84A9FF}Linux Mint 19.3 Tricia${color} ${voffset 6} Kernel: ${alignr}${color #84A9FF}${kernel}${color} ${voffset 6} CPU 0: ${cpu cpu1}% ${alignr}${color #84A9FF}${cpubar cpu1 8,60}${color} ${voffset 6} CPU 1: ${cpu cpu2}% ${alignr}${color #84A9FF}${cpubar cpu2 8,60}${color} ${voffset 6} CPU 2: ${cpu cpu3}% ${alignr}${color #84A9FF}${cpubar cpu3 8,60}${color} ${voffset 6} CPU 3: ${cpu cpu4}% ${alignr}${color #84A9FF}${cpubar cpu4 8,60}${color} ${voffset 6} CPU 4: ${cpu cpu5}% ${alignr}${color #84A9FF}${cpubar cpu5 8,60}${color} ${voffset 6} CPU 5: ${cpu cpu6}% ${alignr}${color #84A9FF}${cpubar cpu6 8,60}${color} ${voffset 6} CPU 6: ${cpu cpu7}% ${alignr}${color #84A9FF}${cpubar cpu7 8,60}${color} ${voffset 6} CPU 7: ${cpu cpu8}% ${alignr}${color #84A9FF}${cpubar cpu8 8,60}${color} ${voffset 6} RAM: $memperc% ${alignr}${color #84A9FF}${membar 8,60}${color} ${voffset 6} SWAP: $swapperc% ${alignr}${color #84A9FF}${swapbar 8,60}${color} ${voffset 6} Uptime: ${alignr}${color #84A9FF}${uptime}${color} ALMACENAMIENTO${hr 2} ${voffset 4} / : ${fs_used_perc /}% ${voffset 4} ${fs_used /}/${fs_size /} ${alignr}${color #820000}${fs_bar 8,60 /}${color} ${voffset 4} Home: ${fs_used_perc /home}% ${voffset 4} ${fs_used /home}/${fs_size /home} ${alignr}${color #820000}${fs_bar 8,60 /home}${color} RED${hr 2} ${if_existing /proc/net/route enp1s0} ${voffset -4}${alignc}${color #84A9FF}LAN (enp1s0)${color} ${voffset 6} IP: ${alignr}${color #84A9FF}${addr enp1s0}${color} ${voffset 6} RX: ${downspeed enp1s0} /s ${alignr}${color #84A9FF}${downspeedgraph enp1s0 10,60 060000 009f00}${color} ${voffset 6} TX: ${upspeed enp1s0} /s ${alignr}${color #84A9FF}${upspeedgraph enp1s0 10,60 060000 9f0000}${color} ${voffset 6} Subido: ${alignr}${color #84A9FF}${totalup enp1s0}${color} ${voffset 6} Descargado: ${alignr}${color #84A9FF}${totaldown enp1s0}${color} ${endif} SONIDO${hr 2} ${voffset 6}${alignc}${color #aaffaa}${scroll 50 8 ** ${color #84A9FF}${mpd_title 32} ${color}**}${color} ${voffset 4} Artista: ${alignr}${color #84A9FF}${mpd_artist 27}${color} ${voffset 4} Álbum: ${alignr}${scroll 22 4${color #84A9FF}${mpd_album 60}${color}} ${voffset 6} Pista: ${alignr 14}${color #84A9FF}${mpd_track}${color} ${voffset 4} Bitrate: ${alignr 5}${color #84A9FF}${mpd_bitrate}${color} ${voffset 6} Tiempo: ${mpd_elapsed}/${mpd_length}${alignr}${color #84A9FF}${mpd_bar 8,55}${color} ${voffset 6} Volume: ${alignr 5}${color #84A9FF}${mpd_vol}${color} ]];
conkyrc as of 20190807:
############################################## ## File edited for "fxbot" ## HP Z400 Workstation ## ## References: ## http://conky.sourceforge.net/variables.html ## http://www.ifxgroup.net/conky.htm ## https://github.com/brndnmtthws/conky/wiki/Installation ## https://github.com/brndnmtthws/conky/wiki ## ## ## 20170926 File migrated from backup, and installed ## on fxbot for use with conky 1.9.0. ## ## 20171021 Removed eth1 from RED section ## and added usb0. Changed interface and Subido/Descargado ## colors to #ff4444 and #ff8888, respectively. --amj ## ## 20190807 Changed eth0 to enp6s0 --amj ## ## ## ## ############################################## # Use Xft? use_xft yes xftfont Tahoma Sans:size=9 # xftfont DS-Digital Bold:size=8 xftalpha 0.8 text_buffer_size 2048 # Update interval in seconds update_interval 1 # This is the number of times Conky will update before quitting. # Set to zero to run forever. total_run_times 0 # Create own window instead of using desktop (required in nautilus). # 20200528 --amj I have to set this to yes because marco freaks out # and text doesn't update correctly (fonts smear) if I don't. own_window yes ## own_window_transparent yes # own_window_type override own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager # Use double buffering (reduces flicker, may not work for everyone) double_buffer yes # Minimum size of text area minimum_size 200 0 #maximum_width 200 0 # Draw shades? draw_shades yes # Draw outlines? draw_outline yes # Draw borders around text draw_borders no # Stippled borders? stippled_borders 0 # border margins border_inner_margin 5 # border width border_width 1 # Default colors and also border colors default_color aaffaa default_shade_color black #default_outline_color white own_window_colour white # Text alignment, other possible values are commented #alignment top_left alignment middle_right #alignment bottom_left #alignment bottom_right # Gap between borders of screen and text # same thing as passing -x at command line gap_x 5 gap_y 5 # Subtract file system buffers from used memory? no_buffers yes # set to yes if you want all text to be in uppercase uppercase no # number of cpu samples to average # set to 1 to disable averaging cpu_avg_samples 2 # number of net samples to average # set to 1 to disable averaging net_avg_samples 2 # Force UTF8? note that UTF8 support required XFT override_utf8_locale yes # Self-explanatory temperature_unit celsius # Add spaces to keep things from moving about? This only affects certain objects. use_spacer none TEXT FECHA${hr 2} #${voffset 6} ${alignc}${color #84A9FF}${font DS\-Digital:size=24:style=bold}${time %r}${font}${font Tahoma:size=8}${time %Z}${font} ${alignc}${time %A %d %b, %Y}${color} ${voffset 6}RECUERDA${hr 2} ${voffset 4}${alignc}${color #84A9FF} ${scroll 35 10${font Tahoma:size=12}The Instrumentalization Of The Human Person.${font}}${color} ${voffset 4}SISTEMA${hr 2} ${voffset 6} Host: ${alignr}${color #84A9FF}${nodename_short}${color} ${voffset 6} OS: ${alignr}${color #84A9FF}Linux Mint 19.3 Tricia${color} ${voffset 6} Kernel: ${alignr}${color #84A9FF}${kernel}${color} ${voffset 6} CPU 0: ${cpu cpu1}% ${alignr}${color #84A9FF}${cpubar cpu1 8,60}${color} ${voffset 6} CPU 1: ${cpu cpu2}% ${alignr}${color #84A9FF}${cpubar cpu2 8,60}${color} ${voffset 6} CPU 2: ${cpu cpu3}% ${alignr}${color #84A9FF}${cpubar cpu3 8,60}${color} ${voffset 6} CPU 3: ${cpu cpu4}% ${alignr}${color #84A9FF}${cpubar cpu4 8,60}${color} ${voffset 6} CPU 4: ${cpu cpu5}% ${alignr}${color #84A9FF}${cpubar cpu5 8,60}${color} ${voffset 6} CPU 5: ${cpu cpu6}% ${alignr}${color #84A9FF}${cpubar cpu6 8,60}${color} ${voffset 6} CPU 6: ${cpu cpu7}% ${alignr}${color #84A9FF}${cpubar cpu7 8,60}${color} ${voffset 6} CPU 7: ${cpu cpu8}% ${alignr}${color #84A9FF}${cpubar cpu8 8,60}${color} ${voffset 6} RAM: $memperc% ${alignr}${color #84A9FF}${membar 8,60}${color} ${voffset 6} SWAP: $swapperc% ${alignr}${color #84A9FF}${swapbar 8,60}${color} ${voffset 6} Uptime: ${alignr}${color #84A9FF}${uptime}${color} ALMACENAMIENTO${hr 2} ${voffset 4} / : ${fs_used_perc /}% ${voffset 4} ${fs_used /}/${fs_size /} ${alignr}${color #820000}${fs_bar 8,60 /}${color} ${voffset 4} Home: ${fs_used_perc /home}% ${voffset 4} ${fs_used /home}/${fs_size /home} ${alignr}${color #820000}${fs_bar 8,60 /home}${color} RED${hr 2} ${if_existing /proc/net/route enp1s0} ${voffset -4}${alignc}${color #84A9FF}LAN (enp1s0)${color} ${voffset 6} IP: ${alignr}${color #84A9FF}${addr enp1s0}${color} ${voffset 6} RX: ${downspeed enp1s0} /s ${alignr}${color #84A9FF}${downspeedgraph enp1s0 10,60 060000 009f00}${color} ${voffset 6} TX: ${upspeed enp1s0} /s ${alignr}${color #84A9FF}${upspeedgraph enp1s0 10,60 060000 9f0000}${color} ${voffset 6} Subido: ${alignr}${color #84A9FF}${totalup enp1s0}${color} ${voffset 6} Descargado: ${alignr}${color #84A9FF}${totaldown enp1s0}${color} ${endif} SONIDO${hr 2} ${voffset 6}${alignc}${color #aaffaa}${scroll 50 8 ** ${color #84A9FF}${mpd_title 32} ${color}**}${color} ${voffset 4} Artista: ${alignr}${color #84A9FF}${mpd_artist 27}${color} ${voffset 4} Álbum: ${alignr}${scroll 22 4${color #84A9FF}${mpd_album 60}${color}} ${voffset 6} Pista: ${alignr 14}${color #84A9FF}${mpd_track}${color} ${voffset 4} Bitrate: ${alignr 5}${color #84A9FF}${mpd_bitrate}${color} ${voffset 6} Tiempo: ${mpd_elapsed}/${mpd_length}${alignr}${color #84A9FF}${mpd_bar 8,55}${color} ${voffset 6} Volume: ${alignr 5}${color #84A9FF}${mpd_vol}${color}
Back