summaryrefslogtreecommitdiff
path: root/conky/system-all.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conky/system-all.conf')
-rw-r--r--conky/system-all.conf141
1 files changed, 141 insertions, 0 deletions
diff --git a/conky/system-all.conf b/conky/system-all.conf
new file mode 100644
index 0000000..6d2b791
--- /dev/null
+++ b/conky/system-all.conf
@@ -0,0 +1,141 @@
+use_xft yes
+xftfont DejaVu Sans:size=12
+xftalpha 0.8
+text_buffer_size 2048
+
+# Update interval in seconds
+update_interval 1
+
+# This is the number of times Conky will update before quitting.
+total_run_times 0
+
+own_window yes
+own_window_transparent yes
+#own_window_type override
+#own_window_type desktop
+own_window_type desktop #use this if you want a nice shadow to appear around conky
+
+# If own_window is yes, these window manager hints may be used
+own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
+
+# Use double buffering (reduces flicker, may not work for everyone)
+double_buffer yes
+
+# Minimum size of text area
+minimum_size 220 0
+#maximum_width 200
+
+# Draw shades?
+draw_shades no
+
+# 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 1
+
+# Default colors and also border colors
+default_color #5d5861
+#default_shade_color black
+#default_outline_color grey
+own_window_colour 000000
+
+# Text alignment, other possible values are commented
+#alignment top_left
+alignment top_left
+#alignment bottom_left
+#alignment bottom_right
+#alignment middle_right
+
+# Gap between borders of screen and text
+# same thing as passing -x at command line
+gap_x 20
+gap_y 50
+
+# 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 none
+
+own_window_argb_value 0
+own_window_argb_visual yes
+TEXT
+${font Zekton:Regular:size=11}SYSTEM ${hr 2}
+#Command exec cut .. know the distribution
+${font Zekton:Regular:size=12}${alignc 0}${exec cut -d '\' -f 1 /etc/issue}
+${voffset -10}${font OpenLogos:size=40}
+#Hostname
+${voffset -85}${alignc =10}${font Capture it:size=16}${nodename}
+#PC
+${font Zekton:Regular:size=12}${alignc 0}ASUS
+${font Zekton:Regular:size=12}${alignc 0}
+${font DejaVu Sans:Regular:size=13}K${font} Kernel: ${alignr}${kernel}
+
+${font StyleBats:Regular:size=16}A${font} CPU 1: ${cpu cpu1}% ${alignr}${cpubar cpu1 8,60}
+${font StyleBats:Regular:size=16}A${font} CPU 2: ${cpu cpu2}% ${alignr}${cpubar cpu2 8,60}
+
+${font StyleBats:Regular:size=16}g${font} RAM: $mem $memperc% ${alignr}${membar 8,60}
+${font StyleBats:Regular:size=16}j${font} SWAP: $swap $swapperc% ${alignr}${swapbar 8,60}
+
+${font Webdings:Regular:size=16}~${font}Battery: ${battery_percent BAT0}% ${alignr}${battery_bar 8,60 BAT0}
+${font StyleBats:Regular:size=16}q${font} Uptime: ${alignr}${uptime}
+
+${font Zekton:Regular:size=11}DATE ${hr 2}
+
+${alignc 0}${font Capture it:size=32}${time %H:%M}${font Zekton:size=10}
+${voffset 2}${alignc}${time %A, %d %B %Y}
+
+${font Zekton:Regular:size=11}HD ${hr 2}
+
+${voffset 4}${font Pie charts for maps:Regular:size=14}7${font} ${voffset -5}Root:
+${voffset 4}${fs_used /}/${fs_size /} ${alignr}${fs_bar 8,60 /}
+
+${font Pie charts for maps:Regular:size=14}m${font} ${voffset -5}Home:
+${voffset 4}${fs_free /home}/${fs_size /home} ${alignr}${fs_bar 8,60 /home}
+
+${font Zekton:Regular:size=11}NETWORK ${hr 2}
+#AquĆ­ tengo que aclarar algo mis interfaces de red son
+#Wired = enp2s0 and WiFi = wlp3s0
+
+${if_existing /proc/net/route enp2s0}
+
+${voffset -15}${alignc 0}${font Capture it:size=12}W i r e d
+${font PizzaDude Bullets:size=14}O${font} Up: ${upspeed enp2s0}${alignr}${upspeedgraph enp2s0 8,60 black black}
+${voffset 4}${font PizzaDude Bullets:size=14}U${font} Down: ${downspeed enp2s0}${alignr}${downspeedgraph enp2s0 8,60 black black}
+${voffset 4}${font PizzaDude Bullets:size=14}N${font} Upload: ${alignr}${totalup enp2s0}
+${voffset 4}${font PizzaDude Bullets:size=14}T${font} Dowload: ${alignr}${totaldown enp2s0}
+${else}${if_existing /proc/net/route wlp3s0}${alignc 0}${font Capture it:size=12}W i F i
+${font}${alignc}SSID: ${wireless_essid wlp3s0}
+
+Signal: ${wireless_link_qual_perc wlp3s0}% ${alignr}${wireless_link_bar 8,60 wlp3s0}
+
+${font PizzaDude Bullets:size=14}O${font} Up: ${upspeed wlp3s0}${alignr}${upspeedgraph wlp3s0 8,60 black black}
+${voffset 4}${font PizzaDude Bullets:size=14}U${font} Down: ${downspeed wlp3s0}${alignr}${downspeedgraph wlp3s0 8,60 black black}
+
+${voffset 4}${font PizzaDude Bullets:size=14}N${font} Upload: ${alignr}${totalup wlp3s0}
+${voffset 4}${font PizzaDude Bullets:size=14}T${font} Download: ${alignr}${totaldown wlp3s0}
+${endif}