6 lines
158 B
Bash
Executable File
6 lines
158 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# omarchy:summary=Show the current weather notification
|
|
|
|
omarchy-notification-send -g $(omarchy-weather-icon) -u low "$(omarchy-weather-status)"
|