HumblePresent

Results 17 comments of HumblePresent

Hi, thanks for getting back to me. I tried installing `npm` and following the instructions in #73 but I get errors when running `npm install` in the theme directory. What...

Also tried building with plain sass by running `sass gtk.scss` but get the following error ``` Error: compound selectors may no longer be extended. Consider `@extend %selected_items, :disabled` instead. See...

Yeah I came to the same conclusion by using the [ruby-sass](https://archlinux.org/packages/community/any/ruby-sass/) package on Arch.

Similar problem for me I believe. `g:indentLine_color_term` has no effect on the color of the indent character

Thanks! Would be cool to see it as a fleshed out colorscheme.

I have done some testing with this layout and have encountered a couple issues/unexpected behavior. 1. A widget like the one below will not be shown in the overflow layout...

For 1 the height of the child widget is actually unbounded, the width is set to 300. The issue is not about overflow but that the child widget is not...

So that does seem resolve issue 1 but I think the changes to `hierarchy.lua` and `fixed.lua` have broken some of my other widgets. Parts of my notification widgets that use...

Ok I think the issue presents when one or more of the child widgets in a `wibox.layout.fixed` layout has the `visible` property set the `false`. I noticed the issue in...

I've looked through the code a bit and I believe the issue is caused by the changes in the `wibox.layout.fixed:fit()` method. While iterating through the widgets in the layout, if...