Update logged_in needles for color shell prompt

The color shell prompt feature just got applied to VTs in Rawhide.
That broke...everything. Here, new needles!

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2024-01-25 16:15:51 -08:00
parent afaa8284d9
commit c9a5f67d21
6 changed files with 68 additions and 0 deletions

View File

@ -0,0 +1,25 @@
{
"area": [
{
"ypos": 160,
"xpos": 1,
"height": 16,
"width": 38,
"type": "match"
},
{
"type": "match",
"width": 10,
"height": 14,
"xpos": 104,
"ypos": 161
}
],
"properties": [],
"tags": [
"root_logged_in",
"root_console",
"ENV-DISTRI-fedora",
"ENV-FLAVOR-server"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

@ -0,0 +1,25 @@
{
"area": [
{
"type": "match",
"width": 38,
"ypos": 160,
"height": 16,
"xpos": 1
},
{
"width": 10,
"type": "match",
"xpos": 128,
"height": 14,
"ypos": 161
}
],
"properties": [],
"tags": [
"root_logged_in",
"root_console",
"ENV-DISTRI-fedora",
"ENV-FLAVOR-server"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -0,0 +1,18 @@
{
"area": [
{
"width": 16,
"type": "match",
"height": 14,
"xpos": 130,
"ypos": 145
}
],
"properties": [],
"tags": [
"user_logged_in",
"user_console",
"ENV-DISTRI-fedora",
"ENV-FLAVOR-server"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB