mirror of
https://github.com/CoolnsX/repos_scripts.git
synced 2025-12-20 07:15:20 +05:30
I don't know why. Just move on.
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user