summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.config/abook/abookrc2
-rw-r--r--.config/dunst/dunstrc6
-rwxr-xr-x.local/bin/status/sb-net3
3 files changed, 7 insertions, 4 deletions
diff --git a/.config/abook/abookrc b/.config/abook/abookrc
index d47bf19..a6d78a0 100644
--- a/.config/abook/abookrc
+++ b/.config/abook/abookrc
@@ -21,7 +21,7 @@ set color_tab_border_fg = yellow
set color_tab_border_bg = default
set color_tab_label_fg = red
set color_tab_label_bg = default
-set color_field_name_fg = red
+set color_field_name_fg = yellow
set color_field_name_bg = default
set color_field_value_fg = green
set color_field_value_bg = default
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc
index fd9c760..655f6b0 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/status/sb-net b/.local/bin/status/sb-net
index 2cc07da..6a3256b 100755
--- a/.local/bin/status/sb-net
+++ b/.local/bin/status/sb-net
@@ -1,6 +1,9 @@
#!/bin/sh
# if ifconfig | grep -F ' active' >/dev/null; then
+if ifconfig | grep '^tun' >/dev/null 2>&1; then
+ echo -n "歷 "
+fi
if ! ping -q -c1 -t1 8.8.8.8 >/dev/null 2>&1; then
echo " "
return