Bar now properly hides if all sections are empty. (#467)

This commit is contained in:
Jas Singh
2024-11-09 13:09:48 -08:00
committed by GitHub
parent c150bc189d
commit 6120777b19
3 changed files with 21 additions and 10 deletions

View File

@@ -15,6 +15,9 @@ export type RecursiveOptionsObject = {
};
export type BarLocation = 'top' | 'bottom';
export type BarLayout = {
[key: string]: Layout;
};
export type Unit = 'imperial' | 'metric';
export type PowerOptions = 'sleep' | 'reboot' | 'logout' | 'shutdown';