Commit Graph

155 Commits

Author SHA1 Message Date
Jas Singh
0ba89aae4a Added the ability to export the current color config/theme. (#120)
* Added the ability to export the current color config/theme.

* Added the ability to import a theme.

* Added the ability to import a config only.

* Created preset themes for popular palettes.

* Restart AGS once settings/theme is imported.

* Added tokyo night theme

* Added rose pine themes.

* Move themes

* Organize files
2024-08-14 23:30:36 -07:00
Jas Singh
83c0941bee Added the ability to select workspace underline color and highlight padding. (#130) 2024-08-14 21:36:57 -07:00
Jas Singh
ea2ebc5c4b Fixed a deadzone caused by notifications. (#119) 2024-08-12 22:46:37 -07:00
Jas Singh
b23f1a32cb Fixed styling issues for various elements that weren't being applied via settings. (#118)
* Popups are now styles properly and can be themed. closes #115

* Added the ability to style media menu card color and transparency. Made confirmation dialogue optional.

* Increase radius

* Move actions inside the function to reflect updated values.
2024-08-12 21:38:27 -07:00
Jas Singh
1eef504fc2 Added the ability to opt out of the integrated wallpaper service. (#109) 2024-08-11 01:15:06 -07:00
Jas Singh
f5b75edbed Implemented Wallpaper Selector and Matugen's Wallpaper based auto-theming. (#73)
* Implement matugen - WIP

* Added matugen

* Add types and cleanup code

* Matugen implementation updates and added more options such as scheme and contrast.

* Code cleanup and matugen settings renamed for clarity.

* Makon maroon a primary matugen color.

* Updates to handle variations of matugen colors

* Finalizing matugen and wrapping up variations.

* Minor styling updates of the settings dialog.

* Do a swww dependency check.

* Dependency logic update

* Switch shouldn't double trigger notifications now when checking dependency.

* Logic was inverted

* Add matugen to dependency checker.

* Fixed dependency checking conditional

* Update dependency list in readme and check for matugen before doing matugen operations

* Styling fixes

* OSD Fix

* Remove unused code from wallpaper service.

* Color fixes for matugen.

* Nix updates for new dependencies

* Change default wallpaper to empty.

* Added custom notification service for startup, cleaned up code and updated readme.
2024-08-07 21:43:31 -07:00
Chi
624b3e2ad0 Added a Nix Flake and support for running from the Nix Store (#47)
* Added a Nix Flake and support for running from the Nix Store

* Removed variable imports since they're brough in at the top level.

* Removed redundan imports and remove unused files (moved to temp).

---------

Co-authored-by: Jas Singh <jaskiratpal.singh@outlook.com>
2024-08-04 00:11:34 -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
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
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
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
40a24b3425 Added a 'Connected' indicator if one or more bluetooth devices are connected. 2024-07-27 02:41:57 -07:00
Jas Singh
77c79a2d99 Updated the settings dialog button styling. 2024-07-27 01:04:07 -07:00
Jas Singh
06504da980 Fix notification label coloring not being applied. 2024-07-24 23:17:56 -07:00
Jas Singh
69f86b01d7 Remove the fd dependency 2024-07-24 21:43:19 -07:00
Jas Singh
ce2d6c86ed Fix default layout 2024-07-24 19:06:04 -07:00
Jas Singh
7a5093a111 Fixing missing styling variables 2024-07-24 19:04:22 -07:00
Jas Singh
21393c122a Implement layout options 2024-07-24 09:46:38 -07:00
Jas Singh
9bc00909e2 Added more configuration menus for battery, bluetooth, clock, dashboard, media, network, notification, systray and volume menus. 2024-07-21 19:21:07 -07:00
Jas Singh
28fbb8e3b4 Implement Setting Dialog - Work in Progress 2024-07-21 16:20:34 -07:00
Jas Singh
ab721edbd2 Finish all options sets 2024-07-20 22:59:25 -07:00
Jas Singh
a480400359 Added more configuration options 2024-07-20 16:21:52 -07:00
Jas Singh
29abe55008 Finish all theming options 2024-07-20 00:32:54 -07:00
Jas Singh
c67b264a66 Finish calendar styling... 2024-07-18 01:09:44 -07:00
Jas Singh
9354622eb0 Fix battery hovering icon colors 2024-07-18 00:39:20 -07:00
Jas Singh
38c0326673 Remove redundant code and fix brightness slider color 2024-07-18 00:37:58 -07:00
Jas Singh
1e3a23439d Added customizable styling for network, bluetooth, battery and audio menu... and fixed window position based on scale. 2024-07-18 00:26:29 -07:00
Jas Singh
144746db0a Finish dynamic theming for audio and bluetooth menus 2024-07-17 22:04:00 -07:00
Jas Singh
50eeb4275d Implement styling options for all the bar components (not menus) through options variables. 2024-07-17 01:44:50 -07:00
Jas Singh
d1844c22fb Added more options 2024-07-15 23:15:55 -07:00
Jas Singh
7a2fdf8647 Centralize menu button coordinate logic and replace popupwindows with dropdownmenu. 2024-07-14 15:13:09 -07:00
Jas Singh
ad7c813917 Add delay to dashboard shortcuts to wait for menu to close fully. 2024-07-14 00:34:48 -07:00
Jas Singh
a997a6f465 Handle dynamically sized menus. 2024-07-14 00:01:13 -07:00
Jas Singh
880198c842 Replace network signal icons with labels to prevent stuttering bug. 2024-07-13 22:34:39 -07:00
Jas Singh
58f6e02b8d Replace Widget.Icon with Label to fix stuttering icons. 2024-07-13 22:09:14 -07:00
Jas Singh
3c2abcc9ae Styling fixes 2024-07-13 21:07:18 -07:00
Jas-SinghFSU
b633650679 Network wifi section fix 2024-07-13 16:19:08 -07:00
Jas Singh
04ed432b32 Modularized notification toast and menu components. 2024-07-13 14:43:13 -07:00
Jas Singh
db118a0746 Fix off-center discord icon. 2024-07-11 00:59:33 -07:00
Jas Singh
869e940a4b Update audio menu styling to combine available devie sections and improve bluetooth spacing 2024-07-11 00:53:38 -07:00
Jas Singh
2bc344c266 Resize calendar clock, update dashboard width and add dolphin links to directories. 2024-07-11 00:35:27 -07:00
Jas Singh
b974c1e755 Fix margin between menu cards and added directory menu in dashboard. 2024-07-11 00:08:40 -07:00
Jas Singh
cd149636bc Update styling for notifications menu 2024-07-10 21:14:21 -07:00
Jas Singh
a4580d85c4 Update media panel styling 2024-07-10 02:13:27 -07:00
Jas Singh
e711d639b7 Finish media menu refactor 2024-07-10 01:58:18 -07:00
Jas Singh
6cda814d9b WIP - Refactor media menu 2024-07-10 00:46:24 -07:00