Bar now properly hides if all sections are empty. (#467)
This commit is contained in:
3
lib/types/options.d.ts
vendored
3
lib/types/options.d.ts
vendored
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user