Commit Graph

53 Commits

Author SHA1 Message Date
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 42fa109992 💥 ags(scripts/apps): null-check before searching for icon 2025-05-17 18:57:24 -03:00
retrozinndev 763a2145a9 ags(scripts): add auth script (unfinished) 2025-05-13 15:11:33 -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 dbd65835e9 🗑️ ags(scripts/utils): remove unnecessary getUserDirs() method
use GLib methods instead
2025-05-11 22:12:25 -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 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 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 f419f4167a 💥 ags(scripts/nightlight): do not call hyprsunset when changing variables 2025-04-28 15:25:52 -03:00
retrozinndev 05dc2a86db ags(scripts/utils): add a function to check if an app is installed 2025-04-26 22:42:21 -03:00
retrozinndev 28e75a0ba2 ags(scripts/wallpaper): use a undependent-script way of setting wallpaper, add method to reload colors 2025-04-26 22:38:55 -03:00
retrozinndev 52d1884003 ags(runner): add initialText property to runner 2025-04-26 22:36:57 -03:00
retrozinndev 5a46ef9d62 💥 ags(arg-handler): do not async requestHandler, remove inline js function from cli 2025-04-21 17:39:47 -03:00
retrozinndev 0fedccdf05 ags(notifications): hold notification on hover 2025-04-21 15:22:43 -03:00
retrozinndev 103825161a 💥 ags(notifications): add AstalNotifd.Notification.appIcon property to HistoryNotification too 2025-04-18 21:43:23 -03:00
retrozinndev 7fdcd7feee 💥 ags(nightlight, control-center/nightlight): fixed wrong fidelity temperature value (10000 changed to 6000) 2025-04-18 21:41:21 -03:00
retrozinndev f937752023 ags(scripts/widget-utils): add util function for generating slider marks 2025-04-14 18:30:35 -03:00
retrozinndev f0bf0bd5b6 ags(scripts/nightlight): correctly implement hyprsunset functions 2025-04-14 18:26:19 -03:00
retrozinndev 37f04fd251 ags(scripts/utils): add Hyprland-related util functions 2025-04-13 00:19:19 -03:00
retrozinndev 56427d291d 💥 ags(scripts/apps): check for icon existance before returning icon 2025-04-11 21:14:53 -03:00
retrozinndev 026ce6cec8 ags(apps-window): fixed size for app widgets, auto-focus entry, better looking 2025-04-11 17:36:34 -03:00
retrozinndev 8f028b3cb9 ags(scripts/apps): better icon-getter functions 2025-04-11 17:35:52 -03:00
retrozinndev 6896fe42fa 💥 fix(ags/scripts/notifications): clearHistory() not clearing all of the notification history 2025-04-10 17:12:24 -03:00
retrozinndev 65d6ef3c89 🗑️ remove: sh/recording.sh script, not needed anymore 2025-04-10 16:30:54 -03:00
retrozinndev 4a2fd5f827 ags(scripts/recording): properly run recorder process 2025-04-10 16:27:09 -03:00
retrozinndev 53929db052 ags: new window management system, adjustments, use adwaita sans 2025-04-01 10:47:40 -03:00
retrozinndev 4ede01b3b9 feat(ags/runner): add plugin to control media from runner with prefix : 2025-03-26 16:14:53 -03:00
retrozinndev 0654210e46 feat: peek workspace numbers when SUPER is pressed 2025-03-23 17:02:01 -03:00
retrozinndev 3db477598f ags(bar, notifications, control-center): add status icons to bar, notification history fixed, notification history below control-center 2025-03-23 10:17:22 -03:00
retrozinndev 52cfd114d7 ♻️ ags(runner): organize files separately from the main shell stuff 2025-03-12 22:11:18 -03:00
retrozinndev f0cec3ff84 perf(ags/runner): better code for runner, show results from multiple plugins, use interface to make plugins and more perfomance implementations 2025-03-12 14:11:42 -03:00
retrozinndev 12e4cf58b6 feat(ags/notifications): add support to actions in floating notifications(popups) 2025-03-11 16:16:07 -03:00
retrozinndev 8ae855d6e0 ags(notifications): reset notification timeout on replaced + better styles 2025-03-10 21:18:06 -03:00
retrozinndev 59ef5e4aa7 ags: add ask popup, make notifications work(finally :3) and more improvements 2025-03-09 13:45:07 -03:00
retrozinndev 1a1a5d63f8 ags: lot of stuff lmao 2025-02-28 10:21:37 -03:00
retrozinndev 23d3b271b4 ags: finish center-window widget with big-media and calendar 2025-02-16 19:29:03 -03:00
retrozinndev 6e9f2d4a7d ags: add brightness class, media widget on center-window and more 2025-02-15 08:25:11 -03:00
retrozinndev be2731516e ags: add center-window and logout-menu windows and more 2025-02-12 13:39:38 -03:00
retrozinndev b0bd785ddd ags: make osd work, new window management system, lots of improvements 2025-02-07 16:02:58 -03:00
retrozinndev 0bd0b53589 💥 fix(ags): bar/media widget, new appearance to control center 2025-02-05 16:31:23 -03:00
retrozinndev 80969071c4 💥 ags: fix startup issues (and with that, errors with focusedClient bar widget) 2025-02-04 21:45:18 -03:00
retrozinndev b544f4a45b ags(bar,scripts,i18n): added i18n system(wip), changed some bar stuff and started doing control center 2025-02-04 12:39:25 -03:00
retrozinndev 01363f93fc ♻️ refactor(ags/scripts/reload-handler): remove unused Gio import 2025-01-23 14:29:16 -03:00
retrozinndev 017619f62b ags: optimizations, add media and separator widgets 2025-01-23 14:06:33 -03:00