summary refs log tree commit diff
path: root/home/.local/bin/notify-send
blob: 5630440dc792398fbbe737a32f527cf16d24103a (plain) (blame)
1
2
3
4
5
6
7
8
9
#!/usr/bin/osascript

on run argv
	if count of argv is 2 then
		display notification (item 2 of argv) with title (item 1 of argv)
	else
		display notification (item 1 of argv)
	end if
end run
templateJune McEnroe2019-11-06 | * Add uber messageJune McEnroe2019-11-01 | * Use sensitivity aliases in TF2June McEnroe2019-09-16 | * Unset executable on shell scriptsJune McEnroe2019-08-29 | * Add samba_mdns rc scriptJune McEnroe2019-08-28 | * Shell script style passJune McEnroe2019-07-27 | * Update Dark.terminalJune McEnroe2019-07-26 | | | | Why are the blobs so much bigger now? * Add common includes to AGPL templateJune McEnroe2019-07-06 | * Set sensitivity by slot in TF2June McEnroe2019-06-15 | * Remove gitea2mastodonJune McEnroe2019-02-12 | * Complete ASCII set of WIP serif8x16.psfJune McEnroe2019-01-22 | | | | Bad. * Add WIP serif8x16.psfJune McEnroe2019-01-22 | * Fix some symbols in sans8x16June McEnroe2019-01-16 | * Add sans8x16.psfJune McEnroe2019-01-15 | | | | The symbols are still really bad... * Bump copyright yearJune McEnroe2019-01-01 | * Add TF2 sensitivity bindsJune McEnroe2018-12-11 | * Add Go Mono variantsJune McEnroe2018-11-18 | * Add \l binding to insert AGPL commentJune McEnroe2018-11-14 | * Remove other building bindings for engineerJune McEnroe2018-10-27 | * Nice shot!June McEnroe2018-10-19 | * Add sans6x12June McEnroe2018-10-03 | * Fix ≈ glyph of sans6x8June McEnroe2018-10-03 | * Fill E0 through FE of sans6x10June McEnroe2018-10-03 | * Fill 03 through 1F of sans6x10June McEnroe2018-10-03 | * Fix ¼ glyph of sans6x8June McEnroe2018-10-03 | * Fill A6 through AF of sans6x10June McEnroe2018-10-03 | * Squish Ñ in sans6x10 consistentlyJune McEnroe2018-09-29 | * Add box drawing glyphs to sans6x10June McEnroe2018-09-29 | * Tweak sans6x8 shading blocksJune McEnroe2018-09-29 | * Fill 7F through A5 of sans6x10June McEnroe2018-09-29 | * Add sans6x10 basic glyphsJune McEnroe2018-09-28 | * Make sans6x8 double quote narrowerJune McEnroe2018-09-28 | * Add greek glyphs to sans6x8June McEnroe2018-09-28 | * Add png target in etc/psfJune McEnroe2018-09-28 | * Disable visual bell in light terminal profileJune McEnroe2018-09-28 | * Add sans6x8 PSF2 fontJune McEnroe2018-09-27 | * Map caps lock to escape on Linux console