Conky, GKrellM style - with "invisible" theme (well, sort of)
This commit is contained in:
parent
a800e51908
commit
23ffdf3f6f
1 changed files with 163 additions and 0 deletions
163
GonKyrellM
Normal file
163
GonKyrellM
Normal file
|
@ -0,0 +1,163 @@
|
|||
|
||||
# GonKyrellM
|
||||
#
|
||||
# Conky, GKrellM style - with "invisible" theme (well, sort of)
|
||||
#
|
||||
# based on http://sen7.deviantart.com/art/Conky-Mira-100078939
|
||||
# and https://www.gnome-look.org/content/show.php/Conky+Box?content=81894
|
||||
|
||||
# Use Xft?
|
||||
use_xft yes
|
||||
xftfont cure:size=6
|
||||
|
||||
background yes
|
||||
double_buffer yes
|
||||
|
||||
# Update interval in seconds
|
||||
update_interval 0.5
|
||||
|
||||
# This is the number of times Conky will update before quitting.
|
||||
# Set to zero to run forever.
|
||||
total_run_times 0
|
||||
|
||||
# Create own window instead of using desktop (required in nautilus)
|
||||
own_window yes
|
||||
own_window_transparent yes
|
||||
own_window_type override
|
||||
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
|
||||
own_window_argb_visual no
|
||||
|
||||
draw_graph_borders false
|
||||
#default_bar_size 99 2
|
||||
|
||||
# Use double buffering (reduces flicker, may not work for everyone)
|
||||
double_buffer yes
|
||||
|
||||
# Minimum size of text area
|
||||
#minimum_size 280 5
|
||||
|
||||
maximum_width 97
|
||||
|
||||
# Draw shades?
|
||||
draw_shades yes
|
||||
|
||||
# Draw outlines?
|
||||
draw_outline no
|
||||
|
||||
# Draw borders around text
|
||||
draw_borders no
|
||||
|
||||
# Stippled borders?
|
||||
stippled_borders 0
|
||||
|
||||
# border margins
|
||||
# border_margin 5
|
||||
|
||||
|
||||
# border width
|
||||
border_width 0
|
||||
|
||||
# Default colors and also border colors
|
||||
#default_color 303030
|
||||
#default_color ffffff
|
||||
#default_shade_color white
|
||||
#default_outline_color black
|
||||
#own_window_colour 292C36
|
||||
|
||||
# Text alignment, other possible values are commented
|
||||
alignment top_left
|
||||
#alignment top_right
|
||||
#alignment bottom_left
|
||||
#alignment bottom_right
|
||||
|
||||
# Subtract file system buffers from used memory?
|
||||
no_buffers yes
|
||||
|
||||
# set to yes if you want all text to be in uppercase
|
||||
uppercase no
|
||||
|
||||
# number of cpu samples to average
|
||||
# set to 1 to disable averaging
|
||||
cpu_avg_samples 2
|
||||
|
||||
# number of net samples to average
|
||||
# set to 1 to disable averaging
|
||||
net_avg_samples 2
|
||||
|
||||
# Force UTF8? note that UTF8 support required XFT
|
||||
override_utf8_locale yes
|
||||
|
||||
# Add spaces to keep things from moving about? This only affects certain objects.
|
||||
#use_spacer left
|
||||
|
||||
# Useful shortenings #
|
||||
short_units yes
|
||||
format_human_readable yes
|
||||
pad_percents 0
|
||||
top_name_width 12
|
||||
|
||||
# Color scheme
|
||||
color1 668ABF
|
||||
color2 FFFFFF
|
||||
|
||||
# Gap between borders of screen and text
|
||||
# same thing as passing -x at command line
|
||||
gap_x 0
|
||||
gap_y 0
|
||||
|
||||
temperature_unit celsius
|
||||
|
||||
TEXT
|
||||
# cpu
|
||||
${color2}${alignc}${font DotMatrix:size=10}${time %a} ${font DotMatrix:size=11}${time %d} ${font DotMatrix:size=10}${time %b}
|
||||
${color2}${alignc}${font DotMatrix:size=12}${time %H:%M} ${font DotMatrix:size=10}${time %S}
|
||||
${voffset 5}${color2}${cpu cpu0}%
|
||||
${color1}${cpugraph cpu0 20,97 00ff00 ff0000 -t}
|
||||
${color1}${cpubar cpu0 5,}
|
||||
${color2}${alignc}CPU0 ${color0}
|
||||
${color2}${cpu cpu1}%
|
||||
${color1}${cpugraph cpu1 20,97 00ff00 ff0000 -t}
|
||||
${color1}${cpubar cpu1 5,}
|
||||
${color2}${alignc}CPU1 ${color0}
|
||||
${color2}${cpu cpu2}%
|
||||
${color1}${cpugraph cpu2 20,97 00ff00 ff0000 -t}
|
||||
${color1}${cpubar cpu2 5,}
|
||||
${color2}${alignc}CPU2 ${color0}
|
||||
${color2}${cpu cpu3}%
|
||||
${color1}${cpugraph cpu3 20,97 00ff00 ff0000 -t}
|
||||
${color1}${cpubar cpu3 5,}
|
||||
${color2}${alignc}CPU3 ${color0}
|
||||
|
||||
# sensors, load, procs
|
||||
${color2}Load ${alignr}${color2}${loadavg 1}
|
||||
${color2}Procs ${alignr}${color2}$processes
|
||||
${color2}CPU ${alignr}$color${acpitemp}°C
|
||||
${color2}Fan ${alignr}$color${ibm_fan}
|
||||
#
|
||||
|
||||
${color2}Disk IO${color2} ${alignr}$diskio
|
||||
${color1}${diskiograph 40,99 ff0000 00ff00 -l}
|
||||
#
|
||||
# Network data (my desktop have only LAN). ETHERNET ring is mostly useless but looks pretty, main info is in the graphs
|
||||
${color2}Net ${alignr}${color 00ff00}${downspeed enp0s25} ${alignr}${color ff0000}${upspeed enp0s25}
|
||||
${downspeedgraph enp0s25 40,50 00ff00 00ff00 100 -l -t} ${alignr}${upspeedgraph enp0s25 40,50 ff0000 ff0000 100 -l -t}
|
||||
|
||||
# Memory
|
||||
${color2}Mem ${color0}${alignr}${memfree}
|
||||
${color1}${membar 5,}
|
||||
${color2}Swap ${color0}${alignr}${swapfree}
|
||||
${color1}${swapbar 5,}
|
||||
|
||||
# Filesystems
|
||||
${color2}/ ${color2}${alignr}${fs_free /}
|
||||
${color1}${fs_bar 5,100 /}
|
||||
${color2}/tmp ${color2}${alignr}${fs_free /tmp}
|
||||
${color1}${fs_bar 5,100 /tmp}
|
||||
${color2}/home ${color2}${alignr}${fs_free /home}
|
||||
${color1}${fs_bar 5,100 /home}
|
||||
${color2}/nfs ${color2}${alignr}${fs_free /nfs/tmp}
|
||||
${color1}${fs_bar 5,100 /nfs/tmp}
|
||||
|
||||
#
|
||||
${color2}Batterie ${color2}${alignr}${battery_percent}%
|
||||
${color1}${battery_bar 5,100}
|
Loading…
Reference in a new issue