This commit is contained in:
2025-05-15 11:44:02 -05:00
parent ee7c4c9560
commit fad2223495
8 changed files with 113 additions and 36 deletions

3
lib/spawn_toast.rb Normal file
View File

@@ -0,0 +1,3 @@
def spawn_toast(title, text, seconds)
`kdialog --title "#{title}" --passivepopup "#{text}" #{seconds}`
end