a lot of changes...

This commit is contained in:
Chris Cochrun 2024-08-21 10:09:41 -05:00
parent d320410242
commit bca3a99f9d
21 changed files with 1858 additions and 674 deletions

View file

@ -180,7 +180,7 @@ function Bar(monitor = 0) {
App.config({
style: css,
windows: [
Bar(laptop ? 0 : 1), // can be instantiated for each monitor
Bar(laptop ? 0 : 0), // can be instantiated for each monitor
NotificationPopups(),
(laptop ? BatteryPopup() : null)
],