some changes
This commit is contained in:
parent
7cafbb81f8
commit
ee9cb00ffe
2 changed files with 5 additions and 5 deletions
4
config
4
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]
|
||||
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue