Commit Graph

18 Commits

Author SHA1 Message Date
Jas Singh
4f91bb8b8f Added filters for notifications and system tray items. (#234)
* Added filters for notifications and systray. closes #233

* Add links to documentation.
2024-09-08 02:01:13 -07:00
Jas Singh
2908ff7dd6 Added 3 new styles for bar buttons. (#168)
* Added a new style called split for bar buttons

* Added wavy button styles.

* Added padding configuration

* Update bar padding

* Fix styling for battery style2

* Fix icon only setting for bar

* Update types and options

* Add button style to exported theme props.

* Fix top margin for menus.
2024-08-24 00:01:21 -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
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
ca5dcc629b Converted a significant amount of files from js to ts. 2024-07-26 02:02:47 -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
a480400359 Added more configuration options 2024-07-20 16:21:52 -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
7a2fdf8647 Centralize menu button coordinate logic and replace popupwindows with dropdownmenu. 2024-07-14 15:13:09 -07:00
Jas-SinghFSU
e6c00e0532 Fix network menu to remove duplicate ssids 2024-07-06 00:31:42 -07:00
Jas Singh
fee85b255c Rename bar.js file to index.js and fix styling for switches and media progress bar. 2024-07-02 01:57:17 -07:00
Jas-SinghFSU
63b5302fe0 Implemented battery, power profile and brightness all in one menu 2024-07-01 23:26:45 -07:00
Jas Singh
f03443a252 Update font and power icon. 2024-06-23 21:46:18 -07:00
Jas Singh
42b8948e48 Fixed lingering menus when switching screens and fixed hour timer for media menu. 2024-06-23 20:57:52 -07:00
Jas Singh
296fbde42a Added notification popups 2024-06-17 01:45:06 -07:00
Jas Singh
904c5b8cd0 Added bluetooth menu. 2024-06-16 18:43:33 -07:00
Jas Singh
3579e563b8 Added media, menu, network and power modules to bar. 2024-06-09 03:44:16 -07:00