Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ File Explorer Styler mod. The following themes are available:
| [OS26 Liquid Glass](Themes/OS26%20Liquid%20Glass/README.md) | [![OS26 Liquid Glass](Themes/OS26%20Liquid%20Glass/screenshot-small.png)](Themes/OS26%20Liquid%20Glass/screenshot.png)
| [ZEUSosX_044](Themes/ZEUSosX_044/README.md) | [![ZEUSosX_044](Themes/ZEUSosX_044/screenshot-small.png)](Themes/ZEUSosX_044/screenshot.png)
| [Compact Explorer11](Themes/Compact%20Explorer11/README.md) | [![Compact Explorer11](Themes/Compact%20Explorer11/screenshot-small.png)](Themes/Compact%20Explorer11/screenshot.png)
| [Float](Themes/Float/README.md) | [![Float](Themes/Float/Screenshot-dark.png)](Themes/Float/Screenshot-dark.png)

## Explorer frame container height

Expand Down
111 changes: 111 additions & 0 deletions Themes/Float/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,111 @@
# Float for Windows 11 File Explorer Styler
A theme that gives Windows 11 File Explorer a floating adress bar along with floating tabs

**Author**: [Lerakei-0](https://github.com/Lerakei-0)

## Preview
![Preview](Screenshot-light.png)
![Preview](Screenshot-dark.png)

## Theme selection

The theme is integrated into the mod and can be selected directly from the mod's
settings:

* Open the Windows 11 File Explorer Styler mod in Windhawk.
* Go to the "Settings" tab.
* Select the theme and save the settings.

## Manual installation

The theme styles can also be imported manually. To do that, follow these steps:

* Open the Windows 11 File Explorer Styler mod in Windhawk.
* Go to the "Settings" tab and select "Textual mode".
* Copy the content below to the text box and click "Save settings".

<details>
<summary>Content to import (click to expand)</summary>

```yaml
theme: 'Float'
backgroundTranslucentEffect: ''
backgroundTranslucentEffectRegion: ''
styleConstants:
- ''
controlStyles:
- target: TabViewItem > Grid#LayoutRoot@CommonStates
styles:
- Background@Selected:=<AcrylicBrush TintColor="{ThemeResource Tab}" TintOpacity="0.9" Opacity="0.6"/>
- Background@PointerOverSelected:=<AcrylicBrush TintColor="{ThemeResource Tab}" TintOpacity="0.9" Opacity="0.7"/>
- Background@PointerOver:=<AcrylicBrush TintColor="{ThemeResource Tab}" TintOpacity="0.9" Opacity="0.3"/>
- Background@Normal:=<AcrylicBrush TintColor="{ThemeResource Tab}" TintOpacity="0.9" Opacity="0"/>
- Background@PressedSelected:=<AcrylicBrush TintColor="{ThemeResource Tab}" TintOpacity="0.9" Opacity="0.9"/>
- CornerRadius=6
- target: TabViewItem > Grid#LayoutRoot > Grid#TabContainer
styles:
- Background=Transparent
- BorderThickness=0
- target: TabViewItem > Grid#LayoutRoot > Canvas
styles:
- Visibility=Collapsed
- target: TabViewItem > Grid#LayoutRoot
styles:
- BorderThickness=1
- Margin=2,0,0,0
- Height=35
- target: Microsoft.UI.Xaml.Controls.Border#BottomBorderLine
styles:
- Visibility=Collapsed
- target: Grid#TabContainerGrid > Border#LeftBottomBorderLine
styles:
- Visibility=Collapsed
- target: Grid#TabContainerGrid > Border#RightBottomBorderLine
styles:
- Visibility=Collapsed
- target: TabViewItem
styles:
- CornerRadius=4
- target: Grid#TabContainerGrid > Border > Button#AddButton
styles:
- Visibility=Visible
- Margin=0,0,0,3
- CornerRadius=10
- BorderThickness=0
- Width=24
- Height=24
- target: Microsoft.UI.Xaml.Controls.Grid#TabContainerGrid
styles:
- Height=44
- target: Microsoft.UI.Xaml.Controls.Border#RightBottomBorderLine
styles:
- Visibility=Collapsed
- target: Microsoft.UI.Xaml.Controls.Border#LeftBottomBorderLine
styles:
- Visibility=Collapsed
- target: Microsoft.UI.Xaml.Controls.Grid#NavigationBarControlGrid
styles:
- CornerRadius=6
- Margin=8,4,8,0
- Height=54
- target: Microsoft.UI.Xaml.Controls.Grid#CommandBarControlRootGrid
styles:
- Margin=0,8,0,0
- BorderThickness=0,1,0,1
- target: Microsoft.UI.Xaml.Controls.Primitives.TabViewListView#TabListView
styles:
- Margin=-3,0,0,0
- target: Microsoft.UI.Xaml.Shapes.Path#RightRadiusRenderArc
styles:
- Visibility=Collapsed
- target: Microsoft.UI.Xaml.Shapes.Path#LeftRadiusRenderArc
styles:
- Visibility=Collapsed
themeResourceVariables:
- Tab@Light=#ffffffff
- Tab@Dark=#000000
explorerFrameContainerHeight: 160
xamlDiagnosticsHandling: ''

```
</details>
Binary file added Themes/Float/Screenshot-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Themes/Float/Screenshot-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.