* Add nightwatch75/todo 0.0.6
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
* To Do 0.0.7: make priority sort a view; never rewrite the manual order
Review fix: switching to priority mode used to sort the items array and
persist it, destroying the manual ordering. items and the on-disk tasks
array now always hold the manual order; priority mode stable-sorts a
copy at render time only.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
---------
Co-authored-by: Massimiliano <m.angei@iotron.it>
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
* Made a iio-hyprland plugin for noctalia
kill iio-hyprland and restart it depending on the locked setting.
The plugin has:
-control center toggle
-Bar wigdet for toggle of state
--If rigth clicked this wigdet will open the panel
-Panel for calling by msg
--Panel also added possibally to specify lock direction
-Bar wiget for open panel
--Useful for touch
- Tested with hyprland 0.55.4 and noctalia v5.0.0
- Should work with sway using iio-sway (not tested)
* add en.json to translation
unify settings keys for consistent naming
update names
add iio-service so tools work independently
refactor code for readability and remove unused logic
update readme
add thumbnail
* Updated plugin.toml names
Reworked panel code
* bump version
* Make arrow buttons apply relative orientation instead of fixed original
directions
* fixed wrong labels
* Delete iio_lock/iio_lock.luau
* Delete iio_lock/iio_panel.luau
* Delete iio_lock/shortcut.luau
* make noctalia.getConfig the sole config accessor
---------
Co-authored-by: Lemmy <studio@quadbyte.net>
* feat: add color picker panel (WIP - render bug)
* docs: update README and add thumbnail
* fix: rgb and hex options label key
* fix: current swatch not loading on open
* Modify plugin.toml metadata for color picker
Updated plugin metadata fields including tags.
---------
Co-authored-by: Lemmy <studio@quadbyte.net>