DSK, Conky: Update, rice Conky back up

This commit is contained in:
Salt 2019-01-11 11:36:53 -06:00
parent b9e2febb34
commit 24bddee9ee
3 changed files with 25 additions and 15 deletions

View File

@ -26,22 +26,22 @@ conky.config = {
color8 = '83a598', -- Blue (CPU)
color9 = 'd3869b', -- Magenta (Memory)
alignment = 'bottom_left',
alignment = 'bottom_right',
xinerama_head = 2,
minimum_height = 0,
minimum_width = 304,
border_width = 6,
gap_x = 10,
gap_y = 46,
gap_y = 32,
format_human_readable = true,
if_up_strictness = "link",
default_bar_height = 11,
default_bar_width = 130,
default_graph_height = 30,
default_graph_height = 20,
draw_outline = false,
draw_graph_borders = false,
draw_graph_borders = true,
draw_shades = false
}
@ -51,31 +51,43 @@ ${font Inconsolata:style=Light:size=17}$alignr${time %I:%M %p}$font
${font Inconsolata:style=Light:size=12}$alignr${time %A, %B %d, %Y}$font
${color3}$hr$color
${font Inconsolata:style=Medium:size=10}CPU$font: $freq_g GHz$alignr$cpu%
${color8}${cpugraph cpu1 30,200} ${cpugraph cpu2 30,200}
${cpugraph cpu3 30,200} ${cpugraph cpu4 30,200}$color
${color8}${cpugraph cpu1 20,200} ${cpugraph cpu2 20,200}
${cpugraph cpu3 20,200} ${cpugraph cpu4 20,200}$color
${color8}${top name 1}$color$alignr${top cpu 1}%
${color8}${top name 2}$color$alignr${top cpu 2}%
${color8}${top name 3}$color$alignr${top cpu 3}%
${color8}${top name 4}$color$alignr${top cpu 4}%
${color3}$hr$color
${font Inconsolata:style=Medium:size=10}Memory$font: $mem / $memmax used$alignr$memperc%
${color9}${memgraph}$color
Memory$alignr$memeasyfree free ${color9}${membar}$color
Swap$alignr$swapfree ${color9}${swapbar}$color
${color9}${top_mem name 1}$color$alignr${top_mem mem 1}%
${color9}${top_mem name 2}$color$alignr${top_mem mem 2}%
${color9}${top_mem name 3}$color$alignr${top_mem mem 3}%
${color9}${top_mem name 4}$color$alignr${top_mem mem 4}%
${color3}$hr$color
${font Inconsolata:style=Medium:size=10}Disk$font (R/W):$alignr${diskio /dev/sda}
${color7}${diskiograph_read /dev/sda 30,200} ${diskiograph_write /dev/sda 30,200}$color
${color7}${diskiograph_read /dev/sda 20,200} ${diskiograph_write /dev/sda 20,200}$color
/$alignr${fs_free /} ${color7}${fs_bar /}$color
/home$alignr${fs_free /home} ${color7}${fs_bar /home}$color
/boot$alignr${fs_free /boot} ${color7}${fs_bar /boot}$color
/boot/efi$alignr${fs_free /boot/efi} ${color7}${fs_bar /boot/efi}$color
${color7}${top_io name 1}$color$alignr${top_io io_perc 1}%
${color7}${top_io name 2}$color$alignr${top_io io_perc 2}%
${color7}${top_io name 3}$color$alignr${top_io io_perc 3}%
${color7}${top_io name 4}$color$alignr${top_io io_perc 4}%
${color3}$hr$color
${font Inconsolata:style=Medium:size=10}Network$font:${alignr}Default $gw_iface${if_up wlp1s0}
wlp1s0 (U/D):$alignr${addr wlp1s0} / ${wireless_essid wlp1s0}
${color6}${upspeedgraph wlp1s0 30,200} ${downspeedgraph wlp1s0 30,200}$color$endif${if_up wlp5s0}
${color6}${upspeedgraph wlp1s0 20,200} ${downspeedgraph wlp1s0 20,200}$color$endif${if_up wlp5s0}
wlp5s0 (U/D):$alignr${addr wlp5s0} / ${wireless_essid wlp5s0}
${color6}${upspeedgraph wlp5s0 30,200} ${downspeedgraph wlp5s0 30,200}$color$endif${if_up enp0s31f6}
${color6}${upspeedgraph wlp5s0 20,200} ${downspeedgraph wlp5s0 20,200}$color$endif${if_up enp0s31f6}
enp0s31f6 (U/D):$alignr${addr enp0s31f6}
${color6}${upspeedgraph enp0s31f6 30,200} ${downspeedgraph enp0s31f6 30,200}$color$endif${if_up eno1}
${color6}${upspeedgraph enp0s31f6 20,200} ${downspeedgraph enp0s31f6 20,200}$color$endif${if_up eno1}
eno1 (U/D):$alignr${addr eno1}
${color6}${upspeedgraph eno1 30,200} ${downspeedgraph eno1 30,200}$color$endif${if_up enp0s20f0u2}
${color6}${upspeedgraph eno1 20,200} ${downspeedgraph eno1 20,200}$color$endif${if_up enp0s20f0u2}
enp0s20f0u2 (U/D):$alignr${addr enp0s20f0u2}
${color6}${upspeedgraph enp0s20f0u2 30,200} ${downspeedgraph enp0s20f0u2 30,200}$color$endif
${color6}${upspeedgraph enp0s20f0u2 20,200} ${downspeedgraph enp0s20f0u2 20,200}$color$endif
]]

View File

@ -1,2 +0,0 @@
#! /usr/bin/env bash
exec tint2

2
.dsk

@ -1 +1 @@
Subproject commit e24ef17b5bb2d8fbffa666f3fbaf865cfe853f5f
Subproject commit 262a236bfa36b2288ee8e446affb24a66bbf7e0f