Search found 2694 matches
- Wed Oct 02, 2024 11:40 am
- Forum: Compiz, Conky, Docks & Widgets
- Topic: Can anyone isolate the code for one of these gauges please? [SOLVED]
- Replies: 56
- Views: 1788
Re: Can anyone isolate the code for one of these gauges please? [SOLVED]
conky: Bad arguments: ' ' and ' 60' conky: compare failed for expression ' <= 60' conky: llua_getnumber: function conky_loadavg didn't return a number, result discarded conky: llua_do_call: function conky_loadavg execution failed: ~/.conky/conky_myluafunctions.lua:130: attempt to perform arithmetic...
- Sun Sep 15, 2024 6:48 pm
- Forum: Compiz, Conky, Docks & Widgets
- Topic: Who Remembers... Screenlets and GDesklets
- Replies: 2
- Views: 201
Re: Who Remembers... Screenlets and GDesklets
conky will be the viable option at this point.
you would install package
you would install package
conky-all
and get to browsing around here or various candy sites, or just design and write something from scratch.- Tue Aug 13, 2024 9:18 pm
- Forum: Compiz, Conky, Docks & Widgets
- Topic: another old conky needing resurrection [SOLVED]
- Replies: 15
- Views: 572
- 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: 237
Re: Need help with the line draw feature of .lua
No way to test it.
You set us up for failure again.
It draws from the center out, not the other way around -horizontal then angle, no, it draws from center, angle, horizontal, then text.
You set us up for failure again.
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.- Mon Aug 12, 2024 10:44 pm
- Forum: Compiz, Conky, Docks & Widgets
- Topic: another old conky needing resurrection [SOLVED]
- Replies: 15
- Views: 572
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...
- Mon Aug 12, 2024 10:21 pm
- Forum: Compiz, Conky, Docks & Widgets
- Topic: another old conky needing resurrection [SOLVED]
- Replies: 15
- Views: 572
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...
- Mon Aug 12, 2024 4:49 pm
- Forum: Compiz, Conky, Docks & Widgets
- Topic: another old conky needing resurrection [SOLVED]
- Replies: 15
- Views: 572
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.
Run the config on terminal, not in the conky-manager2 and see if you can get an obvious error.
- Mon Aug 12, 2024 7:22 am
- Forum: Compiz, Conky, Docks & Widgets
- Topic: another old conky needing resurrection [SOLVED]
- Replies: 15
- Views: 572
Re: another old conky needing resurrection
Code: Select all
lua_load = '~/.conky/DEMODE/scripts/lua/widget_rings.lua',
- Sun Aug 11, 2024 11:05 pm
- Forum: Compiz, Conky, Docks & Widgets
- Topic: another old conky needing resurrection [SOLVED]
- Replies: 15
- Views: 572
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
convert config to 1.10
and at the bottom of the config where is says
cal -h
change it to ncal -bh
- Sun Aug 11, 2024 5:09 pm
- Forum: Compiz, Conky, Docks & Widgets
- Topic: [SOLVED] Conky Disk Usage
- Replies: 33
- Views: 1016
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 ...
- Sun Aug 11, 2024 4:29 pm
- Forum: Compiz, Conky, Docks & Widgets
- Topic: [SOLVED] Conky Disk Usage
- Replies: 33
- Views: 1016
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...
- Sun Aug 11, 2024 2:44 pm
- Forum: Compiz, Conky, Docks & Widgets
- Topic: [SOLVED] Conky Disk Usage
- Replies: 33
- Views: 1016
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...
- Sun Aug 11, 2024 2:30 pm
- Forum: Compiz, Conky, Docks & Widgets
- Topic: editing a semi-circle gauge [SOLVED]
- Replies: 2
- Views: 312
Re: editing a semi-circle gauge
Code: Select all
graph_start_angle=250,
- Sun Aug 11, 2024 1:38 pm
- Forum: Compiz, Conky, Docks & Widgets
- Topic: [SOLVED] Conky Disk Usage
- Replies: 33
- Views: 1016
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}% ${...
- Sun Aug 11, 2024 12:56 pm
- Forum: Compiz, Conky, Docks & Widgets
- Topic: [SOLVED] Conky Disk Usage
- Replies: 33
- Views: 1016
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...
- Thu Aug 08, 2024 10:25 am
- Forum: Compiz, Conky, Docks & Widgets
- Topic: [SOLVED] Conky Disk Usage
- Replies: 33
- Views: 1016
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...
- Tue Aug 06, 2024 9:22 pm
- Forum: Compiz, Conky, Docks & Widgets
- Topic: [SOLVED] Modprobe Drivetemp HDD temperature in Conky
- Replies: 5
- Views: 343
- 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: 252
Re: Can the formatting on this be fixed please?
just get chatgpt to change the font size on that section and you're fine
- Sat Aug 03, 2024 8:43 pm
- Forum: Compiz, Conky, Docks & Widgets
- Topic: conky graphic doing unwanted position change
- Replies: 2
- Views: 260
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 ...
- 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: 359
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...