arch-config/config/walker/themes/default/item_symbols_grid.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

38 lines
1.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">vertical</property>
<property name="spacing">10</property>
<child>
<object class="GtkLabel" id="ItemImage">
<style>
<class name="item-image"></class>
</style>
</object>
</child>
<child>
<object class="GtkBox" id="ItemTextBox">
<style>
<class name="item-text-box"></class>
</style>
<property name="hexpand">true</property>
<property name="hexpand-set">true</property>
<child>
<object class="GtkLabel" id="ItemText">
<style>
<class name="item-text"></class>
</style>
<property name="wrap">true</property>
<property name="hexpand">true</property>
<property name="xalign">0.5</property>
<property name="justify">2</property>
</object>
</child>
</object>
</child>
</object>
</interface>