Skip to content

Commit

Permalink
ags: reserve space for bar
Browse files Browse the repository at this point in the history
  • Loading branch information
brckd committed Mar 29, 2024
1 parent 103e34c commit f71b1c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/home/ags/src/widget/Bar/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
export default (monitor = 0) => Widget.Window({
monitor,
name: `bar-${monitor}`,
anchor: ['top', 'left', 'right'],
anchor: ["top", "left", "right"],
exclusivity: "exclusive",
child: Widget.CenterBox({
startWidget: Widget.Box({
hexpand: true,
Expand Down

0 comments on commit f71b1c5

Please sign in to comment.