It works better if you just run another conky if you want something in bottom right.
This commit is contained in:
parent
4c5d03235f
commit
c9e7d95c81
2 changed files with 40 additions and 23 deletions
40
bottom-right.conkyrc
Normal file
40
bottom-right.conkyrc
Normal file
|
|
@ -0,0 +1,40 @@
|
||||||
|
#!/usr/bin/conky -d -c
|
||||||
|
## .conkyrc configuration
|
||||||
|
update_interval 10.0
|
||||||
|
update_interval_on_battery 30.0
|
||||||
|
|
||||||
|
alignment top_right
|
||||||
|
|
||||||
|
use_xft yes
|
||||||
|
xftfont Inconsolata:size=10
|
||||||
|
xftalpha 0.1
|
||||||
|
|
||||||
|
double_buffer yes
|
||||||
|
draw_shades yes
|
||||||
|
|
||||||
|
own_window_type desktop
|
||||||
|
own_window yes
|
||||||
|
own_window_transparent yes
|
||||||
|
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
|
||||||
|
|
||||||
|
text_buffer_size 8000
|
||||||
|
max_user_text 10000
|
||||||
|
|
||||||
|
default_color e1e1e1
|
||||||
|
color0 555555
|
||||||
|
color1 FCAF3E
|
||||||
|
color2 Ivory #FFFFF0
|
||||||
|
#color2 64574e
|
||||||
|
color3 a82553
|
||||||
|
color4 5e1014
|
||||||
|
color5 Red
|
||||||
|
color6 a7a7a7
|
||||||
|
color7 8888CC
|
||||||
|
color8 9d9c61
|
||||||
|
color9 525276
|
||||||
|
maximum_width 600
|
||||||
|
gap_x 1
|
||||||
|
gap_y 1
|
||||||
|
|
||||||
|
TEXT
|
||||||
|
${alignr} ${font}${time %B %d, %H:%M}
|
||||||
|
|
@ -105,26 +105,3 @@ ${color}${goto 10}${font pizzadude bullets:size=16}U${font}$color${voffset -12}$
|
||||||
${goto 40}Day: ${totalup eth0}${voffset -12}${alignr}${upspeedgraph eth0 25,50 64574e 64574e}
|
${goto 40}Day: ${totalup eth0}${voffset -12}${alignr}${upspeedgraph eth0 25,50 64574e 64574e}
|
||||||
${voffset -13}${goto 40}Month: ${execi 300 vnstat -m | grep "`date +"'%y"`" | tail -1 | awk '{print $6 $7}'}
|
${voffset -13}${goto 40}Month: ${execi 300 vnstat -m | grep "`date +"'%y"`" | tail -1 | awk '{print $6 $7}'}
|
||||||
${endif}
|
${endif}
|
||||||
#
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
${alignr} ${font}${time %B %d, %H:%M}
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue