Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pukmajster committed Apr 7, 2021
1 parent cdf03a8 commit 8b0a703
Showing 1 changed file with 30 additions and 15 deletions.
45 changes: 30 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,51 +9,66 @@ Here is an example of a valid Bunker configuration. Invalid JSON will be blocked

To remove the "Steam Games" section of the sidebar, simply remove the "steamGames" key.
The "logoHash" attribute of games can be found on https://steamdb.info/.
sidebar.useFaviconKit switches from google's S2 to FaviconKit for fetching favicons.

```
{
"bookmarks": [
{
"category": "Social Media",
"bookmarks": [
{ "label": "Facebook", "url": "https://www.facebook.com" },
{ "label": "Messenger", "url": "https://www.messenger.com" },
{ "label": "Instagram", "url": "https://www.instagram.com" }
{ "label": "Facebook", "url": "https://www.facebook.com" },
{ "label": "Messenger", "url": "https://www.messenger.com" },
{ "label": "Instagram", "url": "https://www.instagram.com" },
{ "label": "Reddit", "url": "https://www.reddit.com" },
{ "label": "Twitter", "url": "https://www.twitter.com" }
]
},
{
"category": "Entertainment",
"bookmarks": [
{ "label": "YouTube", "url": "https://www.youtube.com" },
{ "label": "Twitch", "url": "https://www.twitch.com" }
{ "label": "YouTube", "url": "https://www.youtube.com" },
{ "label": "Twitch", "url": "https://www.twitch.com" }
]
}
],
"bookmarkOptions": {
"alwaysOpenInNewTab": true,
"useFaviconKit": false
},
"steamGames": [
{ "id": 730, "title": "Counter-Strike: Global Offensive", "logoHash": "d1159d1a4d0e18da4d74f85dbb4934d7a92ace2b" },
{ "id": 550, "title": "Left 4 Dead 2", "logoHash": "1a8d50f6078b5d023582ea1793b0e53813d57b7f" }
{ "id": 730, "title": "Counter-Strike: Global Offensive", "logoHash": "d1159d1a4d0e18da4d74f85dbb4934d7a92ace2b" }
],
"voiceRecognitionLanguage": "en-US",
"sidebar": {
"idleOpacity": 0.06
},
"voiceReg": {
"enabled": true,
"language": "en-US"
},
"glass": {
"background": "rgba(43,43,43, 0.25)",
"backgroundHover": "rgba(47, 43, 48, 0.35)",
"blur": 30
"background": "rgba(47, 43, 48, 0.568)",
"backgroundHover": "rgba(47, 43, 48, 0.568)",
"editorBackground": "rgba(0,0,0, 0.868)",
"blur": 0
},
"background": {
"url": "https://cdn.hipwallpaper.com/i/65/76/HErnXq.jpg",
"url": "https://wallpaperaccess.com/full/7285.jpg",
"snow": {
"enabled": false,
"count": 200
},
"mist": {
"enabled": true,
"opacity": 6
"enabled": false,
"opacity": 5
},
"css": "filter: blur(3px) saturate(100%); transform: scale(1.1); opacity: .65"
"css": "filter: blur(0px) saturate(150%); transform: scale(1.1); opacity: 1"
}
}
```
Expand Down

0 comments on commit 8b0a703

Please sign in to comment.