2023-10-31 08:32:40 -04:00
|
|
|
import Hyprland from 'resource:///com/github/Aylur/ags/service/hyprland.js';
|
|
|
|
import { Label } from 'resource:///com/github/Aylur/ags/widget.js';
|
2023-10-02 12:06:35 -04:00
|
|
|
|
2023-08-28 00:23:13 -04:00
|
|
|
|
2023-10-17 13:47:02 -04:00
|
|
|
export default () => Label({
|
2023-10-20 23:11:21 -04:00
|
|
|
style: 'color: #CBA6F7; font-size: 18px',
|
|
|
|
truncate: 'end',
|
|
|
|
binds: [['label', Hyprland.active.client, 'title']],
|
2023-08-28 00:23:13 -04:00
|
|
|
});
|