my bpd is killing me again

This commit is contained in:
2025-07-07 14:30:33 +03:00
parent 11414c9a8c
commit 8630d7ca37
19 changed files with 121 additions and 28 deletions

View File

@@ -53,10 +53,10 @@ const debug: boolean = false as false | true;
if (debug === true) {
splashes.forEach(async (a) => {
execSync(`notify-send "Sveicināti Hyprland!" "${a}"`);
execSync(`notify-send "Welcome to Hyprland!" "${a}"`);
});
} else {
const randomSplash = chooseRandom(splashes);
execSync(`notify-send "Sveicināti Hyprland!" "${randomSplash}"`);
execSync(`notify-send "Welcome to Hyprland!" "${randomSplash}"`);
}