diff --git a/config/ags/js/bar/current-window.js b/config/ags/js/bar/current-window.js index 8e98da16..94e7b1d0 100644 --- a/config/ags/js/bar/current-window.js +++ b/config/ags/js/bar/current-window.js @@ -6,6 +6,7 @@ const { Gtk } = imports.gi; const currentWindow = () => Label({ style: 'color: #CBA6F7; font-size: 18px', + truncate: 'end', connections: [ [Hyprland, label => { label.label = Hyprland.active.client.title;