Happy release day! 🎉
# yambar: https://codeberg.org/dnkl/yambar/releases/tag/1.10.0
* #fuzzel: https://codeberg.org/dnkl/fuzzel/releases/tag/1.9.2
* #fnott: https://codeberg.org/dnkl/fnott/releases/tag/1.4.1
Last day of my vacation. Fingers crossed I can do a #foot release later today as well!
Someone asked about a "run mode" for #Fuzzel so that like Rofi, you could filter through all the binaries installed in $PATH and execute one. This works:
```
find $(echo $PATH | sed 's/:/ /g') -type f -printf '%P\n' | fuzzel -d | sh
```
@dnkl Here's a little world clock utility I bit using Fuzzel. It uses a little config file with names you choose and time zones, and allows you to view and filter the times.
Selecting a time doesn't do anything-- the filtering is just useful to eliminate the distraction of all the time zones you don't care about.
Not published currently, but maybe if there's interest!
So it seems I'm the new maintainer of the :archlinux: AUR package fuzzel-git.
#Fuzzel #Wayland #Linux
https://aur.archlinux.org/packages/fuzzel-git
Oh what the heck if you can't beat them join them. Just added rounded corners to #EwwBar, #Foot and #Fuzzel and changed Fuzzels border width and color. I'm easily pleased. 😂
#TilingWM #Linux
https://codeberg.org/JustineSmithies/hyprland-dotfiles
#ewwbar #foot #fuzzel #tilingwm #linux
Researching #Fnott again after @klardotsh suggestion today. I'm going to make a concerted effort this time to see if I can 100% swap out #Dunst in favour of Fnott. If I'm happy then that'll be 3 of @dnkl amazingly light weight creations I'll be using as I already use #Foot and #Fuzzel . 🤔
#Linux #Notifications
https://codeberg.org/dnkl/fnott
#fnott #dunst #foot #fuzzel #linux #notifications
A nice article about #fuzzel
https://mark.stosberg.com/fuzzel-a-great-dmenu-and-rofi-altenrative-for-wayland/
#fuzzel 1.8.0 has been released 🎉
*lots* of changes in this release. And hopefully no bugs...
Any #fuzzel users here? Annoyed by slow loading icons? Have you tried the latest git version? Do you still find it too slow?
Just found this: https://github.com/speersj/wuzzel
Add-on (sort of) for #fuzzel, turning it into a window picker.
How to get frame perfection in #fuzzel on a multi-monitor setup: make the first frame completely transparent...
#fuzzel just got nanosvg support!
This is an alternative SVG backend, bundled with fuzzel. It has no additional dependencies.
This means that you can get SVGs in fuzzel without depending on Cairo.