Walker (GTK4 + Elephant backend) replaces rofi-lbonn-wayland-git as the central launcher and menu framework. Native Walker providers replace 5 custom rofi scripts: - App launcher (desktopapplications provider) - Clipboard (clipboard provider, replaces cliphist frontend) - Bluetooth (bluetooth provider, replaces bluetoothctl script) - Volume/audio (wireplumber provider) - Sink switcher (wireplumber provider) 3 scripts ported to Walker dmenu mode: - moonarch-vpn (nmcli) - moonarch-cpugov (auto-cpufreq) - moonarch-sink-switcher (pactl) Settings menu (moonarch-setmen) removed — apps are findable via Walker app search directly. Walker theme (gtk-inherit) inherits all colors from the active GTK4 theme instead of hardcoding Catppuccin values. Walker and Elephant run as systemd user services for instant startup. Also standardizes GTK theme to Colloid-Grey-Dark-Catppuccin across all config files (was inconsistent between gsettings and file configs). Old rofi configs preserved in legacy/rofi/ for reference.
47 lines
1.5 KiB
XML
47 lines
1.5 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" 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="ellipsize">3</property>
|
|
<property name="single-line-mode">true</property>
|
|
</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>
|