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:
parent
344d406452
commit
98879c2c66
3 changed files with 30 additions and 23 deletions
BIN
releasenotes/1.7.0/background-image.png
Normal file
BIN
releasenotes/1.7.0/background-image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 132 KiB |
|
@ -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.
|
||||||
|
|
BIN
releasenotes/1.7.0/rofi-icons.png
Normal file
BIN
releasenotes/1.7.0/rofi-icons.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 228 KiB |
Loading…
Reference in a new issue