Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nwg-piotr committed Oct 25, 2024
1 parent c940139 commit c0eb096
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,16 @@ If the search box is not empty, and you press Enter, the search box content will
If the result is not an error, it will be displayed in a small window, and copied to the clipboard with wl-copy.
Press any key to close the window.

You may change the result label styling e.g. like this:

```css
/* math operation result label */
#math-label {
font-weight: bold;
font-size: 16px
}
```

## Credits

This program uses some great libraries:
Expand Down

0 comments on commit c0eb096

Please sign in to comment.