fix(ags): stop current window from moving others
This commit is contained in:
parent
ce236f8750
commit
7762083bb3
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ const { Gtk } = imports.gi;
|
||||||
|
|
||||||
const currentWindow = () => Label({
|
const currentWindow = () => Label({
|
||||||
style: 'color: #CBA6F7; font-size: 18px',
|
style: 'color: #CBA6F7; font-size: 18px',
|
||||||
|
truncate: 'end',
|
||||||
connections: [
|
connections: [
|
||||||
[Hyprland, label => {
|
[Hyprland, label => {
|
||||||
label.label = Hyprland.active.client.title;
|
label.label = Hyprland.active.client.title;
|
||||||
|
|
Loading…
Reference in a new issue