* Initial commit
* Fix missing dpi variable
* Add an option to search by command
* Add turn_on and turn_off signals
* Add options to skip apps by their names or commands
* Add an option to skip apps with no icons
* Fix looping over the wrong table
* Refactor to make it into a proper bling like widget
* Fix selecting the wrong app after a search
* Why was this in a seperate check?
* Fix various issues with toggle/show/hide
* Stop it from complaining
* Fix wrong app getting selected after scrolling up/down
* Add an option to spawn the app when pressing on it regardless if it was selected or not
* lol what?
* Don't add widgets that won't be visible after scrolling down
* Yap wasn't needed
* This is a little clearer
* Add an option 'try_to_keep_index_after_search' to mimic rofi behaviour
* Only add widgets that are visible after a search
* Fix search not adding the correct number of widgets
* Add proper customization options
* Add proper customizaiton options for the prompt
* Simplfy scroll down logic and fix possible bugs
* Add animation support
* Fix app list being empty on some occasions
* Default placement when x and y is nil
* Free up ram
* Add a default icon option
* style change
* Not needed and also hurts search peformance by a decent amount
* Fix error when trying to spawn an app when no app is currently marked
* Not needed
* Add a small debounce delay for the search to prevent it from lagging
* Formatting
* Replace menubar with app_info
* Fix the default icon option
* Task preview: +much more flexible layout control
* Added awful import
* requested changes
* fixup! requested changes
* fixup! fixup! requested changes
* Fix nil error
Because what you are returning is a `wibox.widget`, instead of using `setup` you must set the `widget` property of the popup.
* fix docs
* fixup! fix docs
* task_preview docs update
Add lua support to code block
* task_preview docs update
Just some nit picky things
Co-authored-by: gokul <33443763+JavaCafe01@users.noreply.github.com>
I remember this was in bling for quite some time, but I think they removed them. For that reason I make this pull request to see if they could add them back to bling when using the tabbar
* Started on task_preview widget
* Finish task_preview widget
Finalized the code for the task_preview widget. Options and theme
variables should be allowed now.
* Changes according to review
* Improved opts
* Fixed vars to be backwards compat
* Update docs
* + Placement Function Support for tag preview widget
* made a mistake
* Remove empty line (sorry it was annoying me lol)
Co-authored-by: undefinedDarkness <david@localhost.localdomain>
Co-authored-by: gokul <33443763+JavaCafe01@users.noreply.github.com>
* remove deprecated code
* Anims
Added awestore support for scratchpad
* add checks and fixed bugs
* Fixed Bug
This fixes the weird behaviour where toggling in the middle of an
animation breaks everything.
* Tag Preview Edit (Not related to this PR)
This makes it so that hidden and minimized windows don't show up on the preview.
* add some more checks
* added docs