HOME | DD

Published: 2017-01-12 15:06:09 +0000 UTC; Views: 20364; Favourites: 66; Downloads: 2344
Redirect to original
Description
Featured: linux-lounge.deviantart.com/jo…A new Conky I made based on my old version: xexpanderx.deviantart.com/art/…
Features
* Customization options. See "settings.lua".
* Displays battery status.
* Displays free space on as many drive/folders you like. Simply add new drives/folders in the configuration section.
* Displays CPU usage.
* Displays RAM usage.
Installation
(1) Extract the Zip-file to your ~/.conky/ directory. If ~/.conky does not exist, create it.
(2 - OPTIONAL) Edit "settings.lua" and change the parameters in the "USER CONFIGURATION" - section to fit your customization needs.
(3) In each folder for each conky you start it by:
conky -c CONKY_FILE
(4) Hopefully, enjoy!
ToDo List:
Cleaning the code! Right now the code is a mess.
Download:
github.com/xexpanderx/Conky-th…
Related content
Comments: 42
dudesplace [2024-01-23 17:48:35 +0000 UTC]
👍: 0 ⏩: 0
pofvision [2022-01-07 04:21:22 +0000 UTC]
👍: 0 ⏩: 0
dlin757 [2021-10-24 07:29:37 +0000 UTC]
👍: 0 ⏩: 0
0liv3S4n [2021-10-04 17:23:37 +0000 UTC]
👍: 0 ⏩: 0
One0f4K1nd [2021-06-07 04:54:29 +0000 UTC]
👍: 0 ⏩: 0
One0f4K1nd [2021-06-07 04:44:44 +0000 UTC]
👍: 0 ⏩: 0
ulianchn [2021-05-08 15:52:08 +0000 UTC]
👍: 0 ⏩: 0
cold-heart-of-fox [2018-08-07 11:08:07 +0000 UTC]
Your work is great! ) How can i change a widget position?) What must i edit in setting.lua? Sorry i am not good at speaking and writing English )
👍: 0 ⏩: 1
xeXpanderx In reply to cold-heart-of-fox [2018-08-07 14:15:54 +0000 UTC]
Hi, you can only have following position for the conky: Bottom, Top, Left or Right of the screen.
Changing the "widgets" manually at other positions, then you need to change the lua code.
👍: 0 ⏩: 0
xeXpanderx In reply to GDRoman [2017-08-17 14:23:52 +0000 UTC]
in "settings.lua" set the proper value in
drive_paths = {"/home", "/"}
change "/" to your swap partition, in my case it is "/dev/sda1", so it would look like this:
drive_paths = {"/home", "/dev/sda1"}
If you dont know where your swap is, you can find it through "sudo fdisk -l".
Maybe you want to change the name as well, check the line:
drive_names = {"Home", "Root"}
In my case it would look like:
drive_names = {"Home", "Swap"}
👍: 0 ⏩: 1
GDRoman In reply to xeXpanderx [2017-08-17 14:51:20 +0000 UTC]
/dev/sda2 - swap
Set drive_paths = {"/home", "/dev/sda2"}
and it doesn't work for me. Constantly shows 100% regardless of the content.
Try it for yourself. Anyway, thank you for the excellent widget.
👍: 0 ⏩: 1
xeXpanderx In reply to GDRoman [2017-08-17 19:15:09 +0000 UTC]
Compare that with htop. It works for me, have you maximized your memory so swap kicks in?
👍: 0 ⏩: 0
Dobbie03 [2017-05-06 21:47:09 +0000 UTC]
Hi It's me again!
Can you please add a volume indicator to all your configs please, I have attempted myself and failed miserably.
👍: 0 ⏩: 1
xeXpanderx In reply to Dobbie03 [2017-06-28 13:24:47 +0000 UTC]
Yeah, it does not seem to be that easy, I have to figure out a universal code that works for the majority of the users. But right now, this is on hold. I have recently bought a house, so I have to do some theming of my house first
👍: 0 ⏩: 1
Dobbie03 In reply to xeXpanderx [2017-06-29 05:34:43 +0000 UTC]
Thanks anyway, enjoy theming your house
👍: 0 ⏩: 0
Dobbie03 [2017-04-19 06:16:16 +0000 UTC]
Hey Mate, as I don't use a laptop I was wanting to turn the battery section into a volume indicator, any ideas on how I could do that?
👍: 0 ⏩: 1
xeXpanderx In reply to Dobbie03 [2017-04-19 07:13:03 +0000 UTC]
I can create a new widget for that. I will take a look into this
👍: 0 ⏩: 1
Dobbie03 In reply to xeXpanderx [2017-04-19 07:13:55 +0000 UTC]
That would be great. Thank you.
👍: 0 ⏩: 1
xeXpanderx In reply to Dobbie03 [2017-04-23 17:32:50 +0000 UTC]
Hi, what do you get when typing "amixer" in terminal?
👍: 0 ⏩: 1
Dobbie03 In reply to xeXpanderx [2017-04-24 05:20:18 +0000 UTC]
Hi, I get this:
Simple mixer control 'Master',0
Capabilities: pvolume pswitch pswitch-joined
Playback channels: Front Left - Front Right
Limits: Playback 0 - 65536
Mono:
Front Left: Playback 22938 [35%] [on]
Front Right: Playback 22938 [35%] [on]
Simple mixer control 'Capture',0
Capabilities: cvolume cswitch cswitch-joined
Capture channels: Front Left - Front Right
Limits: Capture 0 - 65536
Front Left: Capture 9996 [15%] [on]
Front Right: Capture 9996 [15%] [on]
👍: 0 ⏩: 2
xeXpanderx In reply to Dobbie03 [2017-04-24 08:12:25 +0000 UTC]
Sorry, I meant this one: www.dropbox.com/s/kvh5g1522dks…
Replace your current "setttings.lua" with that one from my dropbox. Ignore the link below. This is for the circle horizontal version.
👍: 0 ⏩: 1
Dobbie03 In reply to xeXpanderx [2017-04-25 00:47:13 +0000 UTC]
That's fucking magic, thanks so much!
👍: 0 ⏩: 1
Dobbie03 In reply to xeXpanderx [2017-04-25 21:18:54 +0000 UTC]
It's a great addition to your config.
👍: 0 ⏩: 0
xeXpanderx In reply to Dobbie03 [2017-04-24 08:08:51 +0000 UTC]
Try this one: www.dropbox.com/s/v4lr8bsw7i4a…
Replace your current with this one (The horizontal version).
👍: 0 ⏩: 0
sagarakun [2017-01-19 05:14:44 +0000 UTC]
If I wanted to change the disk free % to disk used %, what configuration would I need to change?
👍: 0 ⏩: 1
xeXpanderx In reply to sagarakun [2017-01-19 08:00:15 +0000 UTC]
That configuration is not implemented, you have to change the code. Thx for the suggestion, I will add this as an option.
👍: 0 ⏩: 0
sagarakun [2017-01-19 05:06:42 +0000 UTC]
Wow, this is a pretty slick conky, kudos!
Is there a way to change the hard drive icons? the house makes sense for /home. But a different icon for other partitions would be nice. Can this be done?
Can't wait to see what you come up with for network up/down statistics
👍: 0 ⏩: 1
xeXpanderx In reply to sagarakun [2017-01-19 08:05:05 +0000 UTC]
This is a beast. The idea was to be able to use several drives, then it is easier to stick with one consistent icon and only use a text as the distinctive part. Otherwise, it is difficult to change "the icon", because basically the icon is made by pure lua code. But I may have to rethink here, maybe use one "Home" icon and one other icon for the rest of the drives.
Thanks for the suggestions!
👍: 0 ⏩: 1
sagarakun In reply to xeXpanderx [2017-01-25 03:46:27 +0000 UTC]
I went through the LUA code and I see what you mean. I praise your home icon art work with pure code.
A home icon and a generic disc icon would be great for your next release.
Got to say I commend you LUA drawing creativity!
👍: 0 ⏩: 0
xeXpanderx In reply to RainMoonWolf [2017-01-13 08:25:19 +0000 UTC]
See "Download"-button on right
👍: 0 ⏩: 0
xeXpanderx In reply to OrangeLover99 [2017-01-13 08:24:28 +0000 UTC]
Thanks. It is a software specifically written for Linux, showing different kind of information about the system, such as CPU usage, RAM usage e.t.c. See here: github.com/brndnmtthws/conky
👍: 0 ⏩: 0