polycore icon indicating copy to clipboard operation
polycore copied to clipboard

A conky config and library of Lua widgets

Results 11 polycore issues
Sort by recently updated
recently updated
newest added

I really like the look of the Polycore graph, but have been unable to get it to work. I have removed any of the nvidia / drive sections. I did...

As per the title Sizes aren't recalcuated for widget changes inside nested Layout (Column/Row) widgets. I implemented a fix at the following by switching to using recursion to handle updates....

Config is now split into 3 parts and merged dynamically: * core config - this should always be the same for polycore * wm config - window manager specific issues...

This is an upstream issue https://github.com/brndnmtthws/conky/issues/1528 but it took me so long to track down that i'll post it here incase someone else stumbles across it use_xft = true ![shot-2023-05-09_18-54-42](https://user-images.githubusercontent.com/3827011/237054242-8b4c6b61-a35a-47e5-99f6-ac5a15be4314.jpg)...

* This moves the text and graph colors along with fonts into a separate file / module and then loads them into a `current_theme` variable so that its easy to...

This is a text box that does conky variable substitution, as an easy way to get data. By the way no need to review these in a hurry, I'm giving...

This will hopefully make them easier to maintain in the long term. The main polycore config all the examples and tests have been updated although the test suite isn't rendering...

Sorry for the delay, had some life / work stuff going on and there was a couple of bugs and I wanted to try and find a way to better...

Firstly, I think its worth explaining what i'm trying to solve, then how i'd like to adapt Polycore to solve these issues. Currently I am looking at Conky from the...

enhancement