save point
This commit is contained in:
parent
795f72db03
commit
d60d417579
9 changed files with 48 additions and 1 deletions
7
modules/gui.bash
Normal file
7
modules/gui.bash
Normal file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Function to show a notification using zenity
|
||||
show_notification() {
|
||||
local message="$1"
|
||||
zenity --info --text="$message" --title="Notification"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue