Compare commits
3 Commits
488d02b971
...
d70b0f9d5e
| Author | SHA1 | Date | |
|---|---|---|---|
| d70b0f9d5e | |||
| 136f861645 | |||
| 2fb46b4bb9 |
Submodule .config/hypr updated: e2efc2290c...203ea1b91c
Submodule .config/nvim updated: 3ad87440a0...0ad3049af0
@@ -93,6 +93,15 @@ with_argument = true
|
|||||||
url_encode = true
|
url_encode = true
|
||||||
unbind_proc = 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]]
|
[[modules]]
|
||||||
description = "open folder"
|
description = "open folder"
|
||||||
prefix = "path"
|
prefix = "path"
|
||||||
|
|||||||
@@ -28,7 +28,7 @@
|
|||||||
"format": "",
|
"format": "",
|
||||||
"format-connected": "",
|
"format-connected": "",
|
||||||
"tooltip-format": "{status} - {device_alias}",
|
"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": {
|
"battery": {
|
||||||
"format": "{icon} {capacity}%",
|
"format": "{icon} {capacity}%",
|
||||||
@@ -47,7 +47,7 @@
|
|||||||
},
|
},
|
||||||
"custom/notifs": {
|
"custom/notifs": {
|
||||||
"format": "",
|
"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": {
|
"memory": {
|
||||||
"format": " {percentage}%",
|
"format": " {percentage}%",
|
||||||
|
|||||||
Reference in New Issue
Block a user