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.
33 lines
869 B
XML
33 lines
869 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<requires lib="gtk" version="4.0"></requires>
|
|
<object class="GtkBox" id="Keybind">
|
|
<style>
|
|
<class name="keybind"></class>
|
|
</style>
|
|
<property name="orientation">vertical</property>
|
|
<child>
|
|
<object class="GtkButton" id="KeybindButton">
|
|
<style>
|
|
<class name="keybind-button"></class>
|
|
</style>
|
|
<child>
|
|
<object class="GtkLabel" id="KeybindLabel">
|
|
<style>
|
|
<class name="keybind-label"></class>
|
|
</style>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkLabel" id="KeybindBind">
|
|
<property name="margin-top">5</property>
|
|
<style>
|
|
<class name="keybind-bind"></class>
|
|
</style>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</interface>
|