Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions metadata/panel.xml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,21 @@ If full_span is off, both sides of the panel will take the same amount of space,
<default>42</default>
<min>0</min>
</option>
<option name="launchers" type="dynamic-list" type-hint="dict">
<_short>Launchers</_short>
<_long>Launchers</_long>
<entry prefix="launcher_cmd_" type="string" name="cmd">
<_short>Command</_short>
<_long>Command</_long>
<hint>file</hint>
</entry>
<entry prefix="launcher_icon_" type="string" name="cmd">
<_short>Icon</_short>
</entry>
<entry prefix="launcher_label_" type="string" name="label">
<_short>Label</_short>
</entry>
</option>
</group>
<group>
<_short>Clock</_short>
Expand Down
Loading