retrozinndev
|
9b63b83bdb
|
📦 chore: rename package to colorshell
|
2025-05-25 08:23:54 -03:00 |
|
retrozinndev
|
7fff7817e1
|
✨ feat(popup-window): add onClickOutside prop
this method replaces close-on-click-outside behavior for the one defined
|
2025-05-21 14:53:43 -03:00 |
|
retrozinndev
|
a13f257e49
|
💥 fix(runner): low popup height
|
2025-05-21 14:44:00 -03:00 |
|
retrozinndev
|
a912b955d9
|
✨ feat(runner/plugin-websearch): set prioritize to true
|
2025-05-21 14:41:22 -03:00 |
|
retrozinndev
|
6061c88e2b
|
💥 fix(popup-window): outside-click not working
this commit applies another method of doing this function. The checks happen in the same layer, instead of two layers
|
2025-05-21 14:40:16 -03:00 |
|
retrozinndev
|
3413b92696
|
⚡ ags(control-center/tiles): drop variables on ::destroy
|
2025-05-17 21:19:42 -03:00 |
|
retrozinndev
|
8bad53f9c1
|
🌐 ags(i18n): add more connection-related keys
|
2025-05-17 21:07:37 -03:00 |
|
retrozinndev
|
b7c2fc7471
|
💥 ags(control-center/tiles): hide tiles if its dependencies aren't installed
|
2025-05-17 19:11:15 -03:00 |
|
retrozinndev
|
086fb0bf96
|
✨ ags(control-center/page): add tooltip and onDestroy properties to PageButton
|
2025-05-17 19:10:16 -03:00 |
|
retrozinndev
|
98d284b7ba
|
⚡ ags(control-center/bluetooth): better code for bluetooth page
|
2025-05-17 19:08:48 -03:00 |
|
retrozinndev
|
3db2a43aee
|
💥 ags(control-center/pages): fix page not opening anymore if toggled twice on animation
|
2025-05-17 19:08:07 -03:00 |
|
retrozinndev
|
80ab4ce72d
|
✨ ags(bar/status): add notification floating dot
|
2025-05-17 19:06:24 -03:00 |
|
retrozinndev
|
9c1cd7362b
|
💥 ags(scripts/utils): actually fix the isInstalled() method
|
2025-05-17 19:02:27 -03:00 |
|
retrozinndev
|
a043bce496
|
⚡ ags(notifications): better code, performance improvements
|
2025-05-17 19:01:48 -03:00 |
|
retrozinndev
|
62c9589b2c
|
💄 ags(scripts/arg-handler): remove unnecessary comment
|
2025-05-17 19:00:27 -03:00 |
|
retrozinndev
|
9ce3e7e6b6
|
💥 ags(bar/focused-client): fix focused client with null properties
|
2025-05-17 18:58:05 -03:00 |
|
retrozinndev
|
42fa109992
|
💥 ags(scripts/apps): null-check before searching for icon
|
2025-05-17 18:57:24 -03:00 |
|
retrozinndev
|
219865024c
|
💄 ags(style): update _wal.scss
|
2025-05-15 16:11:51 -03:00 |
|
retrozinndev
|
763a2145a9
|
ags(scripts): add auth script (unfinished)
|
2025-05-13 15:11:33 -03:00 |
|
retrozinndev
|
028244adaa
|
✨ ags(bar/status, control-center/tiles): hide bluetooth when no adapter found
|
2025-05-13 15:09:34 -03:00 |
|
retrozinndev
|
36d65e58ea
|
💄 ags(style): update _wal.scss
|
2025-05-13 15:07:04 -03:00 |
|
retrozinndev
|
88129a8f97
|
⚡ ags(workspaces, arg-handler): drop variable on ::destroy, better help messages
changed `show-ws-numbers` command to `peek-workspace-num`
|
2025-05-13 15:06:32 -03:00 |
|
retrozinndev
|
89fe8c36b3
|
⚡ ags(apps-window, osd): drop astal variables on ::destroy
|
2025-05-11 22:24:18 -03:00 |
|
retrozinndev
|
b1eef4285f
|
✨ ags(widget/result-widget): add support for widgets and nerd font icons on icon prop
|
2025-05-11 22:22:21 -03:00 |
|
retrozinndev
|
8eb1fcf648
|
⚡ ags(control-center): drop astal variables onDestroy()
|
2025-05-11 22:20:21 -03:00 |
|
retrozinndev
|
0898e1da17
|
✨ ags(bar/status): add recording widget
|
2025-05-11 22:16:03 -03:00 |
|
retrozinndev
|
dbd65835e9
|
🗑️ ags(scripts/utils): remove unnecessary getUserDirs() method
use GLib methods instead
|
2025-05-11 22:12:25 -03:00 |
|
retrozinndev
|
c9eef9fce8
|
💄 ags(style): update styles
|
2025-05-11 22:10:26 -03:00 |
|
retrozinndev
|
2298d91225
|
✨ ags(scripts/recording): use Notifications.sendNotification()
use new method instead of executing `notify-send` directly, the new method is pretty handy when using notification actions
|
2025-05-11 22:09:20 -03:00 |
|
retrozinndev
|
0a206ebd8d
|
✨ ags(runner/plugins/shell): better shell plugin
|
2025-05-11 22:03:51 -03:00 |
|
retrozinndev
|
2b202cbb02
|
✨ ags(runner/plugins): add new clipboard plugin
|
2025-05-11 22:03:15 -03:00 |
|
retrozinndev
|
113b5655f0
|
✨ ags(scripts/clipboard): add new clipboard manager(and monitor!) using cliphist
|
2025-05-11 22:02:19 -03:00 |
|
retrozinndev
|
69e07e15f7
|
✨ ags(scripts/stylesheet): better shell stylesheet manager
|
2025-05-11 22:01:40 -03:00 |
|
retrozinndev
|
879a787c8c
|
💥 ags(notifications): fix Notifications.sendNotification() too much arguments when using actions
|
2025-05-11 21:35:21 -03:00 |
|
retrozinndev
|
c06d06ee02
|
⚡ ags(runner/plugins/media): drop variables onClose
|
2025-05-11 20:54:38 -03:00 |
|
retrozinndev
|
c574fa87f9
|
✨ ags(runner): add new functions and organize existing
|
2025-05-11 20:53:19 -03:00 |
|
retrozinndev
|
ae1d29bc89
|
💥 ags(scripts/wallpapers): fix writeChanges and a lot of stuff
|
2025-05-11 20:51:35 -03:00 |
|
retrozinndev
|
0bb1589df5
|
♻️ ags(notifications): move getUrgencyString() to Notifications module
|
2025-05-11 20:37:11 -03:00 |
|
retrozinndev
|
0ce10c1392
|
💥 ags(popup-window): fix trying to close bgWindow twice
|
2025-05-10 18:26:21 -03:00 |
|
retrozinndev
|
4cbeaf6f06
|
✨ ags(workspaces, style): use eventbox instead of button, better styling
|
2025-04-28 15:30:15 -03:00 |
|
retrozinndev
|
f419f4167a
|
💥 ags(scripts/nightlight): do not call hyprsunset when changing variables
|
2025-04-28 15:25:52 -03:00 |
|
retrozinndev
|
d5277ac864
|
✨ ags(logout-menu): save hyprsunset configuration before shutting down
|
2025-04-27 09:24:38 -03:00 |
|
retrozinndev
|
666e4a5d56
|
💥 ags(custom-dialog): fix separator spacing
|
2025-04-27 09:19:44 -03:00 |
|
retrozinndev
|
d917c408d0
|
💥 ags(bar/workspaces): fix padding
|
2025-04-27 09:16:16 -03:00 |
|
retrozinndev
|
af16e0f3c8
|
ags(bar/status): remove bad volume sliders
they got removed because it was not easy to use, scrolling the volume is quicker
|
2025-04-27 09:15:25 -03:00 |
|
retrozinndev
|
a3a5db91b2
|
💥 ags(bar/workspaces): remove unnecessary visible property
fixes workspace id not visible on focused workspace
|
2025-04-27 08:38:31 -03:00 |
|
retrozinndev
|
bf82bb32e2
|
⚡ ags(notifications): better icon-getting method
|
2025-04-27 08:37:33 -03:00 |
|
retrozinndev
|
20e4bc6447
|
💥 ags(notifications): fix separator spacing
|
2025-04-27 08:26:48 -03:00 |
|
retrozinndev
|
a0cf72ae8a
|
✨ ags: better separator properties, add more separators on widgets
|
2025-04-27 08:19:26 -03:00 |
|
retrozinndev
|
4a2733d884
|
🔧 chore(gitignore): actually ignore _wal.scss
|
2025-04-26 23:03:11 -03:00 |
|