conky + alias
This commit is contained in:
@@ -13,4 +13,6 @@ alias ll='ls -lAh'
|
|||||||
alias nnn='sudo nping -c5 --rate 15 -q'
|
alias nnn='sudo nping -c5 --rate 15 -q'
|
||||||
alias chez='chezmoi'
|
alias chez='chezmoi'
|
||||||
alias ats='ats -c ~/.config/alacritty/ats-theme.yml'
|
alias ats='ats -c ~/.config/alacritty/ats-theme.yml'
|
||||||
alias jj='jump'
|
alias jj='jump cd'
|
||||||
|
alias larp='sudo arp-scan -l'
|
||||||
|
alias nsn='sudo nmap -nsn'
|
||||||
|
|||||||
@@ -63,12 +63,13 @@ conky.config = {
|
|||||||
uppercase = false,
|
uppercase = false,
|
||||||
use_spacer = 'none',
|
use_spacer = 'none',
|
||||||
use_xft = true,
|
use_xft = true,
|
||||||
|
xinerama_head=1
|
||||||
}
|
}
|
||||||
|
|
||||||
conky.text = [[
|
conky.text = [[
|
||||||
${color yellow}$USER@$nodename
|
${color yellow}$USER@$nodename
|
||||||
$sysname $kernel
|
$sysname $kernel
|
||||||
${color grey}Uptime:$color $uptime
|
${color grey}Uptime:$color $uptime ${color grey} Load: $color$loadavg
|
||||||
$hr
|
$hr
|
||||||
${color grey}CPU:$color $freq MHz $cpu% ${cpubar 4}
|
${color grey}CPU:$color $freq MHz $cpu% ${cpubar 4}
|
||||||
${color grey}RAM:$color $mem/$memmax - $memperc% ${membar 4}
|
${color grey}RAM:$color $mem/$memmax - $memperc% ${membar 4}
|
||||||
@@ -78,8 +79,11 @@ CPU ${cpugraph 45}
|
|||||||
RAM ${memgraph 45}
|
RAM ${memgraph 45}
|
||||||
DL ${downspeedgraph enp3s0f0 45}
|
DL ${downspeedgraph enp3s0f0 45}
|
||||||
UL ${upspeedgraph enp3s0f0 45}
|
UL ${upspeedgraph enp3s0f0 45}
|
||||||
${apcupsd localhost 3551}UPS obremenitev: $apcupsd_load% $apcupsd_loadbar
|
$hr
|
||||||
UPS napetost: $apcupsd_linev V
|
${apcupsd localhost 3551}${color grey}UPS obremenitev: $color$apcupsd_load $apcupsd_loadbar
|
||||||
|
${color grey}UPS napetost: $color$apcupsd_linev V
|
||||||
|
${color grey}UPS akumulator: $color$apcupsd_charge%
|
||||||
|
${color grey}UPS rezerva: $color$apcupsd_timeleft min
|
||||||
$hr
|
$hr
|
||||||
${color grey}Zasedenost pogonov:
|
${color grey}Zasedenost pogonov:
|
||||||
/ $color${fs_used /}/${fs_size /} ${fs_bar 6 /}
|
/ $color${fs_used /}/${fs_size /} ${fs_bar 6 /}
|
||||||
|
|||||||
Reference in New Issue
Block a user