我正在尝试以conky(通过Topydo)显示我的待办事项列表的输出,到目前为止已设法显示它们:
https://i.imgur.com/gcQLeyr.png
虽然从技术上讲这是我想要完成的(尽管我的大麦中级Linux经验),我想知道是否有更好的方法来实现这一点,或者是否有可能使Topydo文件可以在conky中编辑?或者有更好的方法来完成这项工作并完全取消Topydo吗?
如果这很重要,目前正在运行Solus 3.999。
.conkyrc如下:
## (My Solus Conky)
## Created by Andril for the Solus OS (https://solus-project.com /download/) as a fan and user - not a developer
## This config was compiled from multiple sources to fit perfectly for Solus OS
## Enjoy! :)
##############################################
# Settings
##############################################
background yes
use_xft yes
xftfont Sawasdee :size=9
xftalpha 1
update_interval 1.0
total_run_times 0
music_player_interval 10
own_window_argb_visual yes
own_window_argb_value 0
own_window yes
own_window_transparent yes
own_window_type desktop
own_window_hints undecorated,above, left, right, below,sticky,skip_taskbar,skip_pager
double_buffer yes
minimum_size 170 170
maximum_width 170
draw_shades yes
draw_outline no
draw_borders no
draw_graph_borders no
default_color cb7a78
default_shade_color 03ffcb
text_buffer_size 512
###############
#colors ##########
03aed2
5fd1e9
# dbdbdb
#00fafa
f838dd
ffd301
81cb82
8d70f6
###############
default_outline_color pink
alignment top_left
gap_x 10
gap_y 0
no_buffers yes
uppercase no
cpu_avg_samples 2
override_utf8_locale yes
##############################################
# Output
##############################################
own_window_colour 000000
TEXT
s ys t e m . i n f o ${hr}
Host:$alignr$nodename
OS:$alignr Solus
Build:$alignr ${pre_exec egrep "^VERSION_ID" /etc/os-release|cut -d = -f 2|sed 's/"//g'}
Kernel:$alignr${kernel}
Uptime:$alignr$uptime
c p u . m e m . h d d ${hr}
cpu usage:$alignr${cpu cpu0}%
cpu temperature:$alignr${acpitemp}°C
high cpu $alignr cpu% mem%
${top name 1}$alignr${top cpu 1}${top mem 1}
high mem $alignr CPU% MEM%
${top_mem name 1}$alignr${top_mem cpu 1}${top_mem mem 1}
${font Overpass:style=Thin:size=12}events${font} ${hr}
${execi 20 tail /home/moto/todo.txt }
RAM:$alignr$mem/$memmax
Swap usage:$alignr$swap/$swapmax
Disk usage:$alignr${fs_used /}/${fs_size /}
//////////////////////////////////////