improvements
authorIan Kelling <ian@iankelling.org>
Fri, 15 Sep 2023 23:34:53 +0000 (19:34 -0400)
committerIan Kelling <ian@iankelling.org>
Fri, 15 Sep 2023 23:34:53 +0000 (19:34 -0400)
brc
i3-sway/i3.conf
pkgs
subdir_files/.local/share/konsole/profileian.profile

diff --git a/brc b/brc
index 4e02122cccc6f72ae3d3acf9b882783b692ec455..5e8776de929ba02c83b63df934724fa29561b49e 100644 (file)
--- a/brc
+++ b/brc
@@ -1751,14 +1751,14 @@ mkdir() { command mkdir -p "$@"; }
 
 nags() {
   # https://github.com/HenriWahl/Nagstamon/issues/357
-  if ! pgrep -f /usr/lib/notification-daemon/notification-daemon >/dev/null; then
-    /usr/lib/notification-daemon/notification-daemon &
+  if ! pgrep -f /usr/bin/dunst >/dev/null; then
+    /usr/bin/dunst &
   fi
   /usr/bin/nagstamon &
 }
 prof() {
-  if ! pgrep -f /usr/lib/notification-daemon/notification-daemon >/dev/null; then
-    /usr/lib/notification-daemon/notification-daemon &
+  if ! pgrep -f /usr/bin/dunst >/dev/null; then
+    /usr/bin/dunst &
   fi
   profanity "$@"
 }
index 32e2678bd183e0ff01efdfa74c4031fe1d030e95..ef38ff32ae8b9ff1c184faa4355366a99b6bd737 100644 (file)
@@ -16,7 +16,7 @@ status_command          /usr/local/bin/myi3status
 font pango:monospace 18
 
 # i have no need for the tray icons so far
-tray_output none
+tray_output primary
 
 # this display is interesting, but I don't use it.
 # if I forget which workspace I'm in, I just tend to
diff --git a/pkgs b/pkgs
index efa794588610a510ae304ca2a71010033a27ceee..198dda601a0fc9e3c3ac00232f72b938f456d583 100644 (file)
--- a/pkgs
+++ b/pkgs
@@ -106,6 +106,7 @@ p3=(
   dos2unix
   dosfstools
   dnsutils
+  dunst
   python3-dnspython
   # better du in t11+
   duf
index ed3f64bfeddb2d532d0c76d5cfddc30678704eb1..25760ace605da3836bf41f330114a71552f2f8e5 100644 (file)
@@ -1,5 +1,5 @@
 [Appearance]
-ColorScheme=Linux
+ColorScheme=BlackOnRandomLight
 Font=DejaVu Sans Mono,12,-1,5,50,0,0,0,0,0
 
 [General]