dlauncher 0.1.1

An application launcher for Linux that is based on Ulauncher
Documentation
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.38.2 -->
<interface>
  <requires lib="gtk+" version="3.22"/>
  <!-- interface-local-resource-path ../media -->
  <object class="GtkEventBox" id="item-frame">
    <property name="name">item_frame</property>
    <property name="visible">True</property>
    <property name="can-focus">False</property>
    <child>
      <object class="GtkEventBox" id="item-box">
        <property name="visible">True</property>
        <property name="can-focus">False</property>
        <child>
          <object class="GtkBox" id="item-container">
            <property name="visible">True</property>
            <property name="can-focus">False</property>
            <property name="margin-start">20</property>
            <property name="margin-end">20</property>
            <property name="margin-top">5</property>
            <property name="margin-bottom">5</property>
            <child>
              <object class="GtkImage" id="item-icon">
                <property name="visible">True</property>
                <property name="can-focus">False</property>
                <property name="icon-name">firefox</property>
                <style>
                  <class name="item-icon"/>
                </style>
              </object>
              <packing>
                <property name="expand">False</property>
                <property name="fill">True</property>
                <property name="position">0</property>
              </packing>
            </child>
            <child>
              <object class="GtkBox" id="name_wrapper">
                <property name="width-request">410</property>
                <property name="visible">True</property>
                <property name="can-focus">False</property>
                <property name="margin-start">12</property>
                <property name="margin-end">12</property>
                <property name="hexpand">False</property>
                <property name="vexpand">True</property>
                <property name="orientation">vertical</property>
                <child>
                  <object class="GtkLabel" id="item-name">
                    <property name="visible">True</property>
                    <property name="can-focus">False</property>
                    <property name="hexpand">True</property>
                    <property name="ellipsize">middle</property>
                    <property name="max-width-chars">1</property>
                    <property name="xalign">0</property>
                    <style>
                      <class name="item-name"/>
                      <class name="item-text"/>
                    </style>
                  </object>
                  <packing>
                    <property name="expand">False</property>
                    <property name="fill">True</property>
                    <property name="position">0</property>
                  </packing>
                </child>
                <child>
                  <object class="GtkLabel" id="item-descr">
                    <property name="visible">True</property>
                    <property name="can-focus">False</property>
                    <property name="hexpand">True</property>
                    <property name="ellipsize">middle</property>
                    <property name="max-width-chars">1</property>
                    <property name="xalign">0</property>
                    <style>
                      <class name="item-descr"/>
                      <class name="item-text"/>
                    </style>
                  </object>
                  <packing>
                    <property name="expand">False</property>
                    <property name="fill">True</property>
                    <property name="position">1</property>
                  </packing>
                </child>
              </object>
              <packing>
                <property name="expand">True</property>
                <property name="fill">True</property>
                <property name="position">1</property>
              </packing>
            </child>
            <style>
              <class name="item-container"/>
            </style>
          </object>
        </child>
        <style>
          <class name="item-box"/>
        </style>
      </object>
    </child>
    <style>
      <class name="item-frame"/>
    </style>
  </object>
</interface>