diff options
author | awy <awy@awy.one> | 2025-07-30 20:28:04 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-07-30 20:28:04 +0300 |
commit | bd77fbce81efc16fc91dd7cc9d9807e27d70d064 (patch) | |
tree | 1af91789a564e8390563e134dec809b7f1f6c5cc /.local/bin/statusbar/sb-doppler | |
parent | bde37c9e56a339b7970f4b300488f053406000ef (diff) | |
download | hyprdots-bd77fbce81efc16fc91dd7cc9d9807e27d70d064.tar.gz |
rofi
Diffstat (limited to '.local/bin/statusbar/sb-doppler')
-rwxr-xr-x | .local/bin/statusbar/sb-doppler | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/statusbar/sb-doppler b/.local/bin/statusbar/sb-doppler index 1930752..e495510 100755 --- a/.local/bin/statusbar/sb-doppler +++ b/.local/bin/statusbar/sb-doppler @@ -199,7 +199,7 @@ DE: SHH: Schleswig-Holstein DE: SHH: Hamburg DE: THU: Thuringia NL: The Netherlands -RU: Russian Federation" | mew -i -l 50 -p "Select a radar to use as default:")" +RU: Russian Federation" | rofi -dmenu -i -l 50 -p "Select a radar to use as default:")" # Ensure user did not escape. [ -z "$chosen" ] && exit 1 |