Comptact laptop conky even more
This commit is contained in:
parent
824ac338a0
commit
17a59e8614
|
@ -8,7 +8,7 @@
|
|||
##############################################
|
||||
background yes
|
||||
use_xft yes
|
||||
xftfont terminus:size=8
|
||||
xftfont tewi:size=8
|
||||
xftalpha 1
|
||||
update_interval 1.0
|
||||
total_run_times 0
|
||||
|
@ -17,8 +17,8 @@ own_window_transparent yes
|
|||
own_window_type desktop
|
||||
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
|
||||
double_buffer yes
|
||||
minimum_size 180 180
|
||||
maximum_width 180
|
||||
minimum_size 140 140
|
||||
maximum_width 140
|
||||
draw_shades no
|
||||
draw_outline no
|
||||
draw_borders no
|
||||
|
@ -47,7 +47,7 @@ Battery$alignr${battery_percent BAT0}%
|
|||
${color #d1d1d1}NETWORK $hr${color}
|
||||
Gateway:$alignr$gw_ip
|
||||
IP:${alignr}${exec ip addr | awk '/inet.[0-9\.]+\/24/{printf $2 "\n"; exit}'}
|
||||
Rx: ${downspeed enp10s0}/s$alignr Tx: ${upspeed enp10s0}/s
|
||||
Rx: ${downspeed wlp3s0}/s$alignr Tx: ${upspeed wlp3s0}/s
|
||||
|
||||
${color #d1d1d1}CPU $hr${color}
|
||||
CPU Frequency:$alignr$freq_g GHz
|
||||
|
|
Loading…
Reference in New Issue