Update cheatsheets

This commit is contained in:
ivuorinen
2025-04-20 00:20:58 +00:00
parent 846fc1563d
commit a360d4dc45
153 changed files with 493 additions and 434 deletions

View File

@@ -14,12 +14,12 @@ source: https://github.com/tldr-pages/tldr.git
- Show a notification with a custom icon:
`notify-send -i {{icon.png}} "{{Test}}" "{{This is a test}}"`
`notify-send {{[-i|--icon]}} {{icon.png}} "{{Test}}" "{{This is a test}}"`
- Show a notification for 5 seconds:
`notify-send -t 5000 "{{Test}}" "{{This is a test}}"`
`notify-send {{[-t|--expire-time]}} 5000 "{{Test}}" "{{This is a test}}"`
- Show a notification with an app's icon and name:
`notify-send "{{Test}}" --icon={{google-chrome}} --app-name="{{Google Chrome}}"`
`notify-send "{{Test}}" {{[-i|--icon]}} {{google-chrome}} {{[-a|--app-name]}} "{{Google Chrome}}"`