summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.config/dunst/dunstrc6
-rwxr-xr-x.local/bin/tmp_os.sh14
2 files changed, 3 insertions, 17 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc
index bf5acf9..24b11c7 100644
--- a/.config/dunst/dunstrc
+++ b/.config/dunst/dunstrc
@@ -113,9 +113,9 @@
# NOTE: It might be helpful to run dunst -print in a terminal in order
# to find fitting options for rules.
-[espeak] # >shutup
- summary = "*" # >shutup
- script = /home/jozan/.local/bin/dunst_espeak.sh # >shutup
+#[espeak] # >shutup
+# summary = "*" # >shutup
+# script = /home/jozan/.local/bin/dunst_espeak.sh # >shutup
#[script-test]
# summary = "*script*"
diff --git a/.local/bin/tmp_os.sh b/.local/bin/tmp_os.sh
deleted file mode 100755
index ad0be7f..0000000
--- a/.local/bin/tmp_os.sh
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-tmpfile=/tmp/os
-os="$(uname)"
-
-if [ "$os" = "Linux" ]; then
- grep "Artix" /etc/issue >/dev/null 2>&1 && os=1 || os=2
-elif [ "$os" = "FreeBSD" ]; then
- os=3
-else
- echo "unknown OS"
- exit 1
-fi
-echo -n $os >$tmpfile