knurzl / ModernFlyouts

A modern replacement for existing flyouts in Windows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ModernFlyouts

A modern replacement for existing flyouts in Windows

ModernFlyouts

Overview | Features | System Requirements | Installation | Screenshots

Overview

Default Flyout:                 New Flyout:

Overview

This application will replace the default audio/airplane/brightness flyouts found in Windows shown when the volume or brightness changes or when airplane mode key is pressed with a new modern UI.

This project is based on ADeltaX/AudioFlyout. With additional implementation for airplane mode and brightness flyouts. This project also includes a flyout for lock keys (caps lock, scroll lock, num lock & insert key).

Note : The native flyout is not permanently closed but will be hidden when this flyout is shown Thus, users have the freedom to choose between the windows default one, this modern one or none.

See the Wiki page for additional infos

Features

  • Fluent UI (similar to the one in Windows 10X)
  • Follows system Light/Dark theme
  • Media session controls have additional features such as Shuffle, Repeat, Stop and Timeline Info
  • AirplaneMode-flyout Module
  • LockKeys-flyout Module
  • Brightness-flyout Module
  • Each Module can be disabled separately
  • Can Choose either Windows Default Flyout, ModernFlyouts or None
  • Flyout's TopBar can be unpinned
  • Flyout is Draggable and autosaves the position
  • Flyout can be aligned to a default position (can be modified in the settings)
  • Smooth Animations & Tranisitions
  • This application works on Windows 10 1809 and above (v0.3.0 supports Windows 8+, however to simplify distribution and due to MSIX packaging limitations, v0.4.0+ won't support windows versions less than 1809)

System Requirements

  • Windows 10 1809+

Installation

Modern Flyouts is Available on GitHub, winget and the Microsoft Store.

Both distribution methods will be supported, however the store version is recommended as it is easier to install and will automatically remain up to date.

Microsoft Store:

Microsoft Store

 

Alternatively download from Github:

  1. Go to the latest releases' page.
  2. Download the latest *.msix file from the assets.
  3. Install the downloaded *.msix file and launch the app.

winget:

please note that due to how winget processes package updates, updates may take longer to be released to winget

winget install --id=ModernFlyouts.ModernFlyouts -e

IMPORTANT NOTE

This project is made possible due to the work of ADeltaX. I could have improved the original project but the project is called AUDIOFlyout and adding airplane-mode/brightness flyouts wouldn't be a good idea, also the project has no recent activity. He's developing a AudioFlyoutv2 with a refreshed UI. So, I had to make my own with the said additional features.

Credits

  • @ADeltaX laid the foundation for this project and has been a huge support along the way.
  • @Samuel12321 - package publisher (including Microsoft Store), helps maintaining the repo & takes care of issues.

Dependencies and References

Screenshots

Audio Flyout

Windows Default One

Audio_Old

Dark Theme :

Audio_Dark

With TopBar

Audio_Dark_NoTop

Without TopBar

Light Theme :

Audio_Light

With TopBar

Audio_Light_NoTop

Without TopBar

SMTC audio playback session in old one

Audio_Old_Session

SMTC audio playback session

Audio_Session_Music_NoTop

SMTC audio playback session with additional info

Audio_Session_Music_NoTop_More

Fallback thumbnail for music playback with no album art

Audio_Session_Music_NoTop_NoAlbumArt

SMTC video playback session with additional info

Audio_Session_Video

Brightness Flyout

Windows Default One

Brightness_Old

Dark Theme :

Brightness_Dark

With TopBar

Brightness_Dark_NoTop

Without TopBar

Light Theme :

Brightness_Light

With TopBar

Brightness_Light_NoTop

Without TopBar

Airplane-Mode Flyout

Dark Theme : (On state)

Airplane_On_Dark

With TopBar

Airplane_On_Dark_NoTop

Without TopBar

Light Theme : (On state)

Airplane_On_Light

With TopBar

Airplane_On_Light_NoTop

Without TopBar

Lock-keys flyout

Dark Theme : (Caps-lock On)

LockKey_Caps_Dark

With TopBar

LockKey_Caps_Dark_NoTop

Without TopBar

Light Theme : (Caps-lock On)

LockKey_Caps_Light

With TopBar

LockKey_Caps_Light_NoTop

Without TopBar

About

A modern replacement for existing flyouts in Windows

License:MIT License


Languages

Language:C# 100.0%