38 lines
843 B
XML
38 lines
843 B
XML
<?xml version="1.0"?>
|
|
<!-- This file should be copied to .config/milkwm/milkwmrc -->
|
|
<MilkWM>
|
|
<Wallpaper Type="Fill">@CMAKE_INSTALL_FULL_DATAROOTDIR@/wallpapers/mde/blue.png</Wallpaper>
|
|
<Window>
|
|
<TitleBar>
|
|
<Button>
|
|
<Left>
|
|
<!-- Ordered from left to right -->
|
|
<Menu />
|
|
</Left>
|
|
<Right>
|
|
<!-- Ordered from right to left -->
|
|
<Maximize />
|
|
<Iconify />
|
|
</Right>
|
|
</Button>
|
|
</TitleBar>
|
|
<!-- Just don't write anything if you want default background/foreground -->
|
|
<Background>
|
|
<Active>
|
|
<Gradient From="#435f7e" To="#0a284b" />
|
|
</Active>
|
|
<Inactive>
|
|
<Gradient From="#a0a0a0" To="#cdcdcd" />
|
|
</Inactive>
|
|
</Background>
|
|
<Foreground>
|
|
<Active>white</Active>
|
|
</Foreground>
|
|
|
|
<!--
|
|
Left, Right, or Center
|
|
Default is Center
|
|
-->
|
|
<Align>Left</Align>
|
|
</Window>
|
|
</MilkWM>
|