wf-shell
wf-shell copied to clipboard
A GTK3-based panel for wayfire
The first place this is noted is in window-list widget, here is the bt with asan: ``` ================================================================= ==447611==ERROR: AddressSanitizer: heap-use-after-free on address 0x603000a34d78 at pc 0x55c3259f2c3a bp 0x7fff10480d60 sp...
Seems like the window isn't being rerendered after being hidden and losing focus. https://github.com/WayfireWM/wf-shell/assets/50048443/466fb206-0a0b-458d-8fa7-48fb62f89d7e
Instead of having right-click bring up the volume control same as left click does, can we instead have a config file option to bind an application instead? E.g right click...
`battery_scroll_sensitivity` is a new option that specifies the amount (in percentage points) that each scroll event will change the brightness. I found `1.8` to be a good default as a...
Scroll up on the battery widget -> brightness goes up Scroll down on the battery widget -> brightness goes down I always wanted this in stock GNOME but you have...
This might be outside of your scope, but the network widget currently seems to use only data from NetworkManager, which not everyone uses. In my case, a solution like IWD...
It woud be nice to have a global menu bar at the top of the screen that could show the application menus, as is shown here:  I have [collected](https://hellosystem.github.io/docs/developer/menu.html)...
There's no configuration for it and seemingly commands are spaced very far apart, at least 50 pixels or something. Would be great if spacing were configurable and set to 0...
**Describe the bug** When i configure the clock to display the time, its always off my local timezone **To Reproduce** Steps to reproduce the behavior: 1. wf-shell.ini: panel.clock_format = %R...
Probably fixes #150 This patch refactors the calculation of `WayfireToplevel`'s width. Instead of recalculating the width manually, it simply does `label.set_ellipsize` and `label.set_max_width_chars`. Also there are a few minor style-ish...