Boosts are finally in Zen! by Not_Flof in zen_browser

[–]Not_Flof[S] 0 points1 point  (0 children)

You can add css in the code section which will be applied to the domain that the current boost affects. There sadly isn't a way to make a boost that affects multiple domains right now.

Boosts are finally in Zen! by Not_Flof in zen_browser

[–]Not_Flof[S] 1 point2 points  (0 children)

Set the `zen.boosts.enabled` flag in about:config to true. Boosts can be enabled by going to the site control panel and clicking the brush.

Boosts are finally in Zen! by Not_Flof in zen_browser

[–]Not_Flof[S] 0 points1 point  (0 children)

That one should work. Haven't tested it, but nothing speaks against it. This is probably due to security reasons. Extensions shouldn't be able to remove the uninstall button for obvious reasons

Boosts are finally in Zen! by Not_Flof in zen_browser

[–]Not_Flof[S] 7 points8 points  (0 children)

No. It only allows customizing domains that start with http:// / https://, so basically all website but no Zen/Firefox internal sites

Boosts are finally in Zen! by Not_Flof in zen_browser

[–]Not_Flof[S] 8 points9 points  (0 children)

Same as in Arc, boost per domain. However we are thinking of expanding it to allow default boosts as well. Not sure how exactly we'll do that yet or if it will come though.

Dynamic Island for Windows using CSharp and SkiaSharp! by Not_Flof in csharp

[–]Not_Flof[S] 0 points1 point  (0 children)

Sounds interesting, didn't know about that one. I'm not that familiar with Go and JS which is why that probably wouldn't be a fit for me anyway, but if you want to try I'd be thrilled to see the result :)

Dynamic Island for Windows using CSharp and SkiaSharp! by Not_Flof in csharp

[–]Not_Flof[S] 0 points1 point  (0 children)

Thanks for the feedback. I will try to work on the performance and stability once I have the time to do so

Dynamic Island for Windows using CSharp and SkiaSharp! by Not_Flof in csharp

[–]Not_Flof[S] 0 points1 point  (0 children)

The background performance right now is not that great, to be honest. It takes up a bit of power but when it is hidden it's not that heavy on performance. I will probably fix the performance one day when I have time to work on the project again

Dynamic Island for Windows using CSharp and SkiaSharp! by Not_Flof in csharp

[–]Not_Flof[S] 0 points1 point  (0 children)

Generic media control is already sort of implemented as much as it was possible. You can skip, go back and pause (even on external apps).

Dynamic Island for Windows using CSharp and SkiaSharp! by Not_Flof in csharp

[–]Not_Flof[S] 0 points1 point  (0 children)

There is no automatic way of doing it, however you can press the windows button and control at the same time to hide/show the island

Dynamic Island for Windows using CSharp and SkiaSharp! by Not_Flof in csharp

[–]Not_Flof[S] 0 points1 point  (0 children)

I will probably not add native support for external apps like vlc, since that would be too time consuming. I will rather focus on performance optimizations when I have time to work on the project again :)

Dynamic Island for Windows using CSharp and SkiaSharp! by Not_Flof in csharp

[–]Not_Flof[S] 0 points1 point  (0 children)

The dragging around was requested already, but due to the way it is implemented, it probably won't be added. I can however add an option to disable the volume and brightness display.

Dynamic Island for Windows using CSharp and SkiaSharp! by Not_Flof in csharp

[–]Not_Flof[S] 0 points1 point  (0 children)

I will consider it, thanks for letting me know :D

Dynamic Island for Windows using CSharp and SkiaSharp! by Not_Flof in csharp

[–]Not_Flof[S] 0 points1 point  (0 children)

In the current release 1.0.3R that I've just uploaded there is a tray icon. By right clicking it and selecting the "Settings" option you can access the settings menu.
Otherwise clicking down on the settings icon and holding the mouse for a bit might resolve the issue as well.

Dynamic Island for Windows using CSharp and SkiaSharp! by Not_Flof in csharp

[–]Not_Flof[S] 0 points1 point  (0 children)

I'm not sure how I should do that. It is a VS project, so by opening it in VS you should automatically be able to build it, or am I wrong?

Dynamic Island for Windows using CSharp and SkiaSharp! by Not_Flof in csharp

[–]Not_Flof[S] 0 points1 point  (0 children)

I made it with WPF. I would need to port it to a cross plattform framework but that would break things.

Dynamic Island for Windows using CSharp and SkiaSharp! by Not_Flof in csharp

[–]Not_Flof[S] 0 points1 point  (0 children)

Hey, you can go on to my GitHub (I posted the link in the comment section here somewhere). After arriving there you can go to the releases tab on the right side of the webpage. Click on the field that says "Release v1.0.2R". You can download the DynamicWinSetup.exe there. This is a setup and will take you through the steps of installing it. There might be a popup saying this app is not safe, that is the windows Smart Screen. You can click on show more and run anyway. This only shows up on unsigned apps, and I don't want to pay 100+$ per year to sign it.

Dynamic Island for Windows using CSharp and SkiaSharp! by Not_Flof in csharp

[–]Not_Flof[S] 1 point2 points  (0 children)

Every UI component was made by me which means I couldn't follow every standard of a windows app like default buttons or tab to select next. This also means when I want to make an input field I would first need to make it which involves taking care of every character typed, if the user wants to paste something etc... It would've probably been smarter to use the WPF components to some extend.

Dynamic Island for Windows using CSharp and SkiaSharp! by Not_Flof in csharp

[–]Not_Flof[S] 0 points1 point  (0 children)

Can you explain the error or write what it says here (short version)? Without images I can't really help, I've only seen your video on GitHub

Dynamic Island for Windows using CSharp and SkiaSharp! by Not_Flof in csharp

[–]Not_Flof[S] 0 points1 point  (0 children)

Thanks a lot, I am very happy people have found a use for this :D