Skip to content

Commit

Permalink
added windhawk configs
Browse files Browse the repository at this point in the history
  • Loading branch information
QuiteAFancyEmerald committed Sep 17, 2024
1 parent 21a1ebf commit 08eaa81
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/Windhawk/taskbar-button-click.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"multipleItemsBehavior": "closeAll",
"oldTaskbarOnWin11": 0
}
37 changes: 37 additions & 0 deletions config/Windhawk/taskbar-clock-customization.json
Original file line number Diff line number Diff line change
@@ -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
}
5 changes: 5 additions & 0 deletions config/Windhawk/taskbar-icon-size.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"IconSize": 16,
"TaskbarHeight": 38,
"TaskbarButtonWidth": 38
}
12 changes: 12 additions & 0 deletions config/Windhawk/taskbar-labels.json
Original file line number Diff line number Diff line change
@@ -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%"
}

0 comments on commit 08eaa81

Please sign in to comment.