From 213f80553518a8c082dd3ec24e5330031f93f298 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Tue, 13 Jun 2017 22:06:55 +0200 Subject: Artwork: Add icon badge for the matchbox wm. --- src/session-list.vala | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/session-list.vala') diff --git a/src/session-list.vala b/src/session-list.vala index 1f2a4e0..e609fe8 100644 --- a/src/session-list.vala +++ b/src/session-list.vala @@ -120,6 +120,8 @@ public class SessionList : GreeterList case "lxde": case "LXDE": return "lxde_badge.png"; + case "matchbox": + return "matchbox_badge.png"; case "mate": return "mate_badge.png"; case "openbox": -- cgit v1.2.3