wf-shell icon indicating copy to clipboard operation
wf-shell copied to clipboard

A GTK3-based panel for wayfire

Results 94 wf-shell issues
Sort by recently updated
recently updated
newest added

https://github.com/WayfireWM/wf-shell/blob/3e7576f1a74abf746d3b6c3da914a428bbbd2ca7/src/panel/widgets/tray/item.cpp#L188 both `tooltip_title` and `tooltip_text` should be checked for escapable characters before passing to `set_markup` The equivalent python code I've written previously to clean this up is ``` def sanitize_string(self,...

salve, i am using wayfire on a notebook, and the screen is 16:9, so the panel on top, or bottom, makes the usable space smaller then necessary, but but on...

enhancement

To reproduce: 1. launch app that can give notifications 2. receive notification 3. switch to another app Log with gdb: ``` Thread 1 "wf-panel" received signal SIGABRT, Aborted. Downloading source...

When a `command_output_tooltip_*` key is used we get excessive calling of the command on mouseovers. https://github.com/WayfireWM/wf-shell/blob/3e7576f1a74abf746d3b6c3da914a428bbbd2ca7/src/panel/widgets/command-output.cpp#L131 The `signal_query_tooltip` callback is called for all mouse movement over the widget.

Wayfire IPC is maturing quite nicely. At present, IPC has excellent support for retrieving Workspace Sets and Workspaces. IPC also provides the information about views and wset in which the...

Changes `expand` `fill` and `hexpand` very liberally across the entire panel. reloading widget lists sets or unsets expand & fill for the container to allow space to propagate to window-list...

**Describe the bug** Several applications annoyingly don't recover on the output recovery cycle. Notably, wf-panel and sfwbar both randomly either get stuck at scale 1.0 on my scale 2.0 monitor...

bug

Hello, I want to touch some questions about the command-outputs, first I want to share these 3 that I have created: For those who don't get the sound widget working:...

Depends on #273 but this includes a bit more controversial heuristic, using the format used by (some / most?) snap apps. Tested on Ubuntu 24.04 with firefox and thunderbird installed...

This is a much more limited attempt than #82 Running on Ubuntu 24.04, this fixes finding icons for at least gedit (org.gnome.gedit), evince (org.gnome.Evince) and devhelp (org.gnome.Devhelp). Let me know...