This draft try to define generic icon names for Fcitx, IBus, SCIM. So they can be visualized seemlessly in any desktop environment, with less efforts.
Some icons names already available:
- input-keyboard
- input-keyboard-virtual
| // ==UserScript== | |
| // @name Goofish Clicks | |
| // @namespace http://tampermonkey.net/ | |
| // @version 2024-09-15 | |
| // @description try to take over the world! | |
| // @author You | |
| // @match https://*.goofish.com/* | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=www.goofish.com | |
| // @grant none | |
| // ==/UserScript== |
| "LD_* scout runtime" information: | |
| { | |
| "steam-runtime-system-info" : { | |
| "version" : "0.20240916.0+srt1", | |
| "path" : "/home/guo/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/bin/steam-runtime-system-info" | |
| }, | |
| "can-write-uinput" : true, | |
| "steam-installation" : { | |
| "path" : "/home/guo/.local/share/Steam", | |
| "data_path" : "/home/guo/.local/share/Steam", |
| // ==UserScript== | |
| // @name Fuck Unsplash+ | |
| // @namespace https://guoyunhe.me/ | |
| // @version 0.1 | |
| // @description Remove Unsplash+ shit from Unsplash | |
| // @author Guo Yunhe | |
| // @match https://unsplash.com/* | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=unsplash.com | |
| // @grant none | |
| // ==/UserScript== |
| #!/usr/bin/env bash | |
| # bash <(wget -nv -O - https://gist.github.com/guoyunhe/cd3322f7932b488aee08862eeda84ee1/vendor_bundle.sh) | |
| echo Test |
| // Good: don't break inside blocks, elements or modifiers | |
| .my-button { | |
| &__icon-left { | |
| // | |
| } | |
| &__icon-right { | |
| // | |
| } | |
| } |
| import React, { Component } from 'react' | |
| class MyComponent extends Component { | |
| constructor(props) { | |
| super(props); | |
| this.state = { | |
| name: '', | |
| description: '', | |
| active: false |
| # Install packages | |
| sudo zypper in \ | |
| git-core \ | |
| bzr \ | |
| ninja \ | |
| gettext-tools \ | |
| libqt5-qttools \ | |
| libgypsy0 \ | |
| libqt5-creator \ | |
| libqt5-linguist \ |