From 110af45c7f752203344f1578302be6c9103fd851 Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Fri, 15 Sep 2023 19:34:53 -0400 Subject: [PATCH] improvements --- brc | 8 ++++---- i3-sway/i3.conf | 2 +- pkgs | 1 + subdir_files/.local/share/konsole/profileian.profile | 2 +- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/brc b/brc index 4e02122..5e8776d 100644 --- 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 "$@" } diff --git a/i3-sway/i3.conf b/i3-sway/i3.conf index 32e2678..ef38ff3 100644 --- a/i3-sway/i3.conf +++ b/i3-sway/i3.conf @@ -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 efa7945..198dda6 100644 --- a/pkgs +++ b/pkgs @@ -106,6 +106,7 @@ p3=( dos2unix dosfstools dnsutils + dunst python3-dnspython # better du in t11+ duf diff --git a/subdir_files/.local/share/konsole/profileian.profile b/subdir_files/.local/share/konsole/profileian.profile index ed3f64b..25760ac 100644 --- a/subdir_files/.local/share/konsole/profileian.profile +++ b/subdir_files/.local/share/konsole/profileian.profile @@ -1,5 +1,5 @@ [Appearance] -ColorScheme=Linux +ColorScheme=BlackOnRandomLight Font=DejaVu Sans Mono,12,-1,5,50,0,0,0,0,0 [General] -- 2.30.2