Commit Graph

520 Commits

Author SHA1 Message Date
Jas Singh
c99fe9d1e2 Add missing options (#802) 2025-02-27 01:29:49 -08:00
Jas Singh
f69a0841a8 Create Microphone bar module. (#801)
* Implement microphone module.

* Add catppuccin themes

* Add rest of themes

* Fix comment

* Add nix settings
2025-02-27 01:24:07 -08:00
Łukasz Leszko
efdcb7d53b Added nix options for shadows (#784) 2025-02-20 23:33:01 -08:00
Jas Singh
3419315e65 Made shadows togglable with default set to false. (#786) 2025-02-19 17:23:57 -08:00
davfsa
f8bbd0af80 Fix undefined tooltip text (#780) 2025-02-18 09:44:43 -08:00
Jas Singh
9b342341fe Added shadows to the Bar, Menus, OSD and Notifications. (#777)
* Added shadows to the Bar, Menus and notifications.

* Add OSD shadows
2025-02-16 21:41:52 -08:00
Jas Singh
3698bfe2b3 Replaced the underlying structure of Hypridle inhibitor to the Astal Idle Inhibitor module. (#776)
* Update hypridle module to be an all-purpose idle inhibitor module using Astal inhibiting.

* Fix types and module code.

* Update note

* Removed lingering comment.

* Remove hypridle from dependencies.
2025-02-16 12:20:29 -08:00
Jas Singh
867b2a7d68 Added tokyo night (moon variant) and added more variance to tokyo night themes. (#774) 2025-02-15 21:12:14 -08:00
Jas Singh
c309a73d2d Fixed an issue that would cause a hidden bar to unhide when a workspace changed. (#771)
* Fixed an issue that would cause a hidden bar to unhide when a workspace is changed.

* Remove jsdoc for param that doesn't exist.
2025-02-15 00:01:51 -08:00
wistfulbrick
4424a523bf Workaround unreliable GDK geometry scaling for matching monitors (#768)
* Workaround unreliable GDK geometry scaling for matching monitors

* Extra monitor matching handling for transforms/rotation and fractional scaling

* Add monitor key matching debug logging

* Fix fractionally scaled monitor matching, plus slight refactor

* Fix rotation logic

* Use console.debug for debug logging, run linting

* Fix Type errors

* Update debugging comment after testing

* Linting again..
2025-02-14 00:41:45 -08:00
Jas Singh
0d5f80ff5c Check if client.workspace is not undefined or null. (#765) 2025-02-08 00:17:32 -08:00
Jas Singh
6b846b9709 Remove global service declarations and change to declarations upon usage. (#761)
* Remove global service declarations and change to declarations upon usage.

* Only load cava service if cava is enabled.
2025-02-06 02:15:20 -08:00
Keon Lee
537a9653ed fix: change workspace spacing option to float (#749) 2025-02-04 00:35:03 -08:00
Jas Singh
74065af3d2 Window client title now updates appropriately. (#741)
* Window client title now updates appropriately.

* Update src/components/bar/modules/window_title/helpers/title.ts
2025-01-25 00:24:15 -08:00
davfsa
562eb64e12 Fix weather api call when query has multiple spaces (#731) 2025-01-19 21:24:35 -08:00
Keon Lee
88609f7e4c feat: add padding option for inactive workspace numbers (#702)
* feat: add padding option for inactive workspace number

* chore: reorder options to gather padding related options

---------

Co-authored-by: Jas Singh <jaskiratpal.singh@outlook.com>
2025-01-15 23:12:21 -08:00
orangc
d49ae7d11d nix: Add generate config option to HM module + faze out systemd
nix: Add generate config option to HM module + faze out systemd
2025-01-14 08:53:38 +03:00
Ben
2d7f289c96 Merge branch 'master' into master 2025-01-13 20:18:10 +10:00
Ferran Aran Domingo
7ef79f7362 chore(nix): add cava options to module.nix (#718) 2025-01-13 00:23:40 -08:00
davfsa
636f031b77 Code cleanup (#719)
- Remove random call to `print`
- Remove double declaration of notifdService
2025-01-12 23:53:32 -08:00
Jas Singh
fab3a8c3a1 Remove the unintended empty space from the power module in the bar. (#714) 2025-01-11 12:40:02 -08:00
Jas Singh
db3fa88d18 Update flake bin. (#712) 2025-01-11 03:00:31 -08:00
davfsa
a9ad71ff42 Update bluetooth label when a new device connects/disconnects (#708) 2025-01-11 00:07:03 -08:00
Ben
63f6f94535 nix: Add config.enable option to HM module 2025-01-10 22:07:20 +10:00
Ben
31b5f32d69 Merge branch 'Jas-SinghFSU:master' into master 2025-01-10 21:51:31 +10:00
Jas Singh
1812193658 Added ghostty to the window titles. (#706) 2025-01-09 23:21:06 -08:00
orangc
df847f46be Merge pull request #705 from Jas-SinghFSU/nix-update
chore(nix): update flake.lock
2025-01-09 13:36:50 +03:00
orangci
6d9165bde1 chore(nix): update flake.lock 2025-01-09 13:12:05 +03:00
Jas Singh
24a718bacb Update wallpaper transition fps and swww dependency is only checked if wallpaper is enabled. (#703) 2025-01-08 18:43:58 -08:00
Amaan Qureshi
9663d2f6b7 fix(window-title): correct Thorium title name (#700) 2025-01-07 21:51:28 -08:00
Jas Singh
d46e7ff417 Update nix flake to include cava. (#689) 2025-01-03 00:54:22 -08:00
Jas Singh
e525d9e03a Update how conditional elements are rendered for bar modules. (#688) 2025-01-03 00:23:10 -08:00
emanuel
0533965c86 chore(scss): remove min-width on volume button (#676)
It's awkward to have a min-width on volume percentage and not on battery, it looks more natural when fitting the content so I removed the min-width

Co-authored-by: Jas Singh <jaskiratpal.singh@outlook.com>
2025-01-02 22:53:50 -08:00
Ed Bennett
6efcd60467 Cava Module (#662)
* First version of the cava module

* Update cava stuff

* Update themes for cava

* Update themes

* Handle cava visibility when null

* Add bar characters in options

---------

Co-authored-by: Ed Bennett <ed@dodimead.com>
Co-authored-by: Jas Singh <jaskiratpal.singh@outlook.com>
2025-01-02 22:45:37 -08:00
Jas Singh
a071e4c17d Updated popup menu layouts and fixed workspace behavior. (#687) 2025-01-02 22:33:34 -08:00
benvonh
30ba8e7c75 nix: Use lib.optionals for overlays in HM module 2025-01-03 01:24:59 +10:00
benvonh
e19518ad60 nix: Deprecated systemd.enable option 2025-01-02 23:19:56 +10:00
benvonh
92a0f377be Merge branch 'master' of https://github.com/benvonh/HyprPanel 2025-01-02 07:33:03 +10:00
benvonh
5dce5bc67e nix: Possibly remove systemd unit from HM module 2025-01-02 07:33:01 +10:00
Jas Singh
210d5e2a5e Fixed an issue that would cause the scroll direction to be inverted on secondary monitors. (#683)
* Fixed an issue that would cause the scroll direction to be inverted on secondary monitors.

* Update import paths and tsconfig.
2024-12-31 03:20:47 -08:00
Jas Singh
7204ba657b Fix startup window rules. (#682) 2024-12-31 02:17:23 -08:00
Jas Singh
5f72b4f5e1 Workspaces now show up on their appropriate monitors. (#681)
* Workspaces now show up on their appropriate monitors.

* Fixed undefined rules showing up.
2024-12-31 01:33:40 -08:00
Jas Singh
d2e02f553a OSDs are now click through and can have borders. (#674) 2024-12-30 04:09:16 -08:00
Jas Singh
d49a750bfd Added an option to toggle auto-dismissal of notifications. (#673) 2024-12-30 01:23:52 -08:00
Aylur
2fbbdd7b41 nix: fix #666 (#669)
remove darwin from supported systems
2024-12-29 09:48:59 -08:00
orangc
28b634d8ed Merge pull request #665 from Jas-SinghFSU/nix-update
chore(nix): flake update
2024-12-29 08:50:40 +03:00
orangci
e9edf177dd chore(nix): flake update 2024-12-29 08:48:41 +03:00
orangc
fd4947a495 Merge pull request #654 from benvonh/master
nix: Add overlay option to HM module
2024-12-29 08:45:54 +03:00
Ben
76cf7087b7 Merge branch 'master' into master 2024-12-29 13:54:11 +10:00
Jas Singh
2b06b214a8 Added a notification if an import or export of a config/theme fails. (#664)
* Added a notification if an import or export of a config/file fails.

* Use const
2024-12-28 18:56:51 -08:00