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 = {
|
widgets = {
|
||||||
left = [
|
left = [
|
||||||
{
|
{
|
||||||
id = "SystemMonitor";
|
formatHorizontal = "HH:mm";
|
||||||
|
formatVertical = "HH mm";
|
||||||
|
id = "Clock";
|
||||||
|
useMonospacedFont = true;
|
||||||
|
usePrimaryColor = true;
|
||||||
}
|
}
|
||||||
];
|
|
||||||
center = [
|
|
||||||
{
|
{
|
||||||
id = "ControlCenter";
|
id = "ControlCenter";
|
||||||
useDistroLogo = false;
|
useDistroLogo = false;
|
||||||
colorize = true;
|
colorize = true;
|
||||||
}
|
}
|
||||||
|
];
|
||||||
|
center = [
|
||||||
{
|
{
|
||||||
hideUnoccupied = false;
|
hideUnoccupied = false;
|
||||||
id = "Workspace";
|
id = "Workspace";
|
||||||
|
|
@ -59,11 +63,7 @@
|
||||||
id = "Tray";
|
id = "Tray";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
formatHorizontal = "HH:mm";
|
id = "SystemMonitor";
|
||||||
formatVertical = "HH mm";
|
|
||||||
id = "Clock";
|
|
||||||
useMonospacedFont = true;
|
|
||||||
usePrimaryColor = true;
|
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue