This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # !bin/bash | |
| # to test apps that require gpu acceleration, pass through the gpu devices using: | |
| # (please note this should be used with the docker "--security-opt" flag to control | |
| # sys calls and prevent privilege escalation attacks) | |
| # --device /dev/dri --device /dev/kfd | |
| # to test apps that require sound output, pass through sound devices using: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ! 22 Aug 2024 https://www.youtube.com | |
| www.youtube.com##.ytd-rich-section-renderer.style-scope > .ytd-rich-shelf-renderer.style-scope | |
| www.youtube.com##.style-default.ytd-topbar-menu-button-renderer.style-scope | |
| www.youtube.com##.yt-spec-touch-feedback-shape--overlay-touch-response.yt-spec-touch-feedback-shape > .yt-spec-touch-feedback-shape__fill | |
| www.youtube.com###header > .ytd-rich-grid-renderer.style-scope | |
| www.youtube.com###container > .yt-chip-cloud-renderer.style-scope | |
| www.youtube.com##ytd-reel-shelf-renderer.ytd-item-section-renderer.style-scope | |
| www.youtube.com###chat-container | |
| www.youtube.com##ytd-mini-guide-entry-renderer.ytd-mini-guide-renderer.style-scope:nth-of-type(2) | |
| www.youtube.com##ytd-mini-guide-entry-renderer.ytd-mini-guide-renderer.style-scope:nth-of-type(3) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "Yaru Dark", | |
| "author": "Monty", | |
| "palette": { | |
| "text": "#f5f5f5", | |
| "textActive": "#ffffff", | |
| "textDisabled": "#b3b3b3", | |
| "borders": "#404040", | |
| "bgPanel": "#343434", | |
| "bgPanelHover": "#3a3a3a", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| :root { | |
| --tab-border-radius: 6px !important; | |
| --toolbarbutton-border-radius: 6px !important; | |
| --toolbarbutton-inner-padding: 6px !important; | |
| } | |
| toolbar { | |
| --toolbarbutton-inner-padding: 6px !important; | |
| } |