Skip to content

Help with old conkyrc and lua scripts #2141

Answered by Caellian
Rob-git2025 asked this question in Q&A
Discussion options

You must be logged in to vote

Your conkyrc was bad, had some old (replaced) options:

conky.config = {
    -- Conky settings --
    background = false,
    update_interval = 10,

    cpu_avg_samples = 2,
    net_avg_samples = 2,

    override_utf8_locale = true,

    double_buffer = true,
    no_buffers = true,

    text_buffer_size = 2048,
    imlib_cache_size = 0,

    own_window_type = "normal"
    own_window_hints = "undecorated,sticky,skip_taskbar,skip_pager,below",
    own_window = true,
    own_window_transparent = true,
    own_window_argb_visual = false,
    own_window_title = "rings + text widgets",

    border_inner_margin = 0,
    border_outer_margin = 0,

    minimum_height = 720,
    minimum_width = 300,
…

Replies: 1 comment 12 replies

Comment options

You must be logged in to vote
12 replies
@Caellian
Comment options

@Rob-git2025
Comment options

@Rob-git2025
Comment options

@Caellian
Comment options

@Rob-git2025
Comment options

Answer selected by Caellian
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants