Changes
This commit is contained in:
3
lib/spawn_toast.rb
Normal file
3
lib/spawn_toast.rb
Normal file
@@ -0,0 +1,3 @@
|
||||
def spawn_toast(title, text, seconds)
|
||||
`kdialog --title "#{title}" --passivepopup "#{text}" #{seconds}`
|
||||
end
|
Reference in New Issue
Block a user