Skip to content

Commit

Permalink
added some fonts from google web fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
jrichter committed Aug 16, 2011
1 parent 1122495 commit 6b5e81f
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 36 deletions.
65 changes: 31 additions & 34 deletions .conkyrc
Expand Up @@ -47,7 +47,7 @@ double_buffer yes

# Minimum size of text area
#minimum_size 50 5
maximum_width 390
#maximum_width 200

# Draw shades?
draw_shades yes
Expand Down Expand Up @@ -80,8 +80,8 @@ alignment top_left

# Gap between borders of screen and text
# same thing as passing -x at command line
gap_x 1105
gap_y 125
gap_x 1115
gap_y 220

# Subtract file system buffers from used memory?
no_buffers yes
Expand Down Expand Up @@ -305,34 +305,31 @@ use_spacer left
# stuff after 'TEXT' will be formatted on screen

TEXT
${offset 2}${color slate grey}${time %a, } ${color }${time %e %B %G}
${offset 2}${color slate grey}${time %Z, }${color }${time %I:%M:%S %p}
${offset 2}${color slate grey}UpTime: ${color }$uptime
${offset 2}${color slate grey}Kern:${color }$kernel
${offset 2}${color slate grey}CPU:${color } $cpu%
${offset 2}${cpugraph 20,130 000000 ffffff}
${offset 2}${color slate grey}Load: ${color }$loadavg
${offset 2}${color slate grey}Processes: ${color }$processes
${offset 2}${color slate grey}Running: ${color }$running_processes

${offset 2}${color slate grey}Highest CPU:
${offset 2}${color #ddaa00} ${top name 1}${top_mem cpu 1}
${offset 2}${color lightgrey} ${top name 2}${top cpu 2}
${offset 2}${color lightgrey} ${top name 3}${top cpu 3}
${offset 2}${color lightgrey} ${top name 4}${top cpu 4}

${offset 2}${color slate grey}Highest MEM:
${offset 2}${color #ddaa00} ${top_mem name 1}${top_mem mem 1}
${offset 2}${color lightgrey} ${top_mem name 2}${top_mem mem 2}
${offset 2}${color lightgrey} ${top_mem name 3}${top_mem mem 3}
${offset 2}${color lightgrey} ${top_mem name 4}${top_mem mem 4}

${offset 2}${color slate grey}MEM: ${color } $memperc% $mem/$memmax
${offset 2}${membar 3,100}
${offset 2}${color slate grey}SWAP: ${color }$swapperc% $swap/$swapmax
${offset 2}${swapbar 3,100}

${offset 2}${color slate grey}ROOT: ${color }${fs_free /}/${fs_size /}
${offset 2}${fs_bar 3,100 /}
${offset 2}${color slate grey}HOME: ${color }${fs_free /home}/${fs_size /home}
${offset 2}${fs_bar 3,100 /home}
${offset 1}${color slate grey}${time %a, } ${color }${time %e %B %G}
${offset 1}${color slate grey}${time %Z, }${color }${time %I:%M:%S %p}
${offset 1}${color slate grey}UpTime: ${color }$uptime
${offset 1}${color slate grey}Kern:${color }$kernel
${offset 1}${color slate grey}CPU:${color } $cpu%
${offset 1}${cpugraph 20,130 000000 ffffff}
${offset 1}${color slate grey}Load: ${color }$loadavg
${offset 1}${color slate grey}Processes: ${color }$processes
${offset 1}${color slate grey}Running: ${color }$running_processes

${offset 1}${color slate grey}Highest CPU:
${offset 1}${color #ddaa00} ${top name 1}${top_mem cpu 1}
${offset 1}${color lightgrey} ${top name 2}${top cpu 2}
${offset 1}${color lightgrey} ${top name 3}${top cpu 3}
${offset 1}${color lightgrey} ${top name 4}${top cpu 4}

${offset 1}${color slate grey}Highest MEM:
${offset 1}${color #ddaa00} ${top_mem name 1}${top_mem mem 1}
${offset 1}${color lightgrey} ${top_mem name 2}${top_mem mem 2}
${offset 1}${color lightgrey} ${top_mem name 3}${top_mem mem 3}
${offset 1}${color lightgrey} ${top_mem name 4}${top_mem mem 4}

${offset 1}${color slate grey}MEM: ${color }$memperc%
${offset 1}${membar 3,100}
${offset 1}${color slate grey}ROOT: ${color }${fs_free /}/${fs_size /}
${offset 1}${fs_bar 3,100 /}
${offset 1}${color slate grey}HOME: ${color }${fs_free /home}/${fs_size /home}
${offset 1}${fs_bar 3,100 /home}
4 changes: 2 additions & 2 deletions awesome/theme.lua
Expand Up @@ -4,8 +4,8 @@

theme = {}

theme.font = "dejavu sans condensed 10"

-- theme.font = "dejavu sans condensed 10"
theme.font = "lato book 10"
theme.bg_normal = "#222222"
theme.bg_focus = "#535d6c"
theme.bg_urgent = "#ff0000"
Expand Down

0 comments on commit 6b5e81f

Please sign in to comment.