Include clipboard management in waybar
This commit is contained in:
parent
e932a1dd40
commit
7a77ab8abb
2 changed files with 15 additions and 1 deletions
|
|
@ -20,6 +20,7 @@
|
|||
],
|
||||
"modules-right": [
|
||||
"clock",
|
||||
"custom/cliphist",
|
||||
"custom/dnd",
|
||||
"privacy",
|
||||
"idle_inhibitor",
|
||||
|
|
@ -230,5 +231,13 @@
|
|||
"format": "⏻",
|
||||
"tooltip": false,
|
||||
"on-click": "$HOME/.config/sway/power-menu"
|
||||
},
|
||||
"custom/cliphist": {
|
||||
"format": " {text}",
|
||||
"interval": 30,
|
||||
"exec": "cliphist list | wc -l",
|
||||
"on-click": "cliphist list | wofi -S dmenu | cliphist decode | wl-copy",
|
||||
"on-click-middle": "cliphist list | wofi -S dmenu | cliphist delete",
|
||||
"on-click-right": "cliphist wipe"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue