diff options
| author | Robert Günzler <r@gnzler.io> | 2026-02-10 12:32:48 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2026-02-10 12:41:25 +0100 |
| commit | 63feeb9f369fc6176e85c1c2d8fcc863caad1946 (patch) | |
| tree | 41cd5d2d1ec36e74e464caab722cc9b460153f04 /.config/senpai | |
| parent | 5bd0a4aca65ecb9818ef1285982d160b6b6ff665 (diff) | |
start new
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to '.config/senpai')
| -rwxr-xr-x | .config/senpai/highlight | 14 | ||||
| -rw-r--r-- | .config/senpai/senpai.scfg | 9 |
2 files changed, 0 insertions, 23 deletions
diff --git a/.config/senpai/highlight b/.config/senpai/highlight deleted file mode 100755 index 810a145..0000000 --- a/.config/senpai/highlight +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh -escape() { - printf "%s" "$1" | sed 's#\\#\\\\#g' -} -# FOCUS=$(swaymsg -t get_tree | jq '..|objects|select(.focused==true)|.app_id' | grep -c senpai) -# if [ "$HERE" -eq 0 ] || [ "$FOCUS" -eq 0 ]; then -# notify-send "[$BUFFER] $SENDER" "$(escape "$MESSAGE")" -# fi -notify-send \ - -a senpai \ - -i "$(iconez -n message-reply-text-outline)" \ - -c audible \ - "[$BUFFER] $SENDER" \ - "$(escape "$MESSAGE")" diff --git a/.config/senpai/senpai.scfg b/.config/senpai/senpai.scfg deleted file mode 100644 index 042c58d..0000000 --- a/.config/senpai/senpai.scfg +++ /dev/null @@ -1,9 +0,0 @@ -address chat.sr.ht - -username robertgzr@hibiki -nickname robertgzr -password-cmd pass show irc/chat.sr.ht - -pane-widths { - nicknames 12 -} |