diff options
| author | EuAndreh <eu@euandre.org> | 2023-09-29 15:02:46 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2023-09-29 15:02:46 -0300 |
| commit | 833b6ac292e77828fcbeb171073ae13e0ebe84ad (patch) | |
| tree | 88596b899ab980c899e2db2ea91b44cdd4d89e4a /etc | |
| parent | etc/sh/rc: Force prefix $PATH with setuid programs first (diff) | |
| download | dotfiles-833b6ac292e77828fcbeb171073ae13e0ebe84ad.tar.gz dotfiles-833b6ac292e77828fcbeb171073ae13e0ebe84ad.tar.xz | |
etc/guix/home.scm: Remove {subtitle} from tg notify-send(1) command
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/guix/home.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/guix/home.scm b/etc/guix/home.scm index 4059b5f..5b180f1 100644 --- a/etc/guix/home.scm +++ b/etc/guix/home.scm @@ -446,7 +446,7 @@ libraries/software/operating systems (("API_HASH = .*") "API_HASH = os.getenv(\"TG_API_HASH\")\n") (("NOTIFY_CMD = .*") - "NOTIFY_CMD = \"notify-send -a tg -i {icon_path} {title} '{subtitle}|{msg}'\"\n") + "NOTIFY_CMD = \"notify-send -a tg -i {icon_path} {title} '{msg}'\"\n") (("LONG_MSG_CMD = .*") "LONG_MSG_CMD = \"vi {file_path}\"\n"))))))) (native-inputs |
