Remove timeout from Hyprpanel notifications. (#597)
This commit is contained in:
@@ -44,7 +44,6 @@ export function warnOnLowBattery(): void {
|
||||
body: lowBatteryNotificationText.get().replace('$POWER_LEVEL', batteryPercentage.toString()),
|
||||
iconName: icons.ui.warning,
|
||||
urgency: 'critical',
|
||||
timeout: 7000,
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
@@ -198,7 +198,6 @@ export function dependencies(...bins: string[]): boolean {
|
||||
summary: 'Dependencies not found!',
|
||||
body: `The following dependencies are missing: ${missing.join(', ')}`,
|
||||
iconName: icons.ui.warning,
|
||||
timeout: 7000,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user