Search found 2693 matches

by zcot
Sun Sep 15, 2024 6:48 pm
Forum: Compiz, Conky, Docks & Widgets
Topic: Who Remembers... Screenlets and GDesklets
Replies: 2
Views: 73

Re: Who Remembers... Screenlets and GDesklets

conky will be the viable option at this point.

you would install package conky-all and get to browsing around here or various candy sites, or just design and write something from scratch.
by zcot
Mon Aug 12, 2024 11:46 pm
Forum: Compiz, Conky, Docks & Widgets
Topic: Need help with the line draw feature of .lua [SOLVED]
Replies: 2
Views: 191

Re: Need help with the line draw feature of .lua

No way to test it.

You set us up for failure again. :roll:

It draws from the center out, not the other way around -horizontal then angle, no, it draws from center, angle, horizontal, then text.

cairo_line_to is the 2 line sections.
by zcot
Mon Aug 12, 2024 10:44 pm
Forum: Compiz, Conky, Docks & Widgets
Topic: another old conky needing resurrection [SOLVED]
Replies: 15
Views: 484

Re: another old conky needing resurrection

so, what system version? Take a look at line 29 in the lua file. I suspect that's a similar situation to how cal fails but using ncal will work correctly. That binary was changed a bit. I assume that os.date call is the same type of thing. My .lua file is basically exactly what came out of the archi...
by zcot
Mon Aug 12, 2024 10:21 pm
Forum: Compiz, Conky, Docks & Widgets
Topic: another old conky needing resurrection [SOLVED]
Replies: 15
Views: 484

Re: another old conky needing resurrection

let me be more detailed. I edited the 1st or 2nd line of the config and took away the #background yes or --background = true, (new version converted). -that line makes it's hard to manage when trying to test. Do not background it until you have a working setup or you will just have a headache on you...
by zcot
Mon Aug 12, 2024 4:49 pm
Forum: Compiz, Conky, Docks & Widgets
Topic: another old conky needing resurrection [SOLVED]
Replies: 15
Views: 484

Re: another old conky needing resurrection

Damn, sorry to hear that. Hope all is well.

Run the config on terminal, not in the conky-manager2 and see if you can get an obvious error.
by zcot
Mon Aug 12, 2024 7:22 am
Forum: Compiz, Conky, Docks & Widgets
Topic: another old conky needing resurrection [SOLVED]
Replies: 15
Views: 484

Re: another old conky needing resurrection

Code: Select all

	lua_load = '~/.conky/DEMODE/scripts/lua/widget_rings.lua',
Are you there?
by zcot
Sun Aug 11, 2024 11:05 pm
Forum: Compiz, Conky, Docks & Widgets
Topic: another old conky needing resurrection [SOLVED]
Replies: 15
Views: 484

Re: another old conky needing resurrection

It works fine here, only a couple edits.

convert config to 1.10

and at the bottom of the config where is says cal -h change it to ncal -bh

Image
by zcot
Sun Aug 11, 2024 5:09 pm
Forum: Compiz, Conky, Docks & Widgets
Topic: [SOLVED] Conky Disk Usage
Replies: 33
Views: 841

Re: Conky Disk Usage

... Should I start a new topic related to mount SSD and HDD There are many topics already available. I would use a search engine and look at this forum and other website articles for this topic. In my opinion, I do not like to do this. I only use the other partitions when a rare occasion occurs. I ...
by zcot
Sun Aug 11, 2024 4:29 pm
Forum: Compiz, Conky, Docks & Widgets
Topic: [SOLVED] Conky Disk Usage
Replies: 33
Views: 841

Re: Conky Disk Usage

Before: ${color}${fs_type /media/mandak/Aplikacije i ostalo}${color0}) ${alignr}${color}${diskio_write /media/mandak/Aplikacije i ostalo}${color0} / ${color}${diskio_read /media/mandak/Aplikacije i ostalo} ${fs_used /media/mandak/Aplikacije i ostalo}${color0} / ${color}${fs_size /media/mandak/Aplika...
by zcot
Sun Aug 11, 2024 2:44 pm
Forum: Compiz, Conky, Docks & Widgets
Topic: [SOLVED] Conky Disk Usage
Replies: 33
Views: 841

Re: Conky Disk Usage

I think we do not escape spaces instead: ${color}${fs_type /media/mandak/Aplikacije i ostalo}${color0}) ${alignr}${color}${diskio_write /media/mandak/Aplikacije i ostalo}${color0} / ${color}${diskio_read /media/mandak/Aplikacije i ostalo} ${fs_used /media/mandak/Aplikacije i ostalo}${color0} / ${col...
by zcot
Sun Aug 11, 2024 2:30 pm
Forum: Compiz, Conky, Docks & Widgets
Topic: editing a semi-circle gauge [SOLVED]
Replies: 2
Views: 272

Re: editing a semi-circle gauge

Code: Select all

    graph_start_angle=250,
This is the only interesting line, but irrelevant without the rendering code.
by zcot
Sun Aug 11, 2024 1:38 pm
Forum: Compiz, Conky, Docks & Widgets
Topic: [SOLVED] Conky Disk Usage
Replies: 33
Views: 841

Re: Conky Disk Usage

You have this Windows filesystem mounted. You can try to use this: ${color}${fs_type /dev/sdc1}${color0}) ${alignr}${color}${diskio_write /dev/sdc1}${color0} / ${color}${diskio_read /dev/sdc1} ${fs_used /dev/sdc1}${color0} / ${color}${fs_size /dev/sdc1} ${alignr}${color}${fs_used_perc /dev/sdc1}% ${...
by zcot
Sun Aug 11, 2024 12:56 pm
Forum: Compiz, Conky, Docks & Widgets
Topic: [SOLVED] Conky Disk Usage
Replies: 33
Views: 841

Re: Conky Disk Usage

${color}${fs_type /}${color0}) ${alignr}${color}${diskio_write /}${color0} / ${color}${diskio_read /} ${fs_used /}${color0} / ${color}${fs_size /} ${alignr}${color}${fs_used_perc /}% ${color0}${fs_bar 8,100 /} do you see the difference? ${color}${fs_type /dev/sda7}${color0}) ${alignr}${color}${disk...
by zcot
Thu Aug 08, 2024 10:25 am
Forum: Compiz, Conky, Docks & Widgets
Topic: [SOLVED] Conky Disk Usage
Replies: 33
Views: 841

Re: Conky Disk Usage

This is some options: fs_bar (height),(width) fs Bar that shows how much space is used on a file system. height is the height in pixels. fs is any file on that file system. fs_bar_free (height),(width) fs Bar that shows how much space is free on a file system. height is the height in pixels. fs is a...
by zcot
Mon Aug 05, 2024 11:03 pm
Forum: Compiz, Conky, Docks & Widgets
Topic: Can the formatting on this be fixed please? [SOLVED]
Replies: 2
Views: 212

Re: Can the formatting on this be fixed please?

just get chatgpt to change the font size on that section and you're fine
by zcot
Sat Aug 03, 2024 8:43 pm
Forum: Compiz, Conky, Docks & Widgets
Topic: conky graphic doing unwanted position change
Replies: 2
Views: 220

Re: conky graphic doing unwanted position change

Again, you're not providing enough info. You mention the direct problem but you don't give the info we need, we have no clue what your output looks like, the json file original, we have no way to answer the question. Throw up the files so we can use it, I'm talking about all the files, not a broken ...
by zcot
Sat Aug 03, 2024 3:48 pm
Forum: Compiz, Conky, Docks & Widgets
Topic: Does anyone know what the "python-central (>= 0.6.7)" dependency for conky is now called? [SOLVED]
Replies: 5
Views: 306

Re: Does anyone know what the "python-central (>= 0.6.7)" dependency for conky is now called? [SOLVED]

The biggest issue I have seen with old packages(source) is when it relates to weather it hardly ever works, because the websites and/or apis that are used are changed so often. So barring any other thing, an odd dependency package, or a simple outdated version issue that could be fixed easily, -if t...
by zcot
Fri Aug 02, 2024 12:24 pm
Forum: Compiz, Conky, Docks & Widgets
Topic: Does anyone know what the "python-central (>= 0.6.7)" dependency for conky is now called? [SOLVED]
Replies: 5
Views: 306

Re: Does anyone know what the "python-central (>= 0.6.7)" dependency for conky is now called?

I found a beautiful weather conky, somewhere... nobody really knows where. we could just get on the internet truck and drive around for days searching for conkyforecast and then digging into various sites and files and might still not find the thing you are asking about anyway. you set us for failu...

Go to advanced search