From 08eaa81b8c4fda0f8380da9dc7fd46cd9c7ed351 Mon Sep 17 00:00:00 2001 From: QuiteAFancyEmerald <46467239+QuiteAFancyEmerald@users.noreply.github.com> Date: Mon, 16 Sep 2024 18:15:20 -0700 Subject: [PATCH] added windhawk configs --- config/Windhawk/taskbar-button-click.json | 4 ++ .../Windhawk/taskbar-clock-customization.json | 37 +++++++++++++++++++ config/Windhawk/taskbar-icon-size.json | 5 +++ config/Windhawk/taskbar-labels.json | 12 ++++++ 4 files changed, 58 insertions(+) create mode 100644 config/Windhawk/taskbar-button-click.json create mode 100644 config/Windhawk/taskbar-clock-customization.json create mode 100644 config/Windhawk/taskbar-icon-size.json create mode 100644 config/Windhawk/taskbar-labels.json diff --git a/config/Windhawk/taskbar-button-click.json b/config/Windhawk/taskbar-button-click.json new file mode 100644 index 0000000..ca8db21 --- /dev/null +++ b/config/Windhawk/taskbar-button-click.json @@ -0,0 +1,4 @@ +{ + "multipleItemsBehavior": "closeAll", + "oldTaskbarOnWin11": 0 +} \ No newline at end of file diff --git a/config/Windhawk/taskbar-clock-customization.json b/config/Windhawk/taskbar-clock-customization.json new file mode 100644 index 0000000..897da86 --- /dev/null +++ b/config/Windhawk/taskbar-clock-customization.json @@ -0,0 +1,37 @@ +{ + "ShowSeconds": 0, + "TimeFormat": "h':'mm' 'tt'", + "DateFormat": "ddd dd MMM", + "WeekdayFormat": "dddd", + "TopLine": "-", + "BottomLine": "%date% | %time%", + "MiddleLine": "-", + "TooltipLine": "%web1_full%", + "Width": 180, + "Height": 60, + "TextSpacing": 1, + "WebContentsItems[0].Url": "http://localhost:8089/weather", + "WebContentsItems[0].BlockStart": "Current weather:", + "WebContentsItems[0].Start": "Current weather:", + "WebContentsItems[0].End": "end1", + "WebContentsItems[0].MaxLength": 50, + "WebContentsUpdateInterval": 10, + "TimeStyle.Visible": 0, + "TimeStyle.TextColor": "Black", + "TimeStyle.TextAlignment": "", + "TimeStyle.FontSize": 0, + "TimeStyle.FontFamily": "", + "TimeStyle.FontWeight": "Medium", + "TimeStyle.FontStyle": "", + "TimeStyle.FontStretch": "", + "TimeStyle.CharacterSpacing": 0, + "DateStyle.TextColor": "#DEDEDE", + "DateStyle.TextAlignment": "", + "DateStyle.FontSize": 0, + "DateStyle.FontFamily": "Mulish", + "DateStyle.FontWeight": "Medium", + "DateStyle.FontStyle": "Normal", + "DateStyle.FontStretch": "SemiExpanded", + "DateStyle.CharacterSpacing": 0, + "oldTaskbarOnWin11": 0 +} \ No newline at end of file diff --git a/config/Windhawk/taskbar-icon-size.json b/config/Windhawk/taskbar-icon-size.json new file mode 100644 index 0000000..ba2c060 --- /dev/null +++ b/config/Windhawk/taskbar-icon-size.json @@ -0,0 +1,5 @@ +{ + "IconSize": 16, + "TaskbarHeight": 38, + "TaskbarButtonWidth": 38 +} \ No newline at end of file diff --git a/config/Windhawk/taskbar-labels.json b/config/Windhawk/taskbar-labels.json new file mode 100644 index 0000000..c66fefa --- /dev/null +++ b/config/Windhawk/taskbar-labels.json @@ -0,0 +1,12 @@ +{ + "taskbarItemWidth": 160, + "minimumTaskbarItemWidth": 50, + "maximumTaskbarItemWidth": 176, + "runningIndicatorStyle": "centerDynamic", + "progressIndicatorStyle": "sameAsRunningIndicatorStyle", + "fontSize": 12, + "leftAndRightPaddingSize": 8, + "spaceBetweenIconAndLabel": 18, + "labelForSingleItem": "%name%", + "labelForMultipleItems": "[%amount%] %name%" +} \ No newline at end of file