This repository has been archived on 2024-04-14. You can view files and clone it, but cannot push or open issues or pull requests.
nixos-dotfiles/user/configs/wayland/ags/ags-config/js/panel/widgets/windowTitle.js

9 lines
236 B
JavaScript

export default () => ags.Widget.Label({
connections: [[ags.Service.Hyprland, label => {
label.label = ags.Service.Hyprland.active.client.title || '';
label.toggleClassName('windowTitle', label.label);
}]],
});