From 344691c7fc00fffa1d038f38c6b6a7217430ca7c Mon Sep 17 00:00:00 2001 From: heqnx Date: Tue, 27 May 2025 11:53:37 +0300 Subject: added icewm window manager --- .../files/icewm/darktheme/minimize.xpm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 roles/desktop-environment/files/icewm/darktheme/minimize.xpm (limited to 'roles/desktop-environment/files/icewm/darktheme/minimize.xpm') diff --git a/roles/desktop-environment/files/icewm/darktheme/minimize.xpm b/roles/desktop-environment/files/icewm/darktheme/minimize.xpm new file mode 100644 index 0000000..475c5db --- /dev/null +++ b/roles/desktop-environment/files/icewm/darktheme/minimize.xpm @@ -0,0 +1,22 @@ +/* XPM */ +static char *minimize_xpm[] = { +"16 16 2 1", +" c #3A3F4A", +". c #E0E2E5", +" ", +" ", +" ", +" ", +" ", +" ", +" .... ", +" .... ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" " +}; -- cgit v1.2.3