Advertisement
cirrus

~/.conkybarrc

Mar 5th, 2014
276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.79 KB | None | 0 0
  1. #~/.conkybarrc  similar to i3bar
  2.  
  3.     background yes
  4.     use_xft yes
  5.     xftfont envy code r:size=10
  6.     xftalpha 0.8
  7.     out_to_console no
  8.     update_interval 5.0
  9.     total_run_times 0
  10.     draw_shades no
  11.     override_utf8_locale yes
  12.     background yes
  13.     # Create own window instead of using desktop (required in nautilus)
  14.     own_window yes
  15.      border_inner_margin 0
  16.      border_outer_margin 0
  17.     # If own_window is yes, you may use type normal, desktop or override
  18.     own_window_type panel
  19.  
  20.     # Use pseudo transparency with own_window?
  21.     own_window_transparent yes
  22.     undecorated,sticky,skip_taskbar,skip_pager,below
  23.      default_bar_size 0 5
  24.     minimum_size 10
  25.     maximum_width 1920
  26.     max_user_text  1920
  27.      
  28.     double_buffer yes
  29.     default_color 497BF7
  30.     color1 grey
  31.     alignment tl
  32.     gap_x 1
  33.     gap_y 1
  34.     no_buffers no
  35.     use_spacer none
  36.  
  37. # Graphics settings #
  38. draw_shades no
  39. draw_outline no
  40. draw_borders no
  41. draw_graph_borders yes
  42.      
  43.    TEXT
  44.     ${alignc}$nodename ${color1}$kernel ${color} up: ${color1}$uptime ${color}  cpu1: ${color1}${cpu cpu1}% ${cpugraph 6,40 ffffff CF1B49 -t cpu1} ${freq cpu1}MHz ${color}cpu2: ${color1}${cpu cpu2}% ${cpugraph 6,40 ffffff CF1B49 -t cpu2} ${freq cpu2}MHz  ${color}RAM:${color1}$memperc% ${memgraph 6,40 ffffff 28C93F -t}  ${color}eth0dwn:${color1} ${downspeedgraph eth0 6,40 ffffff 28C93F -t} ${downspeed eth0}${color} date: ${color1}${time %d/%m/%y} ${color} time: ${color1}${time %H:%M}  ${color}Glasgow: ${color1}${execi 300 /home/len/weather.sh "EUR|UK|UKXX0062|Glasgow"} ${color #B3C72E}${font fixed:pixelsize=14} MPD:${font caviar dreams:pixelsize=14} ${color #20BF9F}${mpd_artist}${color #C7792E}  ${mpd_title} Bitrate: ${color}${mpd_bitrate}
  45. ${color1}Loadaverage ${loadavg 1} ${loadavg 2} ${loadavg 3}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement