You are not logged in.

#1 2021-12-22 02:05:16

Dominik
Member
Registered: 2021-12-21
Posts: 18

Looking for a notification center type package. Suggestions?

Hi all,

I hope this an acceptable place for this type of question.

My current arch setup is i3wm + polybar + dunst for notifications. I've recently been struggling with "old" notifications and don't have an easy way to see my history of notifications from dunst. Any suggestions? Are there any nice packages out there? All of my searches came up blank.

I know I can use

dunstctl history

and get all the raw information. I know I could write some script to parse through this, maybe pass it into dmenu or something. If this already exists though I am all ears.

I appreciate any input.

Offline

#2 2021-12-22 21:52:45

Tarqi
Member
From: Ixtlan
Registered: 2012-11-27
Posts: 179
Website

Re: Looking for a notification center type package. Suggestions?

Quick'n dirty bash:

while read; do dunstctl history-pop; done <<<$(dunstctl history|grep '"id" :')

Last edited by Tarqi (2021-12-23 00:02:33)


Knowing others is wisdom, knowing yourself is enlightenment. ~Lao Tse

Offline

Board footer

Powered by FluxBB