Guest User

Untitled

a guest
Jun 30th, 2018
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. "# conky configuration
  2. # Enjoy! :)
  3. ##############################################
  4. # Settings
  5. ##############################################
  6. #avoid flicker
  7. double_buffer yes
  8.  
  9. background yes
  10.  
  11. #own window to run simultanious 2 or more conkys
  12. own_window yes
  13. own_window_transparent no
  14. own_window_type override
  15. own_window_hints undecorate,above,sticky,skip_taskbar,skip_pager
  16.  
  17. #borders
  18. draw_borders no
  19. border_margin 1
  20.  
  21. #shades
  22. draw_shades no
  23.  
  24. #position
  25. gap_x 0
  26. gap_y 3
  27. alignment top_left
  28.  
  29. #behaviour
  30. update_interval 1
  31.  
  32. #colour
  33. default_color FE0000
  34. color1 FF8000
  35. #default_shade_color 000000
  36. own_window_colour 262624
  37.  
  38. #font
  39. use_xft yes
  40. xftfont ubuntu:pixelsize=10
  41.  
  42. #to prevent window from moving
  43. use_spacer right
  44. minimum_size 1377 15
  45.  
  46.  
  47. TEXT
  48. ${offset 2}Desktop: $color1 ${if_match ${desktop}==1}1${endif}${if_match ${desktop}==2}2${endif}${if_match ${desktop}==3}3${endif}${if_match ${desktop}==4}4${endif}${if_match ${desktop}==5}5${endif}${if_match ${desktop}==6}6${endif} $color ${goto 70}Cpu1: $color1 ${cpu cpu1}% ${goto 122} $color Cpu2: $color1 ${cpu cpu2}% ${goto 180} $color Cpu3: $color1 ${cpu cpu3}% $color ${goto 240} Cpu4: $color1 ${cpu cpu4}% $color ${goto 300} Mem: $color1$mem/$memmax $color ${goto 420}/home: $color1 ${fs_used /home} of ${fs_size /home} $color ${goto 550} /: $color1 ${fs_used /} of ${fs_size /} $color ${goto 650} Gmail: $color1${execpi 300 conkyEmail --servertype=IMAP --servername=imap.gmail.com --username=your_email@gmail.com --password=your_password --port=993} $color | Other_email_account: $color1 ${execpi 300 conkyEmail --servertype=IMAP --servername=servername --username=you@internet.org --password=password --ssl} $color
Add Comment
Please, Sign In to add comment