finished application laucnher and bluetooth widget

This commit is contained in:
Rene Kievits
2022-11-27 10:58:27 +01:00
parent c6341f84e7
commit 10f56a7273
77 changed files with 2379 additions and 4938 deletions

40
awesome/todo.md Normal file
View File

@@ -0,0 +1,40 @@
# TODO list for my AwesomeWM rice
## Modules
### Applicationlauncher [100% Done]
#### Features
- Automatically collects all .desktop files that are marked as visible and displays them
- Execute application
- Search for an application
- Right click context menu
- Options to execute as sudo, pin to dock or add to desktop
- Infinite scoll (well technically, infinite if you installed infinite apps lol)
- Algorithm to select the best search match
- Keep track of most launched applications and serve them over others
### Bluetooth [95% Done]
#### Features
- Connecting/Disconnecting a device
- Finding other devices and grouping them into paired and not paired
- Removing them from beeing Paired
- Trusting/Untrusting a device
- Toggle Bluetooth on/off
- Scan again for devices
- Update as soon a new device is found
- When removed put it into the discovered list from paired
- Renaming a device
- Pairing a new device
- Dropdown with multiple options per device
#### TODO
- Getting and asking for a passcode
- "Greying out" non avaiable options in the dropdown
## Widgets