Commit Graph

365 Commits

Author SHA1 Message Date
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
Jas Singh
b289c0b271 Fixed the bug that would cause the wifi name to not hide despite the option being selected. 2024-07-25 01:39:16 -07:00
Jas Singh
aedb112a5c Fixed bug that would cause icon based workspaces indicator to not update properly. 2024-07-25 01:34:53 -07:00
Jas Singh
5fe033fe79 Added the terminal option 2024-07-25 01:13:23 -07:00
Jas Singh
795e0e6c84 Added gnome-bluetooth-3.0 dependency in the readme. 2024-07-25 00:58:40 -07:00
Jas Singh
d0a83d1959 Update readme to document panel/ags installation. 2024-07-25 00:37:37 -07:00
Jas Singh
06504da980 Fix notification label coloring not being applied. 2024-07-24 23:17:56 -07:00
Jas Singh
7fddcf0299 Implemented the ability to specify the terminal to launch btop with. 2024-07-24 22:44:35 -07:00
Jas Singh
4c603d844c Added wallpaper to assets folder. 2024-07-24 22:08:43 -07:00
Jas Singh
69f86b01d7 Remove the fd dependency 2024-07-24 21:43:19 -07:00
Jas Singh
62d4637551 Add image to the readme. 2024-07-24 21:40:18 -07:00
Jas Singh
5c1601891b merge with master 2024-07-24 20:52:58 -07:00
Jas Singh
e66d1c153d Update readme instructions 2024-07-24 20:52:09 -07:00