Skip to main content

Questions tagged [conky]

Conky is a free, light-weight system monitor for X that displays information on your desktop.

0 votes
0 answers
3 views

Conky sensors stoped working

All conky sensors (cpu, disks...) suddenly stopped working. They was working like a charm and I was working on another problem and this happened. I didn't touch conky files.
Masoud Yousefvand's user avatar
0 votes
0 answers
19 views

Conkies don't show curves

When I install a conky with curvature no matter what, I just see the text and straght lines. No circle, no curvature. I have an arch linux with conky-lua-nv installed and wayland. I have been able to ...
Masoud Yousefvand's user avatar
0 votes
0 answers
16 views

How to install hybrid conky from source

My laptop is a Lenovo E550: OS: Arch Linux KERNEL: Linux 6.9.6-arch1-1 SHELL: zsh CPU: Intel(R) Core(TM) i5-5200U CPU @ 2.20GHz GPU: Intel Corporation HD Graphics 5500 ...
Masoud Yousefvand's user avatar
0 votes
0 answers
46 views

How to install Conky themes?

I' m asking how to installconkythemes that you download from the Pling store as zip and extract as folders on Linux. I tried to rename the file name [name]. conf with Anything.conkyrc and then copy ...
Tux's user avatar
  • 9
0 votes
0 answers
28 views

Conky transparency doesn't work

I have an Arch linux with plasma and trying to install conky (AUR). The problem is all transparent parts are black,here is my config: background yes update_interval 1 cpu_avg_samples 1 ...
Masoud Yousefvand's user avatar
0 votes
0 answers
172 views

How do i use conky in i3 to make a custom widget to show rss feeds

I want to create a widget in my i3 desktop homescreen that shows rss feed. So far i have only been able to do it in the bar. I am thinking about trying conky and make it execute everytime i open i3. ...
Scar's user avatar
  • 1
1 vote
0 answers
160 views

Can Conky display detailed information without being specifically configured to my current hardware?

I'd like Conky to display things like the usage of each CPU core, but I don't see a way to do this other than by manually writing a Conky config file which explicitly enumerates which cores I'd like ...
Jonathan Hartley's user avatar
0 votes
1 answer
750 views

Configure Conky to display arbitrary measurements as a number / percent / bar / graph / guage

Does Conky allow me to display an arbitrary measurement as a bar, gauge, graph, etc? Or only the ones that it provides explicit objects for, eg. CPU usage can be displayed as any of: ${cpuN} : A ...
Jonathan Hartley's user avatar
1 vote
1 answer
703 views

Conky - Set own variables

How can i set own variables inside the conky config? I want to define some own variables and then output they per echo. I tried a lot but unfortuanly i don't know how to handle that. Maybe someone can ...
Omexlu's user avatar
  • 123
3 votes
1 answer
2k views

Negative ram on conky

I've installed conky on arch linux with xfce as desktop. Ram used is not working properly. I'm getting negative ram used. screenshot Below is my config conky.config = { use_xft = true, ...
Piyush Mishra's user avatar
0 votes
1 answer
693 views

Using cat in conky_parse doesn't work

I'm trying to show the name of my shell in conky. I can capture the name of the shell using this command: cat /proc/$$/comm But when I use this in my script.lua file, like this: text = 'Shell: ' .. ...
Amir Shabani's user avatar
0 votes
2 answers
3k views

How remove conky manager from Linux Mint

I would like to ask how to completely remove conky manager from Linux Mint. I used the following script link and sudo apt-get --purge remove conky conky-all but unsuccessfully Thank you
user11451242's user avatar
1 vote
0 answers
279 views

rss weather for Mexico in conky

I want to show the weather for my location, Ensenada, BC, Mexico on conky. I have tried the following script: #!/bin/sh METRIC=1 #Should be 0 or 1; 0 for F, 1 for C if [ -z $1 ]; then echo echo "...
black-clover's user avatar
1 vote
1 answer
523 views

How to configure a conky file?

How can I change the conky theme? I have the text(code) for conky vision but I have no idea what to do with it, or where to put it? I'm running Linux Mint btw
cronyc's user avatar
  • 11
1 vote
1 answer
2k views

How can I use conky with own_window_type=panel to create a conky window along the top edge of the screen which does not overlap with other windows?

I am wanting to create a conky window that sits on the top edge of my screen and has no overlap with maximimed or non-maximized windows. My attempts to use own_window with own_window_type=panel ...
Dr. Mark A. friedman's user avatar

15 30 50 per page