Package: conky-all
Version: 1.18.3-1
Severity: normal

According to the package description this package provides support for
systemd journal:

“
 This is a full conky with most compile options enabled:
 .
 Wayland, X11, XDamage, XDBE, Xft, MPD, MOC, math, hddtemp, portmon, RSS,
 Weather, wireless, IBM, nvidia, eve-online, Imlib2,
 apcupsd, I/O stats, argb, Lua and the cairo and imlib2 Lua bindings,
 Audacious, PulseAudio, iCal, iconv, IRC, and systemd journal.
”

Also the manpage lists “journal” as a known variable:

“
       journal lines (type)
              Displays  last N lines of the systemd journal.  The optional type 
can be `user' or `system' which will show only the user or system journal 
respectively.  By
              default, all journal lines visible to the user are shown.  A 
maximum of 200 lines can be displayed, or until the text buffer is filled.
”

However, using this variable in the config file leads to the message 

“conky: unknown variable '$journal'”

and conky itself displays the text

“${journal}”

-- System Information:
Debian Release: 12.1
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 6.1.0-10-amd64 (SMP w/4 CPU threads; PREEMPT)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages conky-all depends on:
ii  libaudclient2        3.5~rc2-1+b1
ii  libc6                2.36-9+deb12u1
ii  libcairo2            1.16.0-7
ii  libcurl3-gnutls      7.88.1-10
ii  libdbus-glib-1-2     0.112-3
ii  libfontconfig1       2.14.1-4
ii  libgcc-s1            12.2.0-14
ii  libglib2.0-0         2.74.6-2
ii  libical3             3.0.16-1+b1
ii  libimlib2            1.10.0-4+b1
ii  libircclient1        1.9-1+b2
ii  libiw30              30~pre9-14
ii  liblua5.3-0          5.3.6-2
ii  libncurses6          6.4-4
ii  libpango-1.0-0       1.50.12+ds-1
ii  libpangocairo-1.0-0  1.50.12+ds-1
ii  libpangoft2-1.0-0    1.50.12+ds-1
ii  libpulse0            16.1+dfsg1-2+b1
ii  librsvg2-2           2.54.5+dfsg-1
ii  libstdc++6           12.2.0-14
ii  libtinfo6            6.4-4
ii  libwayland-client0   1.21.0-1
ii  libx11-6             2:1.8.4-2+deb12u1
ii  libxdamage1          1:1.1.6-1
ii  libxext6             2:1.3.4-1+b1
ii  libxfixes3           1:6.0.0-2
ii  libxft2              2.3.6-1
ii  libxinerama1         2:1.1.4-3
ii  libxml2              2.9.14+dfsg-1.3~deb12u1
ii  libxnvctrl0          525.85.05-1

conky-all recommends no packages.

Versions of packages conky-all suggests:
pn  apcupsd    <none>
ii  audacious  4.2-1
pn  moc        <none>
pn  mpd        <none>

-- Configuration Files:
/etc/conky/conky.conf changed:
-- Conky, a system monitor https://github.com/brndnmtthws/conky
--
-- This configuration file is Lua code. You can write code in here, and it will
-- execute when Conky loads. You can use it to generate your own advanced
-- configurations.
--
-- Try this (remove the `--`):
--
--   print("Loading Conky config")
--
-- For more on Lua, see:
-- https://www.lua.org/pil/contents.html
conky.config = {
    alignment = 'top_left',
    background = false,
    border_width = 1,
    cpu_avg_samples = 2,
    default_color = 'white',
    default_outline_color = 'white',
    default_shade_color = 'white',
    double_buffer = true,
    draw_borders = false,
    draw_graph_borders = true,
    draw_outline = false,
    draw_shades = false,
    extra_newline = false,
    font = 'DejaVu Sans Mono:size=12',
    gap_x = 60,
    gap_y = 60,
    minimum_height = 5,
    minimum_width = 5,
    net_avg_samples = 2,
    no_buffers = true,
    out_to_console = false,
    out_to_ncurses = false,
    out_to_stderr = false,
    out_to_x = true,
    own_window = true,
    own_window_class = 'Conky',
    own_window_type = 'desktop',
    show_graph_range = false,
    show_graph_scale = false,
    stippled_borders = 0,
    update_interval = 1.0,
    uppercase = false,
    use_spacer = 'none',
    use_xft = true,
}
conky.text = [[
${color grey}Info:$color ${scroll 32 Conky $conky_version - $sysname $nodename 
$kernel $machine}
$hr
${color grey}Uptime:$color $uptime
${color grey}Frequency (in MHz):$color $freq
${color grey}Frequency (in GHz):$color $freq_g
${color grey}RAM Usage:$color $mem/$memmax - $memperc% ${membar 4}
${color grey}Swap Usage:$color $swap/$swapmax - $swapperc% ${swapbar 4}
${color grey}CPU Usage:$color $cpu% ${cpubar 4}
${color grey}Processes:$color $processes  ${color grey}Running:$color 
$running_processes
$hr
${color grey}File systems:
 / $color${fs_used /}/${fs_size /} ${fs_bar 6 /}
${color grey}Networking:
Up:$color ${upspeed} ${color grey} - Down:$color ${downspeed}
$hr
${color grey}Name              PID     CPU%   MEM%
${color lightgrey} ${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1}
${color lightgrey} ${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2}
${color lightgrey} ${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3}
${color lightgrey} ${top name 4} ${top pid 4} ${top cpu 4} ${top mem 4}
${exec journalctl -n 20}
${journal 20}
]]


-- no debconf information

Reply via email to