From: Tucker Johnson Date: Fri, 23 May 2025 02:38:31 +0000 (-0400) Subject: update X-Git-Url: https://git.newer.systems/?a=commitdiff_plain;h=e12a5637b2b12bd955dee2df4dc43d3921cf9d55;p=dmenu.git update --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4c303b0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,30 @@ +# Object files +*.o +*.ko +*.obj +*.elf + +# Libraries +*.lib +*.a + +# Shared objects (inc. Windows DLLs) +*.dll +*.so +*.so.* +*.dylib + +# Executables +*.exe +*.out +*.app +*.i*86 +*.x86_64 +*.hex +/sent + +# vim +*.swp +*~ + +config.h diff --git a/dmenu b/dmenu index 8c4b2f3..ef88f8b 100755 Binary files a/dmenu and b/dmenu differ diff --git a/dmenu-scripts/dm-streamselect b/dmenu-scripts/dm-streamselect index d6895f8..dd0e4b2 100755 --- a/dmenu-scripts/dm-streamselect +++ b/dmenu-scripts/dm-streamselect @@ -2,7 +2,7 @@ streamList=" audio: WXXI Classical (Rochester Classical Radio) link:https://22213.live.streamtheworld.com/WXXIFM.mp3 -video: Hasan Piker link:https://twitch.tv/hasanabi +audio: Fox Sports 1280 link:https://worldradiomap.com/us-ny/play/whtk_live " selected=$(echo "$streamList" | grep -P "^$(echo "$streamList" | grep "https:" | sed 's/link:.*//g' | dmenu -i -p "Select a Stream" -l 20 | awk '{print $1}')\s") diff --git a/stest b/stest index d5b85fb..5dfee7f 100755 Binary files a/stest and b/stest differ