2025-12-05 14:26:13 +09:00
|
|
|
# This file should be copied to .config/milkwm/milkwmrc
|
|
|
|
|
|
2025-12-15 06:21:06 +09:00
|
|
|
Wallpaper: {
|
2025-12-15 06:52:17 +09:00
|
|
|
# Type = "Fill";
|
|
|
|
|
# Path = "@CMAKE_INSTALL_FULL_DATAROOTDIR@/wallpapers/mde/blue.png";
|
|
|
|
|
Type = "Solid";
|
|
|
|
|
Color = "#000040";
|
2025-12-15 06:21:06 +09:00
|
|
|
};
|
|
|
|
|
|
2025-12-05 07:48:26 +09:00
|
|
|
Window: {
|
|
|
|
|
TitleBar: {
|
|
|
|
|
Buttons: {
|
|
|
|
|
# Ordered from left to right
|
|
|
|
|
Left = [
|
|
|
|
|
"Close"
|
|
|
|
|
];
|
|
|
|
|
|
|
|
|
|
# Ordered from right to left
|
|
|
|
|
Right = [
|
|
|
|
|
"Maximize",
|
|
|
|
|
"Iconify"
|
|
|
|
|
];
|
|
|
|
|
};
|
2025-12-07 10:42:45 +09:00
|
|
|
Active: {
|
2025-12-11 15:24:54 +09:00
|
|
|
Background: {
|
|
|
|
|
From = "#435f7e";
|
|
|
|
|
To = "#0a284b";
|
|
|
|
|
};
|
2025-12-07 10:42:45 +09:00
|
|
|
Foreground = "white";
|
2025-12-05 14:26:13 +09:00
|
|
|
};
|
2025-12-07 10:42:45 +09:00
|
|
|
Inactive: {
|
|
|
|
|
# Just don't write anything if you want default background/foreground
|
2025-12-11 15:24:54 +09:00
|
|
|
Background: {
|
|
|
|
|
From = "#a0a0a0";
|
|
|
|
|
To = "#cdcdcd";
|
|
|
|
|
};
|
2025-12-05 14:26:13 +09:00
|
|
|
};
|
|
|
|
|
|
|
|
|
|
# Left, Right, or Center
|
|
|
|
|
# Default is Center
|
|
|
|
|
Align = "Left";
|
2025-12-05 07:48:26 +09:00
|
|
|
};
|
|
|
|
|
};
|