1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-11 13:50:48 -05:00

[DOC] More releasenotes updates.

This commit is contained in:
Dave Davenport 2021-08-15 15:15:53 +02:00 committed by Dave Davenport
parent 344d406452
commit 98879c2c66
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 ## 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 # Changelog
* ADD: -steal-focus option. * ADD: -steal-focus option.

Binary file not shown.

After

Width:  |  Height:  |  Size: 228 KiB