Compare commits

..

3 Commits

Author SHA1 Message Date
d70b0f9d5e submodule changes 2026-06-01 19:53:26 +01:00
136f861645 fixed old exec statements 2026-06-01 19:51:53 +01:00
2fb46b4bb9 added notification history 2026-06-01 19:51:43 +01:00
4 changed files with 13 additions and 4 deletions

View File

@@ -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"

View File

@@ -28,7 +28,7 @@
"format": "󰂲",
"format-connected": "󰂱",
"tooltip-format": "{status} - {device_alias}",
"on-click": "blueman-manager"
"on-click": "kitty --class otter --title otter-launcher -e sh -c 'sleep 0.05 && otter-launcher bl'"
},
"battery": {
"format": "{icon} {capacity}%",
@@ -47,7 +47,7 @@
},
"custom/notifs": {
"format": "",
"on-click": "swaync-client --open-panel"
"on-click": "kitty --class otter --title otter-launcher -e sh -c 'sleep 0.05 && otter-launcher dunst'"
},
"memory": {
"format": " {percentage}%",