Guest User

Untitled

a guest
Jan 19th, 2017
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.45 KB | None | 0 0
  1. out_to_x no
  2. own_window no
  3. out_to_console yes
  4. background no
  5. max_text_width 0
  6. times_in_seconds true
  7.  
  8. # Update interval in seconds
  9. update_interval 2.0
  10.  
  11. # This is the number of times Conky will update before quitting.
  12. # Set to zero to run forever.
  13. total_run_times 0
  14.  
  15.  
  16. # Shortens units to a single character (kiB->k, GiB->G, etc.). Default is off.
  17. short_units yes
  18.  
  19. # How strict should if_up be when testing an interface for being up?
  20. # The value is one of up, link or address, to check for the interface
  21. # being solely up, being up and having link or being up, having link
  22. # and an assigned IP address.
  23. if_up_strictness address
  24.  
  25. # Add spaces to keep things from moving about? This only affects certain objects.
  26. # use_spacer should have an argument of left, right, or none
  27. use_spacer left
  28.  
  29. # Force UTF8? note that UTF8 support required XFT
  30. override_utf8_locale yes
  31.  
  32. # number of cpu samples to average
  33. # set to 1 to disable averaging
  34. #cpu_avg_samples 2
  35.  
  36. # Stuff after 'TEXT' will be formatted on screen
  37. TEXT
  38.  
  39. # JSON for i3bar
  40.  
  41. [{ "full_text": "Raihan ", "color": "\#ffffff", "separator": false, "separator_block_width": 2 },
  42. { "full_text": " ", "color": "\#00ee00", "separator": false, "separator_block_width": 2 },
  43. { "full_text": "  ${execpi 10 python /home/raihan/Private/mails/imaplib-main.py}! ", "color": "\#000000", "background": "\#ff6600" },
  44. { "full_text": "  ${execpi 10 python /home/raihan/Private/mails/imaplib-work.py}! ", "color": "\#000000", "background": "\#33cfc6", "separator": false, "separator_block_width": 3 },
  45. { "full_text": " ${kernel} ", "color": "\#ffffff", "border": "\#ff0000", "separator": false, "separator_block_width": 2 },
  46. { "full_text": " <span font='12'>${execpi 10 python /home/raihan/.scripts/idate.py}</span><span foreground='yellow' font='13'>ﻫ</span> ", "color": "\#00ee00", "separator": false, "separator_block_width": 2, "markup": "pango" },
  47. { "full_text": " ${time %a, %d %b %Y} " , "color" :"\#ffffff", "border": "\#ff0000", "separator": false, "separator_block_width": 2 },
  48. { "full_text": " ${time %l:%M %P} " , "color": "\#eeee00", "border": "\#ff0000", "separator": false, "separator_block_width": 2 },
  49. { "full_text": " ${addr wlp2s0}", "color" :"\#d6b2f9" },
  50. { "full_text": "  ${downspeed wlp2s0} " , "color" :"\#ffffff", "background": "\#2f5f00" },
  51. { "full_text": "  ${upspeed wlp2s0} " , "color" :"\#ffffff", "separator": false, "separator_block_width": 1, "background": "\#77003b" },
  52. { "full_text": " |" , "color" :"\#ff0000", "separator": false, "separator_block_width": 0 },
  53. { "full_text": "  ${addr enp1s0}", "color" :"\#d6b2f9" },
  54. { "full_text": "  ${downspeed enp1s0} " , "color" :"\#ffffff", "background": "\#2f5f00" },
  55. { "full_text": "  ${upspeed enp1s0} " , "color" :"\#ffffff", "separator": false, "separator_block_width": 2, "background": "\#77003b" },
  56. { "full_text": "  ${battery_short BAT0} (${format_time $battery_time BAT0 "\hh \mm"}) ", "color": "\#ffffff", "border": "\#ff0000", "background": "\#00008e", "separator": false, "separator_block_width": 2 },
  57. { "full_text": "  ${fs_free /} " , "color" :"\#00ee00", "border": "\#ff0000", "separator": false, "separator_block_width": 2 },
  58. #{ "full_text": "  ${fs_free /home} " , "color" :"\#ffd27f", "border": "\#ff0000", "separator": false, "separator_block_width": 2 },
  59. { "full_text": "  ${exec amixer get Master | awk '$0~/%/{print $4}' | tr -d '[]'} ", "color": "\#ffffff", "border": "\#ff0000", "separator": false, "separator_block_width": 2 }],
Add Comment
Please, Sign In to add comment