Sebastian Heiden

Results 37 comments of Sebastian Heiden

I also had the problem with 0.0 GHz. What I did is to remove it via the format parameter. The problem I have with it is: that depend on whether...

But what I share is not the bar itself, but a list of widgets. Can you give an example for that function? How would you automatically create a new Screen...

setting the `reconfigure_screens = True`, did the trick. Two general problem left: - One display is 720p or 1080 p and the external monitor is 1440p. How can I adjust...

What I meant is the most right widget is not as right, as expected: ![IMG_20220804_171418~3](https://user-images.githubusercontent.com/6282825/182883721-aa89a1bf-7e96-4cd3-be56-79e1c290d1db.jpg)

Update: the current Layout Icon Widget has a minor issue. Clicking on it works on both screens. But when I click on it on the second screen, the icon itself...

The laptop uses the qtile from github with version: 0.21.1.dev87+g2ecbb5fd `qtile cmd-obj -o cmd -f reconfigure_screens` does not change anything.

For System: Ubuntu Laptop full hd display with external WQHD monitor the output is: `qtile cmd-obj -o screen 0 -f info` ``` {'height': 1080, 'index': 0, 'width': 1920, 'x': 0,...

> Ah. I see the issue: because you're using the same widget instances, you get `Mirror` objects in your second bar. > > The `WindowName` widget in your first bar...

Hi I, tried StringIO before with: ```python r_f = StringIO(file_text) r = open_rasterio(r_f) ``` I get the Error: `AttributeError: '_GeneratorContextManager' object has no attribute 'subdatasets'`. The file_text can be read...

Raster->Vector? I normally rasterstats for it, but this is probably something completely different, from what you intended! I never had problems that a raster fits into the memory! The think...