arch-config/config/walker/themes/default/item_clipboard.xml
nekochemist 60dcaabe28 modified: apps-list.md
new file:   config/walker/config.toml
	new file:   config/walker/themes/default/item.xml
	new file:   config/walker/themes/default/item_actionsmenu.xml
	new file:   config/walker/themes/default/item_archlinuxpkgs.xml
	new file:   config/walker/themes/default/item_bookmarks.xml
	new file:   config/walker/themes/default/item_calc.xml
	new file:   config/walker/themes/default/item_clipboard.xml
	new file:   config/walker/themes/default/item_dmenu.xml
	new file:   config/walker/themes/default/item_dnfpackages.xml
	new file:   config/walker/themes/default/item_files.xml
	new file:   config/walker/themes/default/item_providerlist.xml
	new file:   config/walker/themes/default/item_symbols.xml
	new file:   config/walker/themes/default/item_symbols_grid.xml
	new file:   config/walker/themes/default/item_todo.xml
	new file:   config/walker/themes/default/item_unicode.xml
	new file:   config/walker/themes/default/keybind.xml
	new file:   config/walker/themes/default/layout.xml
	new file:   config/walker/themes/default/preview.xml
	new file:   config/walker/themes/default/style.css
	new file:   config/walker/themes/zzz/item.xml
	new file:   config/walker/themes/zzz/item_actionsmenu.xml
	new file:   config/walker/themes/zzz/item_archlinuxpkgs.xml
	new file:   config/walker/themes/zzz/item_bookmarks.xml
	new file:   config/walker/themes/zzz/item_calc.xml
	new file:   config/walker/themes/zzz/item_clipboard.xml
	new file:   config/walker/themes/zzz/item_dmenu.xml
	new file:   config/walker/themes/zzz/item_dnfpackages.xml
	new file:   config/walker/themes/zzz/item_files.xml
	new file:   config/walker/themes/zzz/item_providerlist.xml
	new file:   config/walker/themes/zzz/item_symbols.xml
	new file:   config/walker/themes/zzz/item_symbols_grid.xml
	new file:   config/walker/themes/zzz/item_todo.xml
	new file:   config/walker/themes/zzz/item_unicode.xml
	new file:   config/walker/themes/zzz/keybind.xml
	new file:   config/walker/themes/zzz/layout.xml
	new file:   config/walker/themes/zzz/preview.xml
	new file:   config/walker/themes/zzz/style.css
2026-03-31 05:43:07 +05:00

61 lines
2.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<requires lib="gtk" version="4.0"></requires>
<object class="GtkBox" id="ItemBox">
<style>
<class name="item-box"></class>
</style>
<property name="orientation">horizontal</property>
<property name="spacing">10</property>
<child>
<object class="GtkBox">
<property name="orientation">vertical</property>
<property name="spacing">5</property>
<child>
<object class="GtkBox" id="ItemTextBox">
<style>
<class name="item-text-box"></class>
</style>
<property name="orientation">vertical</property>
<property name="hexpand">true</property>
<property name="vexpand">true</property>
<property name="vexpand-set">true</property>
<property name="spacing">0</property>
<child>
<object class="GtkLabel" id="ItemText">
<style>
<class name="item-text"></class>
</style>
<property name="vexpand">true</property>
<property name="xalign">0</property>
<property name="lines">1</property>
<property name="wrap">true</property>
<property name="ellipsize">3</property>
<property name="single-line-mode">true</property>
</object>
</child>
<child>
<object class="GtkLabel" id="ItemSubtext">
<style>
<class name="item-subtext"></class>
</style>
<property name="xalign">0</property>
</object>
</child>
</object>
</child>
</object>
</child>
<child>
<object class="GtkLabel" id="QuickActivation">
<style>
<class name="item-quick-activation"></class>
</style>
<property name="wrap">false</property>
<property name="valign">center</property>
<property name="xalign">0</property>
<property name="yalign">0.5</property>
</object>
</child>
</object>
</interface>