Skip to content

Instantly share code, notes, and snippets.

View Greedeks's full-sized avatar
👑
Try harder… try harder

Greedeks Greedeks

👑
Try harder… try harder
View GitHub Profile
@Greedeks
Greedeks / WindowBlur.cs
Created September 27, 2025 11:19
WPF - Acrylic and Mica backdrops with soft drop shadows
using System;
using System.Runtime.InteropServices;
using System.Windows;
using System.Windows.Interop;
using System.Windows.Media;
namespace GTweak
{
public class WindowBlur
{
@Greedeks
Greedeks / WindowStyleHelper.cs
Last active September 27, 2025 11:14
WPF - Restoration of system window behaviors (animations, edge snapping, system menu)
using System;
using System.Runtime.InteropServices;
using System.Windows;
using System.Windows.Interop;
namespace Application
{
/// <summary>
/// Restores standard system window behaviors (animations, edge snapping, system menu)
/// for windows with <see cref="WindowStyle.None"/>.