From 79d1e9249c290b1f709a0179139be153ab2f63ba Mon Sep 17 00:00:00 2001 From: Ryan Kes Date: Thu, 11 Apr 2019 14:48:08 +0200 Subject: [PATCH] removed arch notification --- config_desktop.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/config_desktop.h b/config_desktop.h index af91d83..888f35d 100644 --- a/config_desktop.h +++ b/config_desktop.h @@ -83,9 +83,7 @@ static const struct arg args[] = { /*{ seperator, "\x19", NULL }, */ { temp, "\x1A  %s糖 ", "/sys/class/thermal/thermal_zone0/temp" }, /* { seperator, "\x1B", NULL }, */ - { run_command, "\x1C  %s ", "pacman -Qu | wc -l" }, - /* { seperator, "\x1D", NULL }, */ - { run_command, "\x1E  %s ", "notmuch count tag:unread and tag:inbox" }, - /* { seperator, "\x1F", NULL },*/ - { datetime, "\x06 﨟 %s", "%d-%m-%Y %T" }, + { run_command, "\x1C  %s ", "notmuch count tag:unread and tag:inbox" }, + /* { seperator, "\x1D", NULL },*/ + { datetime, "\x1E 﨟 %s", "%d-%m-%Y %T" }, };