Darshak Parikh

Results 38 comments of Darshak Parikh

I haven't looked at the source code yet, but as of now, Zazu seems to be looking for all apps inside `/usr/bin`. On Linux (at least on Ubuntu-based systems), the...

- `/usr/bin` contains most commands, including stuff like `grep` and `apt-get` - `.desktop` files are mostly GUI apps. Whether we should exclude GUI-less things in `/usr/bin` depends on whether we...

@JeroenBoersma Great! 😀 Tell me if you need help.

Also, many apps just "register" their icon to the system at install-time, and then use the registered name in the `.desktop` file, instead of the absolute path. Example: ```desktop Icon=telegram...

@ssedrick Providing an option to choose a searching util is probably not something that needs to be exposed to the user—not according to the HIG at least. It's both simpler...

+1 to using CtrlShiftF for the shortcut (unless it conflicts with something else), simply because that's what VS Code users are used to.

I am interested in contributing to this feature. Now that we no longer do Contractor, does it make sense to do this in a portal, so that it can support...

**Update:** I have pushed the workaround mentioned above, so if you clone Badger, make sure you comment [this line](https://github.com/elfenware/badger/blob/main/data/Application.css#L28).

@yolenoyer Whoa, that's a great idea, and much cleaner than messing with CSS. I'll give it a shot. Thanks!

@robertsanseries I'm also thinking of a few other changes that will make Ciano better for Odin users: - automatic dark style based on the OS preference - a button to...