mdebase/milkwm/milkwmrc.in

38 lines
843 B
Text
Raw Normal View History

2025-12-29 03:24:59 +09:00
<?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 -->
2025-12-30 00:49:56 +09:00
<Menu />
2025-12-29 03:24:59 +09:00
</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>
2025-12-05 14:26:13 +09:00
2025-12-29 03:24:59 +09:00
<!--
Left, Right, or Center
Default is Center
-->
<Align>Left</Align>
</Window>
</MilkWM>