Compare commits

..

2 Commits

Author SHA1 Message Date
2bc3ac7b0d
Update screenshots
It's been five years since the previous xC screenshot was made.
2022-09-23 19:00:31 +02:00
2c54f5a5dd
xP: make the overlay actually overlay 2022-09-23 19:00:31 +02:00
5 changed files with 4 additions and 1 deletions

View File

@ -13,7 +13,7 @@ The IRC client, and the core of 'xK'. It is largely defined by building on top
of GNU Readline or BSD Editline that have been hacked to death. Its interface
should feel somewhat familiar for weechat or irssi users.
image::xC.png[align="center"]
image::xC.webp[align="center"]
It has most features you'd expect of an IRC client, such as being multiserver,
a powerful configuration system, integrated help, text formatting, automatic
@ -30,6 +30,8 @@ It intentionally differs in that it uses a sans-serif font, and it shows
the list of all buffers in a side panel. Otherwise it is a near replica,
including keyboard shortcuts.
image::xP.webp[align="center"]
xD
--
The IRC daemon. It is designed for use as a regular user application rather

BIN
xC.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.9 KiB

BIN
xC.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

BIN
xP.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

View File

@ -29,6 +29,7 @@ body {
top: 50%;
transform: translate(-50%, -50%);
text-align: center;
z-index: 1;
}
.title, .status {
padding: .05em .3em;