[DOC] More releasenotes updates.

This commit is contained in:
Dave Davenport 2021-08-15 15:15:53 +02:00
parent 9f95640d80
commit 46889ee543
3 changed files with 30 additions and 23 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 132 KiB

View File

@ -34,29 +34,6 @@ configuration {
}
```
## Clickable button and icons
```css
icon-paste {
expand: false;
filename: "gtk-paste";
size: 24;
vertical-align: 0.5;
action: "kb-primary-paste";
}
```
```css
button-paste {
expand: false;
content: "My Clickable Message";
vertical-align: 0.5;
action: "kb-primary-paste";
}
```
## File Completion
@ -86,6 +63,36 @@ element {
}
```
The below screenshot shows both background image and gradients.
![background image](./background-image.png)
## Clickable button and icons
```css
icon-paste {
expand: false;
filename: "gtk-paste";
size: 24;
vertical-align: 0.5;
action: "kb-primary-paste";
}
```
```css
button-paste {
expand: false;
content: "My Clickable Message";
vertical-align: 0.5;
action: "kb-primary-paste";
}
```
The screenshot below shows a non-squared image and clickable buttons (the close icon in the top right)
![rofi icons](./rofi-icons.png)
# Changelog
* ADD: -steal-focus option.

Binary file not shown.

After

Width:  |  Height:  |  Size: 228 KiB