From bfedcca35d6ed59873319ab24c60b15c8e0a1f73 Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Fri, 3 Apr 2026 09:39:34 +0000
Subject: [PATCH 1/3] Initial plan
From c03cb038eed11d908b33a8f7441fe956110ef0e2 Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Fri, 3 Apr 2026 09:43:57 +0000
Subject: [PATCH 2/3] Remove rounding from control center buttons (Wi-Fi, etc.)
Agent-Logs-Url: https://github.com/swopnil7/Windots/sessions/e0233634-7bcf-4d86-b5f1-04b6fe486903
Co-authored-by: swopnil7 <178501065+swopnil7@users.noreply.github.com>
---
.dotfiles/windhawk/notification.json | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.dotfiles/windhawk/notification.json b/.dotfiles/windhawk/notification.json
index de99f4d..163903c 100644
--- a/.dotfiles/windhawk/notification.json
+++ b/.dotfiles/windhawk/notification.json
@@ -89,5 +89,7 @@
"controlStyles[14].styles[2]":"BorderBrush:=",
"controlStyles[21].styles[4]":"BorderBrush:=",
"controlStyles[3].styles[0]":"Margin=-10,0,0,0",
+ "controlStyles[27].target":"ToggleButton",
+ "controlStyles[27].styles[0]":"CornerRadius=0",
"styleConstants[0]":""
}
\ No newline at end of file
From 2d09b4a669efc80c6bfe02aa51c13114aa35bcea Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Fri, 10 Apr 2026 06:09:28 +0000
Subject: [PATCH 3/3] Add theme, backgroundTranslucentEffect,
backgroundTranslucentEffectRegion fields and fix styleConstants in
notification.json
Agent-Logs-Url: https://github.com/swopnil7/Windots/sessions/34604931-7e55-4818-a685-a11f0d0def28
Co-authored-by: swopnil7 <178501065+swopnil7@users.noreply.github.com>
---
.dotfiles/windhawk/notification.json | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/.dotfiles/windhawk/notification.json b/.dotfiles/windhawk/notification.json
index 163903c..739b373 100644
--- a/.dotfiles/windhawk/notification.json
+++ b/.dotfiles/windhawk/notification.json
@@ -1,4 +1,7 @@
{
+ "theme":"",
+ "backgroundTranslucentEffect":"",
+ "backgroundTranslucentEffectRegion":"",
"resourceVariables[0].variableKey":"",
"resourceVariables[0].value":"",
"controlStyles[0].target":"Grid#MediaTransportControlsRegion",
@@ -91,5 +94,5 @@
"controlStyles[3].styles[0]":"Margin=-10,0,0,0",
"controlStyles[27].target":"ToggleButton",
"controlStyles[27].styles[0]":"CornerRadius=0",
- "styleConstants[0]":""
+ "styleConstants[0]":"accentColor="
}
\ No newline at end of file