eww | slurp | |
---|---|---|
116 | 12 | |
10,066 | 1,006 | |
2.7% | 2.2% | |
8.5 | 5.1 | |
7 days ago | 7 months ago | |
Rust | C | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
eww
Posts with mentions or reviews of eww.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-11-23.
- EWW – Linux Widget System allowing you to design custom desktop UI
-
Widgets: which are the alternatives?
I'm trying to get the most out of my OS (Arch with X11 and Awesomewm), but I'm stuck with the widgets. I would like to create/use some utilities like an interactive calendar, small TODO list, dropdown menu, etc. but using the awesomewm widgets is too difficult and limiting. I found eww but it seems as difficult as the former widgets.
-
eww fails to compile
Reported and closed upstream: https://github.com/elkowar/eww/issues/712
-
How do I autostart Eww bar inside the hyprland.conf file?
The reason, why eww would not start, is because i compiled it myself with rustup according to the official documentation (https://elkowar.github.io/eww/) and not by the AUR. After installing it with the AUR it workes in Hyprland. So in conclustion: If you wanna use Eww on Hyprland, use the AUR method and not the method on the Docs!
-
Sway/workspace by Eww
Are you as mystified as me? I'll save you the google search: eww is Elkowars Wacky Widgets a standalone widget system made in Rust that allows you to implement your own, custom widgets in any window manager.
-
Eww is hard :(
Well actually there is https://elkowar.github.io/eww. I used it to make my config and also looked at other configs.
-
changing profiles
I'm guessing one could use [eww](https://elkowar.github.io/eww/) to create buttons/widgets. And the buttons could dispatch commands to any of the wallpaper/theme changing applications to actually execute the change.
-
Get workspaces information (to integrate with Eww)?
I'd like to get informations from xmonad on all the currently active workspaces and which one is the current workspace. Possibly I'd like to format that information into a JSON object for better integration with Eww, which I'm using as a status bar.
-
How to get the groups in use via the Command-API
Hi all, I'm trying to configure a bar with eww (https://github.com/elkowar/eww) and I' stuck getting the workspace widget to work.
-
calendar
No, as far as I know. I personally use eww and toggle a calendar when clicking on a time widget. I'm using the config in this repo
slurp
Posts with mentions or reviews of slurp.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-03-13.
-
Fast screenshots on Wayland
If you're calling an external process anyway, maybe https://sr.ht/~emersion/grim/ suits your use case better? It can be chained with https://github.com/emersion/slurp to select a screen region with the mouse, if that's necessary.
-
Moving from a DE, loss of functionality?
grim + slurp are a great solution
-
How to screen capture using ffmpeg on wayland?
Best used with slurp.
- Slurp: Select a Region in a Wayland Compositor
- Why do wayfire took so long to load configs?
-
this gir is dangerous 😳
It's this program: https://github.com/emersion/slurp
- Tell HN: Gnome on Wayland Is Amazing
-
Screenshot app: remembers "selection" mode, copies to clipboard, wayland support?
grim might work well but you'll probably have to write a shell script or something to keep track of the user preferences. You'll also need slurp if you want to select a region to screenshot.
-
What apps are you running on Sway? (Wayland Native Apps of course)
Screenshots: grim + slurp + swappy
-
What are some automation scripts that have made your life easier?
# Details I'm an English speaker living abroad, and while I'm trying to learn the local language it's real hard. I found myself popping open a browser to use deepl quite frequently, or trying to find translator plugins for several different applications. To make this process easier, I wrote a script (bound to a hotkey) which will screenshot a selected area, OCR it, translate it to english, and show a notification with the translated text. It also copies the translated text to the clipboard. Why screenshot + OCR rather than just selecting and copying text? Images and screen-sharing, mostly. I think this is just a really cool way to show how the hard parts have usually been done for you, and all you need to do is put the blocks together. ## Implementation I'm running sway, so the several of the tools are Wayland specific. You could easily swap them out for xorg compatible variants if you like. The script is [here](https://github.com/rbuchberger/dotfiles/blob/master/scripts/screenshot\_translate). The toolchain is: * [Slurp](https://github.com/emersion/slurp) - select an area * [Grim](https://github.com/emersion/grim) - screenshot that area * [Tesseract](https://github.com/tesseract-ocr/tesseract) - OCR * [Translate Shell](https://www.soimort.org/translate-shell/) - Translation CLI * [Mako](https://github.com/emersion/mako) - Notification window Mako needed a little configuration to show long form text: [category=translation] width=900 height=1200 Edit: added details and links for the tools used.
What are some alternatives?
When comparing eww and slurp you can also consider the following projects:
Waybar - Highly customizable Wayland bar for Sway and Wlroots based compositors. :v: :tada:
grim - Grab images from a Wayland compositor
sway - i3-compatible Wayland compositor
swappy - A Wayland native snapshot editing tool, inspired by Snappy on macOS
conky - Light-weight system monitor for X, Wayland, and other things, too
.dotfiles - Config files for *nix and Sway tiling wm, branches for different distros/computers