Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

conky #1

Open
itgoyo opened this issue Dec 12, 2018 · 1 comment
Open

conky #1

itgoyo opened this issue Dec 12, 2018 · 1 comment

Comments

@itgoyo
Copy link
Owner

itgoyo commented Dec 12, 2018

out_to_x no
out_to_console yes
background no
double_buffer no
update_interval 1
total_run_times 0
override_utf8_locale no
short_units yes
if_up_strictness address
cpu_avg_samples 2

TEXT
[





${if_existing /sys/class/net/enp0s31f6/operstate up} {"name": "separator", "full_text": "│",                       "color": "\#565656", "separator_block_width": 0},  ${endif}
${if_existing /sys/class/net/enp0s31f6/operstate up} {"name": "net_down_i","full_text": " ",                      "color": "\#A4DC6A", "separator_block_width": 0},  ${endif}
${if_existing /sys/class/net/enp0s31f6/operstate up} {"name": "net_down",  "full_text": "${downspeed enp0s31f6}",     "color": "\#A4DC6A"},                              ${endif}
${if_existing /sys/class/net/enp0s31f6/operstate up} {"name": "net_up_i",  "full_text": " ",                      "color": "\#FF797b", "separator_block_width": 0},  ${endif}
${if_existing /sys/class/net/enp0s31f6/operstate up} {"name": "net_up",    "full_text": "${upspeed enp0s31f6}",       "color": "\#FF797b", "separator_block_width": 0},  ${endif}
{"name": "separator", "full_text": "│",                                                                          "color": "\#565656", "separator_block_width": 0},
#{"name": "kernel",   "full_text": "${kernel}",                                                                  "color": "\#C599BB", "separator_block_width": 4},
#{ "full_text": " ${exec curl icanhazip.com}"},
#{ "full_text" : ${if_up eno1}"  ${upspeed eno1}/s  ${downspeed eno1}/s"${else}""${endif}, "color" : "\#94F397" },
#{ "full_text" : ${if_up wlo1}"  ${upspeed wlo1}/s  ${downspeed wlo1}/s"${else}""${endif}, "color" : "\#94F397" },

{ "full_text" : "-ITGOYO","color": "\#BADA55"},
${if_match ${exec ~/.config/i3/scripts/getVolume.sh}>0} { "full_text" : " ${exec ~/.config/i3/scripts/getVolume.sh}", "color" : "\#5087ed" }, ${else} { "full_text" : "", "color" : "\#5087ed" }, ${endif}

{ "full_text" : "  ${acpitemp}%" , "color" : "\#B987D9" },
{ "full_text" : " ${cpu cpu0}%" , "color" : "\#8BC3E7" },
{ "full_text" : " ${mem}" , "color" : "\#B987D9" },
{ "full_text" : " ${fs_used_perc /}%" , "color" : "\#FF9D17" },
{ "full_text" : " ${battery_percent}%" , "color" : "\#A4DC6A" },
{ "full_text" : " ${time %Y/%m/%d %a}" , "color" : "\#ff797b" },
{ "full_text" : " ${time %H:%M}" , "color" : "\#8BADF9" }
],



@itgoyo
Copy link
Owner Author

itgoyo commented Dec 12, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant