eu1noel on DeviantArthttps://www.deviantart.com/eu1noel/art/Debian-Jessie-477589972eu1noel

Deviation Actions

eu1noel's avatar

Debian Jessie

By
Published:
324 Views
Image size
1920x1200px 1.56 MB
© 2014 - 2024 eu1noel
Comments2
Join the community to add your comment. Already a deviant? Log In
eu1noel's avatar
####
## starting from scratch
#  Conky config file .2conkyrc
#  by Grae
##

####
## begin setup config
#  general startup settings

background yes
update_interval 2.0
text_buffer_size 1024
total_run_times 0

## screen setup:
#  placement, sizing, font and color info

alignment top_left
gap_x 100
gap_y 50
minimum_size 220 0
maximum_width 1850
own_window yes
own_window_hints below,skip_pager,skip_taskbar,undecorated,sticky
# transparency:
own_window_argb_visual yes
own_window_argb_value 0
# font defaults:
use_xft yes
xftfont DroidSans:size=8
xftalpha 0.9
override_utf8_locale yes

## NOTE: Other fonts can be called up during the TEXT formatting
#  these fonts are found through the normal path, or ~/.fonts
 OpenLogos

## images, buffering, shading
imlib_cache_size 60
double_buffer yes
draw_shades yes
default_shade_color 000000

## misc text formatting
short_units yes
pad_percents 0
border_inner_margin 0
uppercase no
use_spacer right

## outlines and borders
draw_outline no
draw_borders no
draw_graph_borders no
border_width 0

## stdout/console printing
out_to_ncurses no
out_to_console no

## process settings
top_name_width 5
#no_buffers yes

#### end config

#### Begin display information
## everything below 'TEXT' is drawn on screen

TEXT
${color gray}UpTime: ${color white}$uptime \
${color gray}Kern: ${color white}$kernel \
${color gray}Load: ${color white}$loadavg \
${color gray}Processes: ${color white}$processes \
${color gray}Running: ${color white}$running_processes \
${color gray}Highest CPU: \
${color white}${top name 1}${top_mem cpu 1} ${color black} \
${color gray}Highest MEM: \
${color white}${top_mem name 1}${top_mem mem 1} ${color white} \
${color gray}MEM: ${color white} $memperc% $mem/$memmax \
${color gray}SWAP: ${color white}$swapperc% $swap/$swapmax \
${color gray}ROOT: ${color white}${fs_free /}/${fs_size /} \
${color gray}HOME: ${color white}${fs_free /home}/${fs_size /home} \
${color gray}HDD: ${color white}${fs_free /media/5488D87039562188}/${fs_size /media/5488D87039562188} \
${color gray}NET: \
${color gray}Up: ${color white}${upspeed eth0} k/s \
${color gray}Down: ${color white}${downspeed eth0}k/s${color}