fixes up bar
This commit is contained in:
parent
16b6c8c806
commit
463e9368e7
1 changed files with 8 additions and 8 deletions
|
|
@ -33,15 +33,19 @@
|
|||
widgets = {
|
||||
left = [
|
||||
{
|
||||
id = "SystemMonitor";
|
||||
formatHorizontal = "HH:mm";
|
||||
formatVertical = "HH mm";
|
||||
id = "Clock";
|
||||
useMonospacedFont = true;
|
||||
usePrimaryColor = true;
|
||||
}
|
||||
];
|
||||
center = [
|
||||
{
|
||||
id = "ControlCenter";
|
||||
useDistroLogo = false;
|
||||
colorize = true;
|
||||
}
|
||||
];
|
||||
center = [
|
||||
{
|
||||
hideUnoccupied = false;
|
||||
id = "Workspace";
|
||||
|
|
@ -59,11 +63,7 @@
|
|||
id = "Tray";
|
||||
}
|
||||
{
|
||||
formatHorizontal = "HH:mm";
|
||||
formatVertical = "HH mm";
|
||||
id = "Clock";
|
||||
useMonospacedFont = true;
|
||||
usePrimaryColor = true;
|
||||
id = "SystemMonitor";
|
||||
}
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue