rbw username script
This commit is contained in:
parent
20808b19e1
commit
9bc8a4c323
1 changed files with 13 additions and 0 deletions
|
|
@ -57,6 +57,19 @@ in {
|
||||||
hotkeys = [{key = "P";}];
|
hotkeys = [{key = "P";}];
|
||||||
install = false;
|
install = false;
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
name = "bwusernamemenu";
|
||||||
|
text = ''
|
||||||
|
items="$(rbw list)"
|
||||||
|
echo "$items" | ${my-deps.menu} | xargs -I_ rbw get --field username _ \
|
||||||
|
| awk '{print $2}' | wl-copy
|
||||||
|
'';
|
||||||
|
hotkeys = [{
|
||||||
|
modifier = "${modifier}_CONTROL";
|
||||||
|
key = "P";
|
||||||
|
}];
|
||||||
|
install = false;
|
||||||
|
}
|
||||||
{
|
{
|
||||||
name = "bwotpmenu";
|
name = "bwotpmenu";
|
||||||
text = ''
|
text = ''
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue