I don't know why. Just move on.

This commit is contained in:
coolnsx
2024-05-14 16:45:28 +05:30
parent 19a2f9f1e7
commit 95b3b0b284
7 changed files with 43 additions and 51 deletions

View File

@@ -32,7 +32,7 @@ info_droid() {
}
info_linux() {
notify-send "$1" -r '10' -i "$2" $3
notify-send -e "$1" -r '10' -i "$2" $3
}
error_droid() {
@@ -40,7 +40,7 @@ error_droid() {
}
error_linux() {
notify-send -u "critical" "$1" -r '10'
notify-send -e -u "critical" "$1" -r '10'
}
player_droid() {