From fed1aefbac70b13f719a52380210cb0cb28d2126 Mon Sep 17 00:00:00 2001
From: Joe <rrbo@proton.me>
Date: Wed, 8 Mar 2023 17:24:07 +0100
Subject: up

---
 .config/dunst/dunstrc |  6 +++---
 .local/bin/tmp_os.sh  | 14 --------------
 2 files changed, 3 insertions(+), 17 deletions(-)
 delete mode 100755 .local/bin/tmp_os.sh

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
-- 
cgit v1.2.3