Commit Graph

277 Commits

Author SHA1 Message Date
matavach
a6d6a34ea7 validate profile image and create fallback (#67)
* validate profile image and create fallback

* Update modules/menus/dashboard/profile/index.ts

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

* Update modules/menus/dashboard/profile/index.ts

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

* Update options.ts

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

* Update modules/menus/dashboard/profile/index.ts

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

* Update modules/menus/dashboard/profile/index.ts

---------

Co-authored-by: Jas Singh <jaskiratpal.singh@outlook.com>
2024-08-03 22:01:38 -07:00
Jas Singh
6166fdbe0f Settings menu now warns when a setting is unsaved. (#65)
* Settings menu now warns when a setting is unsaved. Additionally, font-weight increments properly now.

* Remove font weight fix - another PR already open for fix.
2024-08-02 20:00:28 -07:00
matavach
1f7c5a70ca added 'increment' option for Inputter (#64)
* added 'increment' option for Inputter

* added 'quick edit: added max value for font-weight

* forgot to include type change
2024-08-02 19:54:25 -07:00
Jas Singh
308e22b02f Added an osd for microphone inputs. (#60) 2024-08-02 01:22:20 -07:00
matavach
126f2b7535 added charging detection to battery icon (#53) 2024-07-31 21:20:34 -07:00
Jas Singh
c238a72963 Fixes #46 - Battery and Volume percentage values are now rounded to the nearest whole rather than down. (#52) 2024-07-31 01:32:40 -07:00
Jas Singh
089395207c Fixes #28 & #32 - Hyprland's auto-scaling is now taken into account. (#49) 2024-07-30 22:40:08 -07:00
Jas Singh
aae22bef5e Network module rework (#48)
* Fixes #45 - Reworked the network module to be more responsive and added ssid truncation configuration.

* Added truncation options in the defaults.
2024-07-30 21:51:36 -07:00
Jas Singh
26f61ed513 HyprPanel now checks for the gpustat dependency and provides a notification if missing rather than crash. (#43)
Solves #42
2024-07-30 01:45:55 -07:00
Jas Singh
0787e00336 Fixes #40 (#41) 2024-07-30 01:17:48 -07:00
Jas Singh
49a25e8741 Mouse events are released after the OSD is hidden. (#39)
* Fixes #38 - Fixed an issue that would cause the OSD to block mouse events even when invisible.

* Replace Overlay with a temporary workaround since Overlay can't be resized.

* Fix visible toggle being stuck on initial retoggle.
2024-07-29 23:03:17 -07:00
Jas Singh
faa434405c Fix verbiage of OSD theming options. (#35) 2024-07-29 02:12:14 -07:00
Jas Singh
9ccc624712 Added on-screen-displays to indicate volume and brightness changes. (#34)
* Resolves #13 - Added on-screen-displays to indicate volume and brightness changes.

* <3 Aylur

* Update brightness logic for osd

* Update brightness labels

* Fixed typos in the settings menu component.

* Added options to toggle OSD and change its orientation.
2024-07-29 02:01:38 -07:00
Jas Singh
f09f4ad6bd Closes #22 - Implemented numbered workspace identifiers. (#31) 2024-07-28 17:51:16 -07:00
Jas Singh
3dc5bbbe13 Adding configuration options to change spacing between icons and labels inside the buttons in the bar. (#30)
* Branch protection check.

* Move button spacing config into the Configuration section instead of Theming.

* Partially Resolves #26 - Added the ability to configure outer spacing on the bar.

* Renamed all class names for buttons so they can be styled with margins.

* Added configurable spacing to buttons.

* Fixed styling for network module when using wifi.

* Fixed ghost margins that occur when labels are disabled in the bar buttons.

* Change the default page of the settings dialog to configuration.
2024-07-28 15:16:31 -07:00
Jas Singh
83b60ddaab Updated the shbangs to be more flexible. (#29) 2024-07-28 12:55:12 -07:00
Jas Singh
fca893ae57 Branch protection check. 2024-07-28 11:49:12 -07:00
Jas Singh
4a8b739d04 Closes #20 - Battery percentage is now appropriately rounded instead of showing decimals. 2024-07-28 11:44:31 -07:00
orangc
64e57f9933 fix typo in README (#24)
python was misspelt here
2024-07-28 11:08:55 -07:00
Jas Singh
d65c5836ef Fix menu positions for floating bar. 2024-07-28 02:38:35 -07:00
Jas Singh
44bdb46346 Closes #18 - Implemented the ability to make the bar float with configurable spacing. (#19) 2024-07-28 02:28:31 -07:00
Jas Singh
033fbe6947 Made various improvements to the workspaces module. (#17)
* Made workspace scrolling slower and more natural.

* Fix workspace scrolling not working on single monitors: Fixes #8

* Fixed #15 and added configuration options to adjust workspace spacing and scrolling speed.
2024-07-28 01:44:00 -07:00
Jas Singh
a8d3bd286a Update README.md 2024-07-27 20:10:57 -07:00
Jas Singh
bb6597fe01 Implemented the ability to change workspaces by scrolling or clicking on the workspace module. (#12)
* Updated README to add instructions on Notifications.

* Resolves #8 - Implemented scrolling and clicking to change workspaces.

* Remove the hover effect on workspaces as its no longer applicable.
2024-07-27 20:07:00 -07:00
Jas Singh
1ad30f4ffe Update README.md 2024-07-27 14:20:18 -07:00
Jas Singh
0ee58c69c3 Added an option to opt into tracking GPU stats in the dashboard. (#10)
* Added an option to opt in to GPU usage.

* Catch and log error if exists during GPU stat monitoring.

* Removed unimplemented category header for System Tray in options

* Update the readme to indicate this change.
2024-07-27 14:15:56 -07:00
Jas Singh
42ccd573be Updated the default weather template and the weather logic to handle errors better 2024-07-27 13:07:25 -07:00
Jas Singh
588b08379d Rebase with master 2024-07-27 02:42:24 -07:00
Jas Singh
40a24b3425 Added a 'Connected' indicator if one or more bluetooth devices are connected. 2024-07-27 02:41:57 -07:00
Jas Singh
7659241f9e Update README.md 2024-07-27 01:34:44 -07:00
Jas Singh
cc53b26e1c Update issue templates 2024-07-27 01:15:47 -07:00
Jas Singh
0b0b64ab61 Update issue templates 2024-07-27 01:12:56 -07:00
Jas Singh
d8e58546ad Added configuration options for notifications. 2024-07-27 01:04:07 -07:00
Jas Singh
77c79a2d99 Updated the settings dialog button styling. 2024-07-27 01:04:07 -07:00
Jas Singh
932006f760 Merge pull request #7 from Jas-SinghFSU/typescript
Convert project fully to TypeScript.
2024-07-26 23:20:10 -07:00
Jas Singh
cd0a14c146 Added location from master to current branch. 2024-07-26 23:17:36 -07:00
Jas Singh
9e94bcd57d Merge remote-tracking branch 'origin/master' into typescript 2024-07-26 23:16:07 -07:00
Jas Singh
b511d76e11 Convert all remaining files to typescript. 2024-07-26 23:11:33 -07:00
Jas Singh
ca80ad1ea0 Removed unused code from the config.js file. 2024-07-26 19:26:27 -07:00
Jas Singh
fd2a0a3886 Merge with master 2024-07-26 19:25:56 -07:00
Jas Singh
936405d9d2 Added the ability to specify location in the weather settings. 2024-07-26 19:25:37 -07:00
Jas Singh
c3e1fbe1c0 Update README.md 2024-07-26 02:37:06 -07:00
Jas Singh
ca5dcc629b Converted a significant amount of files from js to ts. 2024-07-26 02:02:47 -07:00
Jas Singh
b293d0b060 Added the battery module to the default layout. 2024-07-25 21:28:31 -07:00
Jas Singh
d3cdbeb321 Updated the grammar in readme. 2024-07-25 20:37:52 -07:00
Jas Singh
fc0ee77507 Merged with master 2024-07-25 20:34:05 -07:00
Jas Singh
bd44426995 Update readme to indicate nerd font installation. 2024-07-25 20:33:35 -07:00
Jas Singh
7a05316e5e Update README.md 2024-07-25 10:06:36 -07:00
Jas Singh
f9ff8966eb Update README.md 2024-07-25 10:05:43 -07:00
Jas Singh
4234680ad2 Fixed wifi name spacing 2024-07-25 01:41:08 -07:00