πŸ†• [v3.6.9] AquaTouch – The Powerful Touch Bar Redesign.

Hello, i have some problems with the Beats battery' script. The touchbar looks like this

Thank you

1 Like

@evaanm

To change the date format:


Note: this change will be reset after AQT updates

@Andreas_Hegenberg Maybe add a system option for this?

Seems like Catalina is messing up these scripts, I've had reports for AirPods widget errors too.

Unfortunately I'm working on exams so I'm not willing to upgrade to Catalina so far, and I also won't be able to work on AQT for a bit.

Also I don't have these wireless headphones so I'd need a little help to fix it when I can get working.

I'll definitely log this issue to fix when I can get back to AQT work and update to Catalina, Are you comfortable with a PM (on this forum) for debug information?

1 Like

It's good to see you're going strong with these updates, and I love that you're considering performance impact as you do so. I'll say that the external disks widget is fantastic and something I've been looking forward to for a while. However, I'm curious whether my laptop's hard drive is supposed to be showing up as an external drive or not. It seems pretty internal to me. Β―\_(ツ)_/Β―

Happens to me also, not sure how I can fix it because the code is bare bones simple...

(get name of every disk whose ejectable is true)

Apparantly this disk is *sometimes* ejectable Β―\_(ツ)_/Β―

All I have to work with is this:

Hey @yuuiko, would love to send you coffee money but PayPal wants to charge almost 30% for the privilege. Can you receive money through Venmo or Facebook?

Hi @dadzilla

Thank you so much for considering to gift me! I really appreciate it a lot, however unfortunately I don’t have those other receiving options... Sorry for any inconvenience!

I heard that it may be possible to set the payment as a paypal gift though, which, i heard, deducts the fee on my side rather than on yours, but I can't seem to find information confirming that

Catalina Repairs Begin.

I've just gotten MacOS Catalina, however my exams are still ongoing and I'm having a holiday straight after.

Repairs are beginning but public relase may still take a while. Sorry for the wait.

Visit the GitHub to pickup development alpha versions and track progress in detail.

1 Like

If it's an issue with just the system disks in Catalina, couldn't you just change it to:

(get name of every disk whose ejectable is true and name does not contain "Macintosh HD")

That should filter out the system disks. You'll probably want to wrap it like:

set num_ejectable to count of (every disk whose ejectable is true)
if num_ejectable is greater than 0 then
    get name of every disk whose ejectable is true and name does not contain "Macintosh HD"
end if

I believe get name will throw an error if the matched list is 0 items long.

1 Like

In my case something like "20DJED39-2D87H7F8S-DF9G7G7F-DF7F7KW32" appears as some internal disk name though. I'll see how that one goes but so far I haven't had much issues with it on catalina

My calendar widget is pulling event data from tomorrow's date on all accounts. The date/time is accurate within the QuickSchedules group, but the calendar is ahead by one day. Including screen shots here as reference.

Image showing that I indeed have events scheduled today:

Screenshot of TouchBar showing that I do not have any events scheduled:

Screenshot of TouchBar when expanding the events view, now showing the date of today to be off by one day (calendar date list shows today being Nov. 22, not 21.):

Final screenshot showing that the event the TouchBar thinks is today (on the false date) is actually on my calendar for tomorrow, Friday, Nov 22.:

I can't seem to find the trigger for this data in BTT. Any help here would be great!

Hi @Michael_M!

The outer calendar widget is based on applescript and requires iCalBuddy to run. Unfortunatley it was a 32 bit app and it doesn't work in catalina. Setup for a new user-made 64bit iCalBuddy isn't very user friendly, but here it is:

The inner widget is a native BTT calendar widget, so the issue is on BTT’s side. @Andreas_Hegenberg do you have any ideas?


Notes



Download

v3.5.4 Download


Changelog

New Features
Bug Fixes


2 Likes

I recently got the new 16 inch macbook and I was wondering if you knew how to hide the escape key on the touchbar as I no longer need it.

Thanks

@mjessup

You should be able to find the option in AQT settings for the latest version.

Open the BTT Configuration Window and swipe left in the touchbar. You should find the AQT settings there.

Do tell me if the preset is all aligned properly! the touchbar on the 16” is slightly smaller.

1 Like

very cool preset

1 Like

im trying to get the framerate per second for game mode but i cant find anything, can u make one preset please ?

an FPS widget isn't included in AQT as of now, but its definitley a great idea.

Unfortunately it might be a little hard to implement something like this so I'm not confident that its possible.

I'll look into it.

Latest update coming soon:

I've been working on stability improvements to the commonly used widgets.

I've added an additional check for the external disks widget, and stabilised Spotify and Music now playing widgets.

In addition I've done a little bit of UI rework for open now playing widgets.

2 Likes

I really would love to try AQT out, however when I click the download link this error message is displayed in my browser: 502 Bad Gateway
nginx/1.14.0

Hope you're able to fix it soon,
Thanks in advance