From 9d05c9e4eb855400e28a7f36e3e01e9cd8783958 Mon Sep 17 00:00:00 2001 From: pika Date: Wed, 4 Sep 2024 17:54:04 +0200 Subject: [PATCH] changed tray position --- config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config b/config index 7a9f956..49d76a4 100644 --- a/config +++ b/config @@ -23,9 +23,9 @@ ForceCSS: false # Adding the same widget multiple times to the layout is *not* supported and will cause issues. # Widgets to show on the left side -WidgetsLeft: [Workspaces, Tray] +WidgetsLeft: [Workspaces] # Widgets to center -WidgetsCenter: [Time] +WidgetsCenter: [Time, Tray] # Widgets to display on the right side WidgetsRight: [Packages, Audio, Disk, VRAM, GPU, RAM, CPU, Battery, Network, Bluetooth, Power]