Conky konfiguracija za UPS
This commit is contained in:
@@ -27,7 +27,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
conky.config = {
|
||||
alignment = 'bottom_right',
|
||||
background = true,
|
||||
background_color = 'grey',
|
||||
border_width = 1,
|
||||
cpu_avg_samples = 2,
|
||||
default_color = 'white',
|
||||
@@ -52,7 +51,10 @@ conky.config = {
|
||||
out_to_x = true,
|
||||
own_window = true,
|
||||
own_window_class = 'Conky',
|
||||
own_window_type = 'normal',
|
||||
own_window_type = 'desktop',
|
||||
own_window_transparent = false,
|
||||
own_window_argb_visual = true,
|
||||
own_window_argb_value = 148,
|
||||
own_window_hints = 'undecorated,sticky,skip_taskbar,skip_pager,below',
|
||||
show_graph_range = false,
|
||||
show_graph_scale = false,
|
||||
@@ -64,28 +66,28 @@ conky.config = {
|
||||
}
|
||||
|
||||
conky.text = [[
|
||||
${color green}$USER@$nodename
|
||||
${color yellow}$USER@$nodename
|
||||
$sysname $kernel
|
||||
${color grey}Uptime:$color $uptime
|
||||
AMD Ryzen 5 1600 @ $freq MHz
|
||||
$memmax RAM
|
||||
$hr
|
||||
${color grey}CPU Usage:$color $cpu% ${cpubar 4}
|
||||
${color grey}CPU:$color $freq MHz $cpu% ${cpubar 4}
|
||||
${color grey}RAM:$color $mem/$memmax - $memperc% ${membar 4}
|
||||
${color grey}SWP:$color $swap/$swapmax - $swapperc% ${swapbar 4}
|
||||
${color grey}NET:$color ${downspeed enp3s0f3}/${upspeed enp3s0f3}
|
||||
${color grey}NET:$color ${downspeed enp3s0f0}/${upspeed enp3s0f0}
|
||||
CPU ${cpugraph 45}
|
||||
RAM ${memgraph 45}
|
||||
NDL ${downspeedgraph enp3s0f3 45}
|
||||
NUL ${upspeedgraph enp3s0f3 45}
|
||||
DL ${downspeedgraph enp3s0f0 45}
|
||||
UL ${upspeedgraph enp3s0f0 45}
|
||||
${apcupsd localhost 3551}UPS obremenitev: $apcupsd_load% $apcupsd_loadbar
|
||||
UPS napetost: $apcupsd_linev V
|
||||
$hr
|
||||
${color grey}File systems:
|
||||
${color grey}Zasedenost pogonov:
|
||||
/ $color${fs_used /}/${fs_size /} ${fs_bar 6 /}
|
||||
backup $color${fs_used /mnt/backup}/${fs_size /mnt/backup} ${fs_bar 6 /mnt/backup}
|
||||
vse-zivo $color${fs_used /mnt/vse-zivo}/${fs_size /mnt/vse-zivo} ${fs_bar 6 /mnt/vse-zivo}
|
||||
$hr
|
||||
${color grey}Processes:$color $processes ${color grey}Running:$color $running_processes
|
||||
${color grey}Name PID CPU% MEM%
|
||||
${color grey}Vsi procesi:$color $processes
|
||||
${color grey}Ime PID CPU% MEM%
|
||||
${color lightgrey} ${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1}
|
||||
${color lightgrey} ${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2}
|
||||
${color lightgrey} ${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3}
|
||||
|
||||
Reference in New Issue
Block a user