added notification history
This commit is contained in:
@@ -93,6 +93,15 @@ with_argument = true
|
||||
url_encode = true
|
||||
unbind_proc = true
|
||||
|
||||
[[modules]]
|
||||
description = "notify"
|
||||
prefix = "dunst"
|
||||
cmd = """
|
||||
hyprctl dispatch 'hl.dsp.window.resize({x = 800, y = 500, window = activewindow})' &&
|
||||
hyprctl dispatch 'hl.dsp.window.center({window = activewindow})'&&
|
||||
dunstctl history | jq -r '.data[][] | [.appname.data, .summary.data, .body.data] | join(" — ")' | fzf
|
||||
"""
|
||||
|
||||
[[modules]]
|
||||
description = "open folder"
|
||||
prefix = "path"
|
||||
|
||||
Reference in New Issue
Block a user