]> git.newer.systems - dmenu.git/commitdiff
update
authorTucker Johnson <tucker@newer.systems>
Fri, 23 May 2025 02:38:31 +0000 (22:38 -0400)
committerTucker Johnson <tucker@newer.systems>
Fri, 23 May 2025 02:38:31 +0000 (22:38 -0400)
.gitignore [new file with mode: 0644]
dmenu
dmenu-scripts/dm-streamselect
stest

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..4c303b0
--- /dev/null
@@ -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 8c4b2f32e6b71eb9d4707dbaa6d631a2ed54bb51..ef88f8bcd819d0d7f3cbcc9c33306dbdde75ab41 100755 (executable)
Binary files a/dmenu and b/dmenu differ
index d6895f8bd02d1b2bbbe1117b7849ad0fe7a35be3..dd0e4b2af8a71969dbb841386a7e0c4a3427c1c4 100755 (executable)
@@ -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 d5b85fb4ff3dbaab6200a43d0c128f686bd004ed..5dfee7f1462a5e6327835d4c4de60f978f6e020a 100755 (executable)
Binary files a/stest and b/stest differ