some changes

This commit is contained in:
pika 2024-10-24 08:18:56 +02:00
parent 7cafbb81f8
commit ee9cb00ffe
2 changed files with 5 additions and 5 deletions

4
config
View file

@ -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]

View file

@ -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 {