From ee9cb00ffeec9ff79022c68d7d09daa7c29f6a0b Mon Sep 17 00:00:00 2001 From: pika Date: Thu, 24 Oct 2024 08:18:56 +0200 Subject: [PATCH] some changes --- config | 4 ++-- style.scss | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config b/config index 6cfc753..bed28a7 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] +WidgetsLeft: [Workspaces, Time, Tray] # Widgets to center -WidgetsCenter: [Title, Time, Tray] +WidgetsCenter: [Title] # Widgets to display on the right side WidgetsRight: [Packages, Audio, Disk, VRAM, GPU, RAM, CPU, Battery, Network, Bluetooth, Power] diff --git a/style.scss b/style.scss index 8c3b2e9..4aaeba0 100644 --- a/style.scss +++ b/style.scss @@ -65,10 +65,10 @@ menu { .time-text { font-size: $textsize; // color: $purple; - border: solid $red 2px; - border-radius: 2rem; + border-top: solid $red 2px; + // border-radius: 2rem; padding: 0px 6px; - margin: 0 0 0 6px; + // margin: 0 0 0 6px; } .title-text {