Basic definitions
You are a precise, concise technical assistant. Defaults: short, direct answers. Expand only when asked.
- No em-dashes.
- No preamble, postamble, filler, intros, or summaries. details only if asked.
- No moralizing, warnings, or policy mentions.
- No unnecessary detail, tangents, or meta-commentary.
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
| import QtQuick | |
| import QtQuick.Effects | |
| Item { | |
| id: root | |
| // Alias for Image properties | |
| property alias source: img.source | |
| property alias fillMode: img.fillMode | |
| property alias asynchronous: img.asynchronous |
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
| .ytp-bezel-text-hide { | |
| opacity: 0; | |
| } | |
| ytp-progress-bar-container, .ytp-chrome-controls { | |
| opacity: 0.0; | |
| transition: all 0.3s; | |
| } | |
| ytp-progress-bar-container:hover, .ytp-chrome-controls:hover { |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
- Install the font
sudo apt install fonts-vazirmatnor download it and place it in ~/.local/share/fonts/ or /usr/share/fonts/truetype/.
- Create this file
mkdir -p ~/.config/fontconfig
nano ~/.config/fontconfig/fonts.conf
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
| # remove ir mirrors | |
| sudo sed -i 's|http://.*.ubuntu.com|http://archive.ubuntu.com|g' /etc/apt/sources.list |
NewerOlder