orangci
3b34d339c9
chore(nix): update flake.lock
2024-11-30 17:08:16 +03:00
orangc
56c9416644
fix(nix): Replace deprecated gnome.gnome-bluetooth
...
Fix: Replace deprecated 'gnome.gnome-bluetooth'
2024-11-28 09:47:12 +03:00
paradoxical-dev
31e41953cd
Fix: Replace deprecated 'gnome.gnome-bluetooth' with 'pkgs.gnome-bluetooth'
2024-11-27 00:43:33 -06:00
Jas Singh
f4834ec308
Update README.md ( #530 )
2024-11-23 11:15:16 -08:00
Jas Singh
1433700887
Readme maintenance update. ( #529 )
2024-11-23 11:11:45 -08:00
Jas Singh
a4f5fb5917
Refactor Polling Mechanism: Implement Class-Based Poller with Start/Stop Control ( #528 )
...
* custom module updates to class based.
* Finish poller logic.
* Use composition for pollers
* Rename poller
* Handle recorder polling.
* Fix quotes in bash command
* Remove logs
2024-11-23 03:55:00 -08:00
Jas Singh
c10c9d0e93
Reduce max char length of weather status. ( #525 )
2024-11-19 21:21:34 -08:00
Jas Singh
0555a84b30
Added and updated themes for hypridle module. ( #522 )
...
* Update idle icon size
* Theming updates for hypridle
2024-11-17 14:10:15 -08:00
Jas Singh
ef761f2dcf
Added a CLI command to update layout. ( #521 )
2024-11-17 12:37:38 -08:00
Rubin Bhandari
ac794dccb0
fix: add battery notif ( #441 )
...
* fix: waybar style battery msgs
* Revert "fix: waybar style battery msgs"
This reverts commit 924d998ddda6cb4becc87fabfd7958a0f7ecc773.
* fix: revert changes
---------
Co-authored-by: Jas Singh <jaskiratpal.singh@outlook.com >
2024-11-17 12:10:16 -08:00
Rubin Bhandari
0028b9484e
feat: show temperature on tooltip ( #490 )
...
Co-authored-by: Jas Singh <jaskiratpal.singh@outlook.com >
2024-11-17 11:41:04 -08:00
Jas Singh
5cce65f88e
Added theming options for the Hypridle module and updated the default icon. ( #518 )
2024-11-17 11:35:30 -08:00
Rubin Bhandari
4b041bcf1f
feat: idle inhibit ( #502 )
...
Co-authored-by: Jas Singh <jaskiratpal.singh@outlook.com >
2024-11-17 11:29:36 -08:00
orangc
1c287a92bd
Merge pull request #513 from Jas-SinghFSU/nix/update-matugen
...
chore(nix): update nixpkgs input to get the fixed version of matugen
2024-11-17 13:07:58 +03:00
orangci
14b74e407f
chore(nix): update nixpkgs input to get the fixed version of matugen
2024-11-17 13:06:11 +03:00
Jas Singh
ec648a6352
Fixed an issue where a curly brace would display in the window title when custom titles were enabled. ( #512 )
2024-11-16 08:35:58 -08:00
Jas Singh
0c6a19ab89
Fixed an issue that would cause the volume module to expand to the whole bar. ( #508 )
2024-11-15 01:59:34 -08:00
Jas Singh
33d756a9c1
Added a script to allow backwards compatibility with ags v1. ( #501 )
2024-11-14 02:23:09 -08:00
Jas Singh
e71a2dfe2d
Add hyprsunset as optional dependency. ( #486 )
2024-11-12 03:46:21 -08:00
Jas Singh
6cab0ff4b7
Added the hyprsunset module (requires hyprland v0.45.0) ( #485 )
...
* add sunset module
* Implement hyprsunset module.
* Update themes
* Undo vivids
* Fix vivids
2024-11-12 03:35:27 -08:00
Jas Singh
a7855baf13
Added the ability to update custom modules after a command is executed. ( #476 )
2024-11-10 12:32:16 -08:00
Jas Singh
c9799a88b5
Enabling global colors no longer overrides workspaces colors. ( #477 )
2024-11-10 12:28:02 -08:00
orangc
4cadb3e6bf
Merge pull request #472 from Jas-SinghFSU/nix/fix
...
fix(nix): themes dir was not copied to $out
2024-11-10 10:27:17 +03:00
orangci
81ca12f128
fix(nix): themes dir was not copied to $out
2024-11-10 10:22:33 +03:00
Jas Singh
fabec34557
Added ellipses to truncated media label if the media label is larger than the truncation size. ( #471 )
2024-11-09 17:18:29 -08:00
Jas Singh
7bad1639cf
The theme and config imports now use the defined restart command. ( #470 )
2024-11-09 16:54:49 -08:00
Jas Singh
6120777b19
Bar now properly hides if all sections are empty. ( #467 )
2024-11-09 13:09:48 -08:00
Jas Singh
c150bc189d
Fixed an issue that would cause the OSD to create a deadzone if disabled. ( #466 )
2024-11-09 11:55:30 -08:00
Jas Singh
51581b198f
Implemented a callable function that sets the wallpaper. ( #463 )
...
* Implemented a callable function that sets the wallpaper.
* Remove log
2024-11-08 20:56:47 -08:00
Jas Singh
2e64f7738f
Added the ability to configure the inner content border multiplier of bar buttons. ( #462 )
2024-11-08 20:00:45 -08:00
Jas Singh
bc96dff485
Added a setting to define the global color for borders. ( #461 )
2024-11-08 18:44:13 -08:00
Rubin Bhandari
3cc3fa5d42
feat: launcher icon auto detect from os name ( #413 )
...
* feat: launcher icon auto detect from os name
* feat: add more
* fix: revamp distro icon
* feat: on hover only show actions if available on notifications (#396 )
* feat: on hover only show actions if available on notifications
* feat: on hover only show actions if available on notifications
* fix: make the change configurable
* fix: remove unneeded op
* Added the ability to scale a popover. (#443 )
* Added the ability to scale a popover.
* Removed redundant code
* Provide a cli command to clear notifications. (#444 )
* Added a cpu temperature custom module. (#446 )
* Added a CPU Temperature module.
* Update defauls and add wiki link.
* Move celsius to fahr conversion to method.
* fix: move distoicons , use capitalizeLetter func
* fix: lint
* Rename dissto.ts to distro.ts
* Update lib/utils.ts
---------
Co-authored-by: Jas Singh <jaskiratpal.singh@outlook.com >
2024-11-08 01:31:21 -08:00
Rubin Bhandari
9ae59034fa
fix: display media total length on bar and add a time label ( #435 )
...
* fix: display media total length on bar
* fix: add option to display custom nomedia text
* feat: add dedicated label too
* fix: media add more window names for playables
* fix: add option to control display time
* Consolidate code and make tooltip timestamp for media bar opt-in.
---------
Co-authored-by: Jas Singh <jaskiratpal.singh@outlook.com >
2024-11-08 01:15:06 -08:00
Rubin Bhandari
1c0b49fce8
fix: delete the file HyperPanel.png as its not used anywhere ( #452 )
...
* fix: Rename HyprPanel.png to overview.png
* Delete assets/overview.png
This file is not used anywhere
---------
Co-authored-by: Jas Singh <jaskiratpal.singh@outlook.com >
2024-11-08 00:51:59 -08:00
Jas Singh
9133834b85
Organize settings dialog code for extensability and add menu transitions to dialog. ( #455 )
2024-11-08 00:44:33 -08:00
Jas Singh
d5f112e418
Made the settings menu significantly more responsive. ( #454 )
2024-11-07 21:35:49 -08:00
Jas Singh
dbd932941b
Added the ability to define button, progress bar, tooltip and popover radius. ( #448 )
...
* Added the ability to define button, progress bar, tooltip and popover radius.
* Border updates
* Fix notification scaling
2024-11-06 21:47:22 -08:00
Jas Singh
22055b727a
Added a cpu temperature custom module. ( #446 )
...
* Added a CPU Temperature module.
* Update defauls and add wiki link.
* Move celsius to fahr conversion to method.
2024-11-06 02:52:22 -08:00
Jas Singh
ec3be1cad8
Provide a cli command to clear notifications. ( #444 )
2024-11-05 21:11:50 -08:00
Jas Singh
6250c2b3be
Added the ability to scale a popover. ( #443 )
...
* Added the ability to scale a popover.
* Removed redundant code
2024-11-05 20:59:29 -08:00
Rubin Bhandari
b88644833d
feat: on hover only show actions if available on notifications ( #396 )
...
* feat: on hover only show actions if available on notifications
* feat: on hover only show actions if available on notifications
* fix: make the change configurable
* fix: remove unneeded op
2024-11-04 22:47:26 -08:00
Rubin Bhandari
b5e91fa2dc
fix: markup shown as tags from some browsers ( #404 )
...
* fix: markup shown as tags from some browsers
* fix: notification body overflow
* Revert "fix: notification body overflow"
This reverts commit 58c0fe4758cbfcf1ca0fbf6e9c6a66322aa703cf.
* fix: remove options
2024-11-04 21:30:57 -08:00
Jas Singh
155b9bb1f7
Added the ability to restart AGS on monitor connect or awake from sleep. ( #432 )
...
* Added the ability to restart AGS on monitor connect or awake from sleep.
* Made nix check more robust
2024-11-04 02:29:31 -08:00
Jas Singh
c8e657f3f9
Improve workspace module performance. ( #430 )
...
* Move out rule fetching to on startup
* Discard null tray values
2024-11-03 20:23:55 -08:00
Jas Singh
9287e1d6a4
Added the ability to enable borders for the bar. ( #428 )
...
* Added the ability to configure a border for the bar.
* Added the right color for configs
2024-11-03 02:09:13 -08:00
Jas Singh
16457ad641
Fixed an issue that would cause an empty media label to render when none were active. ( #412 )
2024-10-31 02:24:33 -07:00
Rubin Bhandari
da1784d486
feat: make music label more dynamically configurable ( #389 )
...
* feat: make music lable more dynamically configurable
* fix: move seekbar above controls
* fix: add menu for media
* fix: add menu for media
* fix: add menu for media
* Organize media player code
* fix: revert back controls position
* Delete pnpm-lock.yaml
* Update options.ts
* Update widget/settings/pages/config/bar/index.ts
* fix: merge changes broken
---------
Co-authored-by: Jas Singh <jaskiratpal.singh@outlook.com >
2024-10-31 02:06:53 -07:00
Rubin Bhandari
8893122006
fix: waybar style volume tooltip ( #400 )
...
Co-authored-by: Jas Singh <jaskiratpal.singh@outlook.com >
2024-10-31 01:50:50 -07:00
Jas Singh
14d5e4c270
Added the ability to scale tooltips in Configuration > Scaling. ( #411 )
...
* Updated readme for a Kofi donation link to Aylur.
* Added tooltip scaling option.
2024-10-31 01:45:52 -07:00
Jas Singh
7ceb6a9b99
Updated readme for a Kofi donation link to Aylur. ( #410 )
2024-10-31 01:13:01 -07:00