remove cut from release
This commit is contained in:
parent
4d3b3460be
commit
f93bdddd3d
|
@ -58,7 +58,8 @@ conky.config = {
|
||||||
conky.text = [[
|
conky.text = [[
|
||||||
########################################## header
|
########################################## header
|
||||||
###################### release and date
|
###################### release and date
|
||||||
${color3}${font NotoSans:bold:size=16}${alignc}${execi 86400 lsb_release -d | cut -c14-} "${execi 86400 lsb_release -d | cut -c11-}" ${color}
|
${color3}${font NotoSans:bold:size=16}${alignc}${execi 86400 lsb_release -ds} "${execi 86400 lsb_release -cs}" ${color}
|
||||||
|
# ${color3}${font NotoSans:bold:size=16}${alignc}${execi 86400 lsb_release -d | cut -c14-} "${execi 86400 lsb_release -c | cut -c11-}" ${color}
|
||||||
# ${goto 310}${voffset}${font NotoSans:bold:size=10}${alignc}${execi 300 lsb_release -c | cut -c11-} ${execi 300 lsb_release -r | cut -c9-}
|
# ${goto 310}${voffset}${font NotoSans:bold:size=10}${alignc}${execi 300 lsb_release -c | cut -c11-} ${execi 300 lsb_release -r | cut -c9-}
|
||||||
# ${goto 310}${font NotoSans:size=10}${time %A %d %b %Y}
|
# ${goto 310}${font NotoSans:size=10}${time %A %d %b %Y}
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue