Skip to content

Commit

Permalink
Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mtxr committed Jun 25, 2018
1 parent 6671fbb commit 15c4884
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,33 @@ websearch:
# on your system. You can specify absolute path to an image file as well,
# e.g. `/home/me/.projektor/google.png`
icon: web-browser
ui:
# use as a string. In a near future it will be proportinal to screen size (%)
width: "600"
height: "300"
```
Projektor styles should be placed at `~/.projektor/styles.css`.

Here's is de default style:

```css
GtkEntry {
background-image: none;
border: none;
box-shadow: none;
font-size: 12pt;
}
GtkTreeView {
background-color: transparent;
font-size: 8pt;
}
GtkTreeView:selected {
background-color: rgba(0,0,0,0.1);
}
GtkTreeView.cell {
padding: 6px 3px;
}
```


0 comments on commit 15c4884

Please sign in to comment.