Commit Graph

481 Commits

Author SHA1 Message Date
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
Jas Singh
c2e46f098e Fixed an issue where the correct global colors to the icon weren't being applied in split variant. (#409)
* Fix global icon coloring

* Fix themes

* Update custom modules to use global colors if enabled

* Fix icons

* Fix custom module icon color
2024-10-31 00:49:05 -07:00
Jas Singh
77d4512c82 Added the ability to define custom icons for the system tray. (#408)
* Added the ability to define custom icons for the system tray.

* Add placeholder icon if icon is not defined.

* Update themes
2024-10-30 21:16:15 -07:00
orangc
aaad7c73b5 Merge pull request #315 from M0NsTeRRR/master
fix: nix flakes install
2024-10-30 14:57:06 +03:00
orangc
38a6e190f4 Merge branch 'master' into master 2024-10-30 14:56:12 +03:00
Jas Singh
776e07b7bc Update bluetooth battery indicator padding and provide option to define when to show battery icon. (#403)
* Update bluetooth battery indicator visuals and behavior.

* Remove log

* Update default battery state to paired.

* Change to connected
2024-10-30 02:34:04 -07:00
Jas Singh
9bb582c8cf Added a Vivid theme variant for all themes. (#402)
* Added vivid theme variants

* Update fill theme to handle vivids

* Fixed the network switch color
2024-10-30 01:48:03 -07:00
orangc
87f67020e7 Merge pull request #401 from Jas-SinghFSU/nix/update
Nix/update
2024-10-30 08:42:07 +03:00
orangc
005c405111 Merge branch 'master' into nix/update 2024-10-30 08:41:08 +03:00
orangci
2e83ca3a31 fix: scripts should be imported! 2024-10-30 08:37:13 +03:00
Rubin Bhandari
b77f37c145 feat: add some info about connected wifi (#354)
* feat: add some info about connected wifi

* feat: add some info about connected wifi

* fix: convert default label to empty string

* feat: add fallbacks

* feat: add wifi disconnect

* Update modules/menus/network/wifi/WirelessAPs.ts

Co-authored-by: Jas Singh <jaskiratpal.singh@outlook.com>

* Update modules/menus/network/wifi/WirelessAPs.ts

Co-authored-by: Jas Singh <jaskiratpal.singh@outlook.com>

* Update modules/bar/network/index.ts

---------

Co-authored-by: Jas Singh <jaskiratpal.singh@outlook.com>
2024-10-29 21:31:23 -07:00
orangci
de49f3cc6a nix: flake update 2024-10-30 07:25:16 +03:00