5 lines
97 B
Bash
5 lines
97 B
Bash
#!/bin/bash
|
|
export GDK_DESKTOP_ID="weather-waybar.desktop"
|
|
python3 ~/.local/bin/get_location.py
|
|
|