├── .gitignore ├── LICENSE ├── README.md ├── README_zh.md ├── app.sh ├── app_install.sh ├── backup.conf ├── backup.sh ├── backup_script.sh ├── chinese_config.sh ├── config ├── fcitx │ ├── addon │ │ └── fcitx-vk.conf │ ├── cached_layout │ ├── clipboard │ │ └── history.dat │ ├── conf │ │ ├── fcitx-autoeng-ng.config │ │ ├── fcitx-autoeng.config │ │ ├── fcitx-chttrans.config │ │ ├── fcitx-classic-ui.config │ │ ├── fcitx-clipboard.config │ │ ├── fcitx-cloudpinyin.config │ │ ├── fcitx-imselector.config │ │ ├── fcitx-keyboard.config │ │ ├── fcitx-libpinyin.config │ │ ├── fcitx-notify.config │ │ ├── fcitx-pinyin-enhance.config │ │ ├── fcitx-pinyin.config │ │ ├── fcitx-quickphrase.config │ │ ├── fcitx-spell.config │ │ ├── fcitx-sunpinyin.config │ │ ├── fcitx-unicode.config │ │ ├── fcitx-xim.config │ │ └── fcitx-xkb.config │ ├── config │ ├── data │ │ └── layout_override │ ├── dbus │ │ ├── 3e8d0b0a70b44393a4724d70c7ea4d0b-0 │ │ ├── 3e8d0b0a70b44393a4724d70c7ea4d0b-1 │ │ ├── 3e8d0b0a70b44393a4724d70c7ea4d0b-2 │ │ ├── 9b766aac3af84abf8c42becb50e84998-0 │ │ └── 9b766aac3af84abf8c42becb50e84998-1 │ ├── googlepinyin │ │ └── userdict_pinyin.dat │ ├── libpinyin │ │ ├── data │ │ │ ├── .place_holder │ │ │ ├── addon.bin │ │ │ ├── gb_char.dbin │ │ │ ├── gbk_char.dbin │ │ │ ├── merged.dbin │ │ │ ├── network.bin │ │ │ ├── opengram.dbin │ │ │ ├── user.bin │ │ │ ├── user.conf │ │ │ ├── user_bigram.db │ │ │ ├── user_phrase_index.bin │ │ │ └── user_pinyin_index.bin │ │ └── zhuyin_data │ │ │ └── .place_holder │ ├── pinyin │ │ └── pyindex.dat │ ├── profile │ ├── profile_VQnzHQ │ ├── rime │ │ ├── .place_holder │ │ ├── bopomofo_tw.prism.bin │ │ ├── bopomofo_tw.schema.yaml │ │ ├── cangjie5.prism.bin │ │ ├── cangjie5.reverse.bin │ │ ├── cangjie5.schema.yaml │ │ ├── cangjie5.table.bin │ │ ├── default.yaml │ │ ├── installation.yaml │ │ ├── luna_pinyin.prism.bin │ │ ├── luna_pinyin.reverse.bin │ │ ├── luna_pinyin.schema.yaml │ │ ├── luna_pinyin.table.bin │ │ ├── luna_pinyin.userdb │ │ │ ├── 000005.ldb │ │ │ ├── 000012.ldb │ │ │ ├── 000019.ldb │ │ │ ├── CURRENT │ │ │ ├── LOCK │ │ │ ├── LOG │ │ │ ├── LOG.old │ │ │ └── MANIFEST-000031 │ │ ├── luna_pinyin_fluency.prism.bin │ │ ├── luna_pinyin_fluency.schema.yaml │ │ ├── luna_pinyin_simp.prism.bin │ │ ├── luna_pinyin_simp.schema.yaml │ │ ├── luna_quanpin.prism.bin │ │ ├── luna_quanpin.schema.yaml │ │ ├── pinyin_simp.prism.bin │ │ ├── pinyin_simp.reverse.bin │ │ ├── pinyin_simp.schema.yaml │ │ ├── pinyin_simp.table.bin │ │ ├── stroke.prism.bin │ │ ├── stroke.reverse.bin │ │ ├── stroke.schema.yaml │ │ ├── stroke.table.bin │ │ ├── symbols.yaml │ │ ├── sync │ │ │ └── 860dd7a6-9e8a-4b6c-a6f9-dc28e0ff6516 │ │ │ │ ├── bopomofo_tw.schema.yaml │ │ │ │ ├── cangjie5.schema.yaml │ │ │ │ ├── default.yaml │ │ │ │ ├── installation.yaml │ │ │ │ ├── luna_pinyin.schema.yaml │ │ │ │ ├── luna_pinyin.userdb.txt │ │ │ │ ├── luna_pinyin_fluency.schema.yaml │ │ │ │ ├── luna_pinyin_simp.schema.yaml │ │ │ │ ├── luna_quanpin.schema.yaml │ │ │ │ ├── pinyin_simp.schema.yaml │ │ │ │ ├── stroke.schema.yaml │ │ │ │ ├── symbols.yaml │ │ │ │ └── wubi86.schema.yaml │ │ ├── terra_pinyin.reverse.bin │ │ ├── terra_pinyin.table.bin │ │ ├── wubi86.prism.bin │ │ ├── wubi86.reverse.bin │ │ ├── wubi86.schema.yaml │ │ └── wubi86.table.bin │ └── skin │ │ └── dark │ │ └── fcitx_skin.conf ├── font │ └── .fonts.conf ├── git │ └── .gitconfig ├── gnome │ └── gnome.config ├── gtk-3.0 │ ├── gtk.css │ ├── servers │ └── settings.ini ├── nautilus │ ├── desktop-metadata │ └── search-metadata ├── picture │ ├── background.png │ └── lock.png ├── proxychains │ └── proxychains.conf ├── ranger │ ├── colorschemes │ │ ├── __init__.py │ │ ├── __pycache__ │ │ │ ├── __init__.cpython-36.opt-1.pyc │ │ │ └── colorful.cpython-36.opt-1.pyc │ │ └── colorful.py │ ├── commands.py │ ├── commands_full.py │ ├── rc.conf │ ├── rifle.conf │ └── scope.sh ├── readline │ ├── .editrc │ └── .inputrc ├── shadowsocks │ └── shadowsocks.json ├── sogou │ ├── SogouPY.users │ │ └── acc.dat │ ├── SogouPY │ │ ├── .cookie │ │ │ └── 656206F89D56C4D248FB8CA38E00C34E@qq.sohu.com.sogou_login_cookie │ │ ├── Backup │ │ │ └── sgim_usr_v3new.bin.20180310172617 │ │ ├── Correction.ini │ │ ├── Fuzzy.dat │ │ ├── env.ini │ │ ├── phrase │ │ │ └── PhraseEdit.txt │ │ ├── pingback.time │ │ ├── scd │ │ │ ├── 14108.scel │ │ │ └── 4.scel │ │ ├── scdlist.ini │ │ ├── sgim_usr_v3new.bin.last_uploaded │ │ ├── sogou.version │ │ ├── sogouEnv.ini │ │ ├── uploadLog.time │ │ └── useSkin.txt │ └── sogou-qimpanel │ │ ├── main.conf │ │ └── skin │ │ ├── Mac黑键盘 │ │ ├── Mac黑键盘.ssf │ │ ├── save_skin.ini │ │ ├── skin.ini │ │ └── skin.ini_bak │ │ ├── Tickle Black Ver │ │ ├── Tickle Black Ver..ssf │ │ ├── save_skin.ini │ │ ├── skin.ini │ │ └── skin.ini_bak │ │ ├── save_skin.ini │ │ ├── 【优客】简约 │ │ ├── a3.png │ │ ├── ban3.png │ │ ├── cn3.png │ │ ├── cn_biaodian3.png │ │ ├── en3.png │ │ ├── en_biaodian3.png │ │ ├── fan3.png │ │ ├── jian3.png │ │ ├── menu3.png │ │ ├── pass3.png │ │ ├── passon3.png │ │ ├── quan3.png │ │ ├── save_skin.ini │ │ ├── skin.ini │ │ ├── skin1.png │ │ ├── skin1_2.png │ │ ├── skin2_1.png │ │ └── skin2_2.png │ │ ├── 【先生】日记本 │ │ ├── save_skin.ini │ │ ├── skin.ini │ │ ├── skin.ini_bak │ │ └── 【先生】日记本.ssf │ │ ├── 【熊】辣眼睛的美男子·好生气 │ │ ├── 15029437545356_former.gif │ │ ├── a3.png │ │ ├── ban3.png │ │ ├── bar.png │ │ ├── cn3.png │ │ ├── cn_biaodian3.png │ │ ├── comp_567978.png │ │ ├── en3.png │ │ ├── en_biaodian3.png │ │ ├── fan3.png │ │ ├── jian3.png │ │ ├── quan3.png │ │ ├── save_skin.ini │ │ ├── skin.ini │ │ ├── skin.ini_bak │ │ ├── skin1.png │ │ ├── skin2_1.png │ │ └── skin2_2.png │ │ ├── 【雨欣】清晰淡雅 │ │ ├── 15030294242099_former.jpg │ │ ├── a1.png │ │ ├── ban1.png │ │ ├── cn1.png │ │ ├── cn_biaodian1.png │ │ ├── comp_568258.png │ │ ├── en1.png │ │ ├── en_biaodian1.png │ │ ├── quan1.png │ │ ├── save_skin.ini │ │ ├── skin.ini │ │ ├── skin.ini_bak │ │ ├── skin1.png │ │ ├── skin1_2.png │ │ ├── skin2_1.png │ │ ├── skin2_2.png │ │ └── skinmanager1.png │ │ ├── 【雨欣】蒲公英的思念 │ │ ├── 15018353779675_former.jpg │ │ ├── a1.png │ │ ├── ban1.png │ │ ├── cn1.png │ │ ├── cn_biaodian1.png │ │ ├── comp_567366.png │ │ ├── en1.png │ │ ├── en_biaodian1.png │ │ ├── quan1.png │ │ ├── save_skin.ini │ │ ├── skin.ini │ │ ├── skin.ini_bak │ │ ├── skin1.png │ │ ├── skin1_2.png │ │ ├── skin2_1.png │ │ ├── skin2_2.png │ │ └── skinmanager1.png │ │ ├── 一树星光 │ │ ├── save_skin.ini │ │ ├── skin.ini │ │ ├── skin.ini_bak │ │ └── 一树星光.ssf │ │ ├── 一树梨花开【陌离】 │ │ ├── save_skin.ini │ │ ├── skin.ini │ │ ├── skin.ini_bak │ │ └── 一树梨花开【陌离】.ssf │ │ ├── 五线谱 │ │ ├── 15034540922069_former.jpg │ │ ├── a1.png │ │ ├── ban1.png │ │ ├── bar.png │ │ ├── cn1.png │ │ ├── comp_568624.png │ │ ├── en1.png │ │ ├── quan1.png │ │ ├── save_skin.ini │ │ ├── skin.ini │ │ ├── skin.ini_bak │ │ ├── skin1.png │ │ ├── skin1_1.png │ │ ├── skin2_1.png │ │ ├── skin2_2.png │ │ └── skinmanager1.png │ │ ├── 小黄人 │ │ ├── 15017489989379_former.jpg │ │ ├── bar.png │ │ ├── cn3.png │ │ ├── cn_biaodian3.png │ │ ├── comp_567304.png │ │ ├── en3.png │ │ ├── en_biaodian3.png │ │ ├── fan3.png │ │ ├── jian3.png │ │ ├── save_skin.ini │ │ ├── skin.ini │ │ ├── skin.ini_bak │ │ ├── skin1.png │ │ ├── skin1_2.png │ │ ├── skin2.png │ │ ├── skin2_1.png │ │ ├── skin2_2.png │ │ └── skinmanager3.png │ │ ├── 梦江南 │ │ ├── save_skin.ini │ │ ├── skin.ini │ │ ├── skin.ini_bak │ │ └── 梦江南.ssf │ │ ├── 浪漫 │ │ ├── save_skin.ini │ │ ├── skin.ini │ │ ├── skin.ini_bak │ │ └── 浪漫.ssf │ │ ├── 知秋【陌离】 │ │ ├── 15032809584411_former.jpg │ │ ├── a3.png │ │ ├── ban3.png │ │ ├── bar.png │ │ ├── cn3.png │ │ ├── cn_biaodian3.png │ │ ├── comp_568448.png │ │ ├── en3.png │ │ ├── en_biaodian3.png │ │ ├── quan3.png │ │ ├── save_skin.ini │ │ ├── skin.ini │ │ ├── skin.ini_bak │ │ ├── skin1.png │ │ ├── skin1_2.png │ │ ├── skin2.png │ │ ├── skin2_1.png │ │ ├── skin2_2.png │ │ └── skinmanager7.png │ │ ├── 风听旧事·梅 │ │ ├── 15034541214331_former.jpg │ │ ├── a1.png │ │ ├── ban1.png │ │ ├── bar.png │ │ ├── cn1.png │ │ ├── comp_568626.png │ │ ├── en1.png │ │ ├── quan1.png │ │ ├── save_skin.ini │ │ ├── skin.ini │ │ ├── skin.ini_bak │ │ ├── skin1.png │ │ ├── skin1_1.png │ │ ├── skin2_1.png │ │ ├── skin2_2.png │ │ └── skinmanager1.png │ │ └── 默认皮肤 │ │ ├── a1.png │ │ ├── a2.png │ │ ├── a3.png │ │ ├── ban1.png │ │ ├── ban2.png │ │ ├── ban3.png │ │ ├── bar.png │ │ ├── cn1.png │ │ ├── cn2.png │ │ ├── cn3.png │ │ ├── cn_biaodian1.png │ │ ├── cn_biaodian2.png │ │ ├── cn_biaodian3.png │ │ ├── en1.png │ │ ├── en2.png │ │ ├── en3.png │ │ ├── en_biaodian1.png │ │ ├── en_biaodian2.png │ │ ├── en_biaodian3.png │ │ ├── fan1.bmp │ │ ├── fan2.bmp │ │ ├── fan3.bmp │ │ ├── ie1.bmp │ │ ├── ie2.bmp │ │ ├── ie3.bmp │ │ ├── jian1.bmp │ │ ├── jian2.bmp │ │ ├── jian3.bmp │ │ ├── key1.png │ │ ├── key2.png │ │ ├── key3.png │ │ ├── menu1.png │ │ ├── menu2.png │ │ ├── menu3.png │ │ ├── oh_pagedown_on1.png │ │ ├── oh_pagedown_on2.png │ │ ├── oh_pagedown_on3.png │ │ ├── oh_pageup_on1.png │ │ ├── oh_pageup_on2.png │ │ ├── oh_pageup_on3.png │ │ ├── ov_pagedown_off1.png │ │ ├── ov_pagedown_on1.png │ │ ├── ov_pagedown_on2.png │ │ ├── ov_pagedown_on3.png │ │ ├── ov_pageup_off1.png │ │ ├── ov_pageup_on1.png │ │ ├── ov_pageup_on2.png │ │ ├── ov_pageup_on3.png │ │ ├── pass1.png │ │ ├── pass2.png │ │ ├── pass3.png │ │ ├── passon1.png │ │ ├── passon2.png │ │ ├── passon3.png │ │ ├── quan1.png │ │ ├── quan2.png │ │ ├── quan3.png │ │ ├── quanpin1.bmp │ │ ├── quanpin2.bmp │ │ ├── quanpin3.bmp │ │ ├── save_skin.ini │ │ ├── shuanpin1.bmp │ │ ├── shuanpin2.bmp │ │ ├── shuanpin3.bmp │ │ ├── skin.ini │ │ ├── skin1_2.bmp │ │ ├── skin2.png │ │ ├── skin2_1.bmp │ │ ├── skin2_2.bmp │ │ ├── skinmanager1.png │ │ ├── skinmanager2.png │ │ └── skinmanager3.png ├── synapse │ ├── config.json │ └── synapse.desktop ├── terminator │ └── config ├── touchpad │ └── 70-synaptics.conf ├── vim │ └── .vimrc └── zsh │ ├── .dircolors │ └── .zshrc ├── desktop_install.sh ├── gnome_config.sh ├── how-to-use.md ├── install.sh ├── log.sh ├── no_root.sh ├── option_install.sh ├── picture ├── app.png ├── aur-mirrors.png ├── aur.png ├── basic-complete.png ├── basic.png ├── bg.png ├── boot-go.png ├── boot.png ├── chinese.png ├── desktop-to.png ├── desktop.png ├── done.png ├── driver.png ├── fs-mount.png ├── gtk-theme.png ├── hostname.png ├── icon.png ├── keymap-1.png ├── keymap-2.png ├── lib32.png ├── locale.png ├── logo.svg ├── mirrors-2.png ├── mirrors.png ├── other-install.png ├── partition-1.png ├── partition-bios.png ├── partition-go.png ├── partition-label.png ├── partition-select.png ├── passwd-user.png ├── passwd.png ├── plugin.png ├── root-mount.png ├── shell.png ├── swap.png ├── sys-locale.png ├── timezone-location.png ├── timezone.png ├── uefi-confirm.png ├── uefi.png └── user.png ├── restore_script.sh └── yaourt.sh /.gitignore: -------------------------------------------------------------------------------- 1 | *.log 2 | *.tar 3 | tempfile 4 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 |

2 |
3 | Archlinux 4 |
5 | Arch Linux Installer 6 |

7 | 8 |

Install your Arch Linux more quickly

9 | 10 | 11 |

12 | Feature • 13 | How To Use • 14 | Errors and bugs • 15 | License • 16 | 简体中文 17 |

18 | 19 | ![bg](picture/bg.png) 20 | 21 | ## Feature 22 | 23 | - Pseudo interface, more friendly than pure command line. 24 | - Support KDE, Xfce and Gnome desktop system installation. 25 | - Support Gnome configuration 26 | - Support sogou input method installation in Gnome. 27 | - You can backup and restore configuration of application in Gnome. 28 | - Support BIOS and UEFI boot mode 29 | - Automatically detect Windows startup option 30 | 31 | ## How To Use 32 | 33 | First, you need to prepare an Arch Linux LiveUSB and connect to the internet. 34 | 35 | Use this Installer: 36 | 37 | ```bash 38 | bash <(curl https://raw.githubusercontent.com/si9ma/Archlinux-Installer/master/install.sh) 39 | ``` 40 | 41 | [More Details](how-to-use.md) 42 | 43 | ## Errors and bugs 44 | 45 | If something is not behaving intuitively, it is a bug and should be reported. 46 | Report it here by creating an issue: https://github.com/si9ma/Archlinux-Installer/issues 47 | 48 | ## License 49 | 50 | GNU General Public License v3.0 51 | 52 | --- 53 | -------------------------------------------------------------------------------- /README_zh.md: -------------------------------------------------------------------------------- 1 |

2 |
3 | Archlinux 4 |
5 | Arch Linux Installer 6 |

7 | 8 |

Install your Arch Linux more quickly

9 | 10 |

11 | Feature • 12 | How To Use • 13 | Errors and bugs • 14 | License • 15 | English 16 |

17 | 18 | ![bg](picture/bg.png) 19 | 20 | ## Feature 21 | 22 | - 伪界面,比纯命令行更加友好 23 | - 支持KDE、Xfce、Gnome桌面系统的安装 24 | - 支持Gnome桌面系统的配置和中文输入法(搜狗)的安装 25 | - 支持Gnome下常用软件配置的备份和恢复(可以添加自己的备份/恢复脚本) 26 | - 支持BIOS和UEFI两种启动方式 27 | - 自动检测Windows启动项 28 | 29 | ## How To Use 30 | 31 | 首先,需要准备好Arch Linux启动盘,并连网。 32 | 33 | 使用安装器: 34 | 35 | ```bash 36 | bash <(curl https://raw.githubusercontent.com/si9ma/Archlinux-Installer/master/install.sh) 37 | ``` 38 | 39 | [详细教程](how-to-use.md) 40 | 41 | ## Report Bug 42 | 43 | 欢迎提Bug 44 | 45 | https://github.com/si9ma/Archlinux-Installer/issues 46 | 47 | ## License 48 | 49 | GNU General Public License v3.0 50 | 51 | --- 52 | -------------------------------------------------------------------------------- /app.sh: -------------------------------------------------------------------------------- 1 | #!/bin/env bash 2 | 3 | ## author: si9ma 4 | ## my blog: si9ma.com 5 | ## 6 | ## use this cript to install or configure application 7 | ## 8 | 9 | # don't run this script as root 10 | . log.sh 11 | . no_root.sh 12 | 13 | # source restore_script.sh 14 | . restore_script.sh 15 | 16 | EXIT_MSG="You have left from Archlinux Installer!" 17 | Config_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" 18 | 19 | ## window 20 | title="Install OR Configure Application" 21 | msg="Please select the Application you want to install or configure. [ESC] to exit the installer" 22 | 23 | # get all config from backup.conf 24 | config_list=$(grep -P "^\s*[a-zA-Z0-9-]+\s*[a-zA-Z0-9-]*" backup.conf | xargs) 25 | count=0 26 | for item in $config_list 27 | do 28 | count=$[ $count + 1 ] 29 | judge=$[ $count % 2 ] 30 | 31 | if [ "$judge" = "0" ] 32 | then 33 | temp="$temp $item ON" 34 | else 35 | temp="$temp $item" 36 | fi 37 | done 38 | config_list=$temp 39 | 40 | ### Application Name and description 41 | dialog --no-cancel --ok-label "Go" --ascii-lines --title "$title" --backtitle "$HEADER" --checklist "$msg" 18 75 18 $config_list 2>tempfile 42 | 43 | retval=$? 44 | choice=$(cat tempfile) 45 | echo 46 | 47 | # ESC to exit 48 | case $retval in 49 | 255) # ESC,exit 50 | echo 51 | echo $EXIT_MSG 52 | exit 255 53 | ;; 54 | esac 55 | 56 | ### execute the configuration 57 | for app in $choice 58 | do 59 | restore_$app 60 | if [ "$?" = "0" ] 61 | then 62 | echo "Restore $app successfully!" 63 | else 64 | echo "No restore script for $app!" 65 | fi 66 | done 67 | 68 | ## complete installation 69 | title="Complete Installation" 70 | msg="Hey! You have completed installation. More details about Archlinux, please see Official wiki." 71 | dialog --no-cancel --ascii-lines --title "$title" --backtitle "$HEADER" --msgbox "$msg" 10 60 72 | 73 | retval=$? 74 | choice=$(cat tempfile) 75 | echo 76 | 77 | # ESC to exit 78 | case $retval in 79 | 255) # ESC,exit 80 | echo 81 | echo $EXIT_MSG 82 | exit 255 83 | ;; 84 | esac 85 | 86 | # reboot 87 | reboot 88 | -------------------------------------------------------------------------------- /backup.conf: -------------------------------------------------------------------------------- 1 | ## config file for Archlinux Installer backup 2 | 3 | ## 4 | ## add backup function in "backup_script.sh" 5 | ## add restore function in "restore_script.sh" 6 | ## use '-' to replace in 7 | 8 | terminator A-terminal-emulator 9 | oh-my-zsh Oh-my-zsh 10 | git Git 11 | vim Vim-Editor 12 | shadowsocks Shadowsocks 13 | proxychains Proxychains 14 | gnome_settings gnome_settings 15 | firefox firefox 16 | chrome chrome 17 | ranger a_command_line_file_manager 18 | nautilus file_manager 19 | touchpad touchpad 20 | uninstall uninstall_the_app_you_no_need 21 | synapse synapse 22 | libreoffice alternative_microsoft_office 23 | other Other -------------------------------------------------------------------------------- /backup.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | ## author: si9ma 4 | ## my blog: si9ma.com 5 | ## 6 | ## backup your app configuration 7 | ## 8 | 9 | . log.sh 10 | 11 | # source backup_script.sh 12 | . backup_script.sh 13 | 14 | EXIT_MSG="You have left from Archlinux Installer!" 15 | Config_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" 16 | 17 | ## window 18 | title="Backup Application Configuration" 19 | msg="Please select the configuration you want to backup. [ESC] to exit the installer" 20 | 21 | # get all config from backup.conf 22 | config_list=$(grep -P "^\s*[a-zA-Z0-9-]+\s*[a-zA-Z0-9-]*" backup.conf | xargs) 23 | count=0 24 | for item in $config_list 25 | do 26 | count=$[ $count + 1 ] 27 | judge=$[ $count % 2 ] 28 | 29 | if [ "$judge" = "0" ] 30 | then 31 | temp="$temp $item ON" 32 | else 33 | temp="$temp $item" 34 | fi 35 | done 36 | config_list=$temp 37 | 38 | ### Application Name and description 39 | dialog --no-cancel --ok-label "Backup" --ascii-lines --title "$title" --backtitle "$HEADER" --checklist "$msg" 18 75 18 $config_list 2>tempfile 40 | 41 | retval=$? 42 | choice=$(cat tempfile) 43 | echo 44 | 45 | # ESC to exit 46 | case $retval in 47 | 255) # ESC,exit 48 | echo 49 | echo $EXIT_MSG 50 | exit 255 51 | ;; 52 | esac 53 | 54 | ### execute the configuration 55 | for app in $choice 56 | do 57 | backup_$app >/dev/null 2>&1 58 | if [ "$?" = "0" ] 59 | then 60 | echo "Backup $app successfully!" 61 | else 62 | echo "No backup script for $app or there are some backup error,please check log file!" 63 | fi 64 | done -------------------------------------------------------------------------------- /backup_script.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | ## author: si9ma 4 | ## my blog: si9ma.com 5 | ## 6 | ## add your backup function here 7 | ## function backup_ 8 | ## 9 | 10 | # log 11 | exec 2> >(tee -a "installer.log") 12 | 13 | # backup terminator config 14 | function backup_terminator 15 | { 16 | mkdir -p ./config/terminator 17 | cp ~/.config/terminator/* ./config/terminator/ -r 18 | } 19 | 20 | # backup vim 21 | function backup_vim 22 | { 23 | mkdir -p ./config/vim/ 24 | cp ~/.vimrc ./config/vim/ 25 | } 26 | 27 | # backup git 28 | function backup_git 29 | { 30 | cp ~/.gitconfig ./config/git/ 31 | } 32 | 33 | # backup oh-my-zsh 34 | function backup_oh-my-zsh 35 | { 36 | # zsh config 37 | cp ~/.zshrc ./config/zsh/ 38 | 39 | # auto jump plugin 40 | cp ~/.local/share/autojump/autojump.txt ./config/zsh/ 41 | 42 | # dircolors 43 | cp ~/.dircolors ./config/zsh/ 44 | 45 | # zsh_history 46 | cp ~/.zsh_history ./config/zsh/ 47 | } 48 | 49 | function backup_shadowsocks 50 | { 51 | cp /etc/shadowsocks/shadowsocks.json ./config/shadowsocks 52 | } 53 | 54 | function backup_proxychains 55 | { 56 | cp /etc/proxychains.conf ./config/proxychains/ 57 | } 58 | 59 | # backup all gnome settings 60 | function backup_gnome_settings 61 | { 62 | dconf dump / >./config/gnome/gnome.config 63 | 64 | # backup background and lock screen 65 | background=$(gsettings get org.gnome.desktop.background picture-uri) 66 | background=${background#"'"} 67 | background=${background#"file://"} 68 | background=${background%"'"} 69 | lock=$(gsettings get org.gnome.desktop.screensaver picture-uri) 70 | lock=${lock#"'"} 71 | lock=${lock#"file://"} 72 | lock=${lock%"'"} 73 | 74 | cp $background ./config/picture/background.png 75 | cp $lock ./config/picture/lock.png 76 | 77 | # gtk backup 78 | cp ~/.config/gtk-3.0/gtk.css ./config/gtk-3.0/gtk.css 79 | } 80 | 81 | function backup_firefox 82 | { 83 | echo 84 | # to do 85 | } 86 | 87 | function backup_chrome 88 | { 89 | echo 90 | # to do 91 | } 92 | 93 | function backup_ranger 94 | { 95 | cp ~/.config/ranger/* ./config/ranger/ -r 96 | } 97 | 98 | function backup_nautilus 99 | { 100 | cp ~/.config/nautilus/* ./config/nautilus/ 101 | } 102 | 103 | function backup_touchpad 104 | { 105 | cp /etc/X11/xorg.conf.d/70-synaptics.conf ./config/touchpad/ 106 | } 107 | 108 | function backup_uninstall 109 | { 110 | echo 111 | # to do 112 | } 113 | 114 | function backup_other 115 | { 116 | # smaller bar 117 | cp ~/.config/gtk-3.0/* ./config/gtk-3.0 -r 118 | 119 | # font conf 120 | cp ~/.font.conf ./config/font/.font.conf 121 | 122 | # input method 123 | cp ~/.config/fcitx/ ./config/ -r 124 | rm ./config/sogou/* -rf 125 | cp ~/.config/SogouPY ./config/sogou/ -r 126 | rm ./config/sogou/SogouPY/*.bin ./config/sogou/SogouPY/sync -rf 127 | cp ~/.config/SogouPY.users ./config/sogou/ -r 128 | cp ~/.config/sogou-qimpanel ./config/sogou/ -r 129 | } 130 | 131 | function backup_synapse 132 | { 133 | cp ~/.config/synapse/config.json ./config/synapse/config.json 134 | cp ~/.config/autostart/synapse.desktop ./config/synapse/ 135 | } 136 | 137 | function backup_gitkraken 138 | { 139 | echo 140 | # to do 141 | } 142 | 143 | function backup_inkscape 144 | { 145 | echo 146 | # to do 147 | } 148 | 149 | function backup_libreoffice 150 | { 151 | echo 152 | # to do 153 | } -------------------------------------------------------------------------------- /config/fcitx/addon/fcitx-vk.conf: -------------------------------------------------------------------------------- 1 | [Addon] 2 | Enabled=True 3 | -------------------------------------------------------------------------------- /config/fcitx/clipboard/history.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/fcitx/clipboard/history.dat -------------------------------------------------------------------------------- /config/fcitx/conf/fcitx-autoeng-ng.config: -------------------------------------------------------------------------------- 1 | [Auto English] 2 | # Choose key modifier 3 | # Available Value: 4 | # None 5 | # Alt 6 | # Ctrl 7 | # Shift 8 | #ChooseModifier=Alt 9 | # Do not show spell hint 10 | # Available Value: 11 | # True False 12 | #DisableSpell=True 13 | # Maximum hint length 14 | #MaximumHintLength=2 15 | # Maximum words number kept in preedit 16 | #MaximumKeep=0 17 | # Add Extra space when selecting a candidate word 18 | # Available Value: 19 | # True False 20 | #SelectAddSpace=False 21 | 22 | -------------------------------------------------------------------------------- /config/fcitx/conf/fcitx-autoeng.config: -------------------------------------------------------------------------------- 1 | [Auto English] 2 | # Choose key modifier 3 | # Available Value: 4 | # None 5 | # Alt 6 | # Ctrl 7 | # Shift 8 | #ChooseModifier=Alt 9 | # Do not show spell hint 10 | # Available Value: 11 | # True False 12 | #DisableSpell=False 13 | # Maximum hint length 14 | #MaximumHintLength=2 15 | # Maximum words number kept in preedit 16 | #MaximumKeep=3 17 | # Add Extra space when selecting a candidate word 18 | # Available Value: 19 | # True False 20 | #SelectAddSpace=True 21 | 22 | -------------------------------------------------------------------------------- /config/fcitx/conf/fcitx-chttrans.config: -------------------------------------------------------------------------------- 1 | [TraditionalChinese] 2 | # Traditional Chinese Translate Engine 3 | # Available Value: 4 | # Native 5 | # OpenCC 6 | #TransEngine=OpenCC 7 | # Toggle for enable or disable 8 | Hotkey=CTRL_SHIFT_F CTRL_SHIFT_F 9 | # Enabled state for im 10 | EnabledForIM=googlepinyin:false,sogoupinyin:false 11 | 12 | -------------------------------------------------------------------------------- /config/fcitx/conf/fcitx-classic-ui.config: -------------------------------------------------------------------------------- 1 | [ClassicUI] 2 | # Status Panel Position X 3 | #MainWindowOffsetX=500 4 | # Status Panel Position Y 5 | MainWindowOffsetY=92 6 | # Font Size 7 | #FontSize=0 8 | # Font 9 | #Font=Sans 10 | # Menu Font 11 | #MenuFont=Sans 12 | # Font Locale to display 13 | #FontLocale=zh_CN.UTF-8 14 | # Use System Tray Icon 15 | # Available Value: 16 | # True False 17 | #UseTray=True 18 | # Status Panel Hide Mode 19 | # Available Value: 20 | # Show 21 | # Auto 22 | # Hide when tray icon is available 23 | # Hide 24 | #MainWindowHideMode=Hide when tray icon is available 25 | # Vertical Candidate Word List 26 | # Available Value: 27 | # True False 28 | #VerticalList=False 29 | # Skin Name 30 | SkinType=dark 31 | 32 | -------------------------------------------------------------------------------- /config/fcitx/conf/fcitx-clipboard.config: -------------------------------------------------------------------------------- 1 | [Clipboard] 2 | # Save Clipboard History To File 3 | # Available Value: 4 | # True False 5 | SaveHistoryToFile=False 6 | # Length of Clipboard History to Save 7 | #HistoryLength=5 8 | # Maximum length of each candidate word 9 | #CandidateMaxLength=43 10 | # Trigger Key for Clipboard History List 11 | #TriggerKey=CTRL_; 12 | # Use Selection Text 13 | # Available Value: 14 | # True False 15 | #UsePrimary=True 16 | # Choose key modifier 17 | # Available Value: 18 | # None 19 | # Alt 20 | # Ctrl 21 | # Shift 22 | #ChooseModifier=None 23 | # Ignore blank selections 24 | # Available Value: 25 | # True False 26 | #IgnoreBlank=True 27 | 28 | -------------------------------------------------------------------------------- /config/fcitx/conf/fcitx-cloudpinyin.config: -------------------------------------------------------------------------------- 1 | [CloudPinyin] 2 | # Cloud Pinyin Candidate Word Order 3 | #CandidateOrder=2 4 | # Minimum Length of Pinyin To Trigger Cloud Pinyin 5 | #MinimumPinyinLength=2 6 | # Don't Show the 'via cloud' hint 7 | # Available Value: 8 | # True False 9 | #DontShowSource=True 10 | # Cloud Pinyin Source 11 | # Available Value: 12 | # Google 13 | # Baidu 14 | #Source=Google 15 | # Toggle Cloud Pinyin enabled status 16 | #ToggleKey= 17 | # Enabled 18 | # Available Value: 19 | # True False 20 | #Enabled=True 21 | 22 | -------------------------------------------------------------------------------- /config/fcitx/conf/fcitx-imselector.config: -------------------------------------------------------------------------------- 1 | [IMSelector] 2 | # Local Input Method SelectKey 3 | #LocalInputMethodSelectKey= 4 | # Global Input Method SelectKey 5 | #GlobalInputMethodSelectKey= 6 | # Clear local Input Method 7 | #ClearLocal= 8 | 9 | [GlobalSelector] 10 | # Switch to the First Input Method 11 | #IM1= 12 | # Switch to the Second Input Method 13 | #IM2= 14 | # Switch to the Third Input Method 15 | #IM3= 16 | # Switch to the Fourth Input Method 17 | #IM4= 18 | # Switch to the Fifth Input Method 19 | #IM5= 20 | # Switch to the Sixth Input Method 21 | #IM6= 22 | # Switch to the Seventh Input Method 23 | #IM7= 24 | # Switch to the Eighth Input Method 25 | #IM8= 26 | # Switch to the Ninth Input Method 27 | #IM9= 28 | 29 | [LocalSelector] 30 | # Switch to the First Input Method 31 | #IM1= 32 | # Switch to the Second Input Method 33 | #IM2= 34 | # Switch to the Third Input Method 35 | #IM3= 36 | # Switch to the Fourth Input Method 37 | #IM4= 38 | # Switch to the Fifth Input Method 39 | #IM5= 40 | # Switch to the Sixth Input Method 41 | #IM6= 42 | # Switch to the Seventh Input Method 43 | #IM7= 44 | # Switch to the Eighth Input Method 45 | #IM8= 46 | # Switch to the Ninth Input Method 47 | #IM9= 48 | 49 | -------------------------------------------------------------------------------- /config/fcitx/conf/fcitx-keyboard.config: -------------------------------------------------------------------------------- 1 | [Keyboard] 2 | # Commit with extra space when choose candidate word 3 | # Available Value: 4 | # True False 5 | #CommitWithExtraSpace=False 6 | # Choose key modifier 7 | # Available Value: 8 | # None 9 | # Alt 10 | # Ctrl 11 | # Shift 12 | #ChooseModifier=Alt 13 | # Toggle the word hint 14 | #HotkeyToggleWordHint=CTRL_ALT_H 15 | # Minimum length to trigger word hint 16 | #MinimumHintLength=1 17 | # Maximum length of spell hint list 18 | #MaximumHintLength=5 19 | # Use enter to commit the existing string 20 | # Available Value: 21 | # True False 22 | #UseEnterToCommit=False 23 | # Add current input buffer to user dictionary 24 | #HotkeyAddToUserDict=CTRL_ALT_N 25 | 26 | -------------------------------------------------------------------------------- /config/fcitx/conf/fcitx-notify.config: -------------------------------------------------------------------------------- 1 | [Notify/Notify] 2 | HiddenNotify= 3 | -------------------------------------------------------------------------------- /config/fcitx/conf/fcitx-pinyin-enhance.config: -------------------------------------------------------------------------------- 1 | [Pinyin Enhance] 2 | # Treating abbreviated Pinyin as English 3 | # Available Value: 4 | # True False 5 | #ShortAsEnglish=False 6 | # Allow replacing the first candidate 7 | # Available Value: 8 | # True False 9 | #AllowReplaceFirst=True 10 | # Do not show spell hint 11 | # Available Value: 12 | # True False 13 | #DisableSpell=False 14 | # Maximum hint length 15 | #MaximumHintLength=1 16 | # Hotkey for Inputing Character From Phrase 17 | #InputCharFromPhraseString=[] 18 | # Hotkey for switching to Inputing Character From Phrase mode 19 | #InputCharFromPhraseKey= 20 | # Disable Pinyin Symbol 21 | # Available Value: 22 | # True False 23 | #DisableSym=False 24 | # Stroke input trigger length 25 | #StrokeThresh=2 26 | # Maximum results from stroke input. 27 | #StrokeLimit=3 28 | 29 | -------------------------------------------------------------------------------- /config/fcitx/conf/fcitx-pinyin.config: -------------------------------------------------------------------------------- 1 | [Pinyin] 2 | # Default Shuangpin Schema 3 | # Available Value: 4 | # Ziranma 5 | # MS 6 | # Ziguang 7 | # ABC 8 | # Zhongwenzhixing 9 | # PinyinJiaJia 10 | # XiaoHe 11 | # User Defined 12 | #DefaultShuangpinSchema=Ziranma 13 | # Fix preedit cursor at head 14 | # Available Value: 15 | # True False 16 | #FixCursorAtHead=False 17 | # Use V to trigger quickphrase 18 | # Available Value: 19 | # True False 20 | #UseVForQuickPhrase=True 21 | # Use Complete Pinyin 22 | # Available Value: 23 | # True False 24 | #UseCompletePinyin=False 25 | # Auto Create Phrase 26 | # Available Value: 27 | # True False 28 | #AutoCreatePhrase=True 29 | # Save Auto Created Phrase 30 | # Available Value: 31 | # True False 32 | #SaveAutoPhrase=False 33 | # Hotkey of Adding Frequent Word 34 | #AddFreqWordKey=CTRL_8 35 | # Hotkey of Deleting Frequent Word 36 | #DeleteFreqWordKey=CTRL_7 37 | # Hotkey of Delete User Phrase 38 | #DeleteUserPhraseKey=CTRL_DELETE 39 | # Rule of Candidate Word Order 40 | # Available Value: 41 | # AdjustNo 42 | # AdjustFast 43 | # AdjustFreq 44 | #BaseOrder=AdjustFreq 45 | # Rule of Candidate Phrase Order 46 | # Available Value: 47 | # AdjustNo 48 | # AdjustFast 49 | # AdjustFreq 50 | #PhraseOrder=AdjustFreq 51 | # Rule of Frequent Word Order 52 | # Available Value: 53 | # AdjustNo 54 | # AdjustFast 55 | # AdjustFreq 56 | #FreqOrder=AdjustNo 57 | # Fuzzy an and ang 58 | # Available Value: 59 | # True False 60 | #FuzzyAnAng=False 61 | # Fuzzy en and eng 62 | # Available Value: 63 | # True False 64 | #FuzzyEnEng=False 65 | # Fuzzy ian and iang 66 | # Available Value: 67 | # True False 68 | #FuzzyIanIang=False 69 | # Fuzzy in and ing 70 | # Available Value: 71 | # True False 72 | #FuzzyInIng=False 73 | # Fuzzy ou and u 74 | # Available Value: 75 | # True False 76 | #FuzzyOuU=False 77 | # Fuzzy uan and uang 78 | # Available Value: 79 | # True False 80 | #FuzzyUanUang=False 81 | # Fuzzy c and ch 82 | # Available Value: 83 | # True False 84 | #FuzzyCCh=False 85 | # Fuzzy f and h 86 | # Available Value: 87 | # True False 88 | #FuzzyFH=False 89 | # Fuzzy l and n 90 | # Available Value: 91 | # True False 92 | #FuzzyLN=False 93 | # Fuzzy s and sh 94 | # Available Value: 95 | # True False 96 | #FuzzySSH=False 97 | # Fuzzy z and zh 98 | # Available Value: 99 | # True False 100 | #FuzzyZZH=False 101 | # Fix misstype gn/ng 102 | # Available Value: 103 | # True False 104 | #Misstype=True 105 | # Fix misstype v/u like jv, qv, xv, yv 106 | # Available Value: 107 | # True False 108 | #MisstypeVU=True 109 | 110 | -------------------------------------------------------------------------------- /config/fcitx/conf/fcitx-quickphrase.config: -------------------------------------------------------------------------------- 1 | [QuickPhrase] 2 | # Trigger Key for QuickPhrase 3 | # Available Value: 4 | # None 5 | # Semicolon 6 | # Grave 7 | #QuickPhraseTriggerKey=Semicolon 8 | # Alternative Trigger Key for QuickPhrase 9 | #AlternativeTriggerKey= 10 | # Choose key modifier 11 | # Available Value: 12 | # None 13 | # Alt 14 | # Ctrl 15 | # Shift 16 | #ChooseModifier=None 17 | # Do not show spell hint 18 | # Available Value: 19 | # True False 20 | #DisableSpell=False 21 | # Maximum hint length 22 | #MaximumHintLength=2 23 | 24 | -------------------------------------------------------------------------------- /config/fcitx/conf/fcitx-spell.config: -------------------------------------------------------------------------------- 1 | [Spell Hint] 2 | # Preferred Enchant provider 3 | # Available Value: 4 | # Default 5 | # Aspell 6 | # Myspell 7 | #PreferredEnchantProvider=Myspell 8 | # Default Spell Hint Backends Order 9 | #HintProvidersOrder=presage,custom,enchant 10 | 11 | -------------------------------------------------------------------------------- /config/fcitx/conf/fcitx-sunpinyin.config: -------------------------------------------------------------------------------- 1 | [Sunpinyin] 2 | # Use Shuangpin Instead of Quanpin 3 | # Available Value: 4 | # True False 5 | #UseShuangpin=False 6 | # Shuangpin Scheme in Sunpinyin 7 | # Available Value: 8 | # MS2003 9 | # ABC 10 | # ZIRANMA 11 | # PINYINJIAJIA 12 | # ZIGUANG 13 | # XIAOHE 14 | #ShuangpinScheme=MS2003 15 | # Fuzzy Segmentation 16 | # Available Value: 17 | # True False 18 | #FuzzySegmentation=True 19 | # Fuzzy Inner Segmentation 20 | # Available Value: 21 | # True False 22 | #FuzzyInnerSegmentation=False 23 | # Number of sentence that sunpinyin guess 24 | # Available Value: 25 | # 1 26 | # 2 27 | # 3 28 | #MaxBest=1 29 | # Number of Best Tail Candidate 30 | # Available Value: 31 | # 0 32 | # 1 33 | # 2 34 | #MaxTail=0 35 | # Memory Strength 36 | #MemoryStrength=3 37 | # Let sunpinyin process punctuation 38 | # Available Value: 39 | # True False 40 | #ProcessPunc=False 41 | 42 | [QuanPin] 43 | # Fuzzy Zhi Zi 44 | # Available Value: 45 | # True False 46 | #FuzzyZhiZi=False 47 | # Fuzzy Chi Ci 48 | # Available Value: 49 | # True False 50 | #FuzzyChiCi=False 51 | # Fuzzy Shi Si 52 | # Available Value: 53 | # True False 54 | #FuzzyShiSi=False 55 | # Fuzzy An Ang 56 | # Available Value: 57 | # True False 58 | #FuzzyAnAng=False 59 | # Fuzzy On Ong 60 | # Available Value: 61 | # True False 62 | #FuzzyOnOng=False 63 | # Fuzzy En Eng 64 | # Available Value: 65 | # True False 66 | #FuzzyEnEng=False 67 | # Fuzzy In Ing 68 | # Available Value: 69 | # True False 70 | #FuzzyInIng=False 71 | # Fuzzy Eng Ong 72 | # Available Value: 73 | # True False 74 | #FuzzyEngOng=False 75 | # Fuzzy Ian Iang 76 | # Available Value: 77 | # True False 78 | #FuzzyIanIang=False 79 | # Fuzzy Uan Uang 80 | # Available Value: 81 | # True False 82 | #FuzzyUanUang=False 83 | # Fuzzy Ne Le 84 | # Available Value: 85 | # True False 86 | #FuzzyNeLe=False 87 | # Fuzzy Fo He 88 | # Available Value: 89 | # True False 90 | #FuzzyFoHe=False 91 | # Fuzzy Le Ri 92 | # Available Value: 93 | # True False 94 | #FuzzyLeRi=False 95 | # Fuzzy Ke Ge 96 | # Available Value: 97 | # True False 98 | #FuzzyKeGe=False 99 | # AutoCorrect gn ng 100 | # Available Value: 101 | # True False 102 | #AutoCorrectinggnng=True 103 | # AutoCorrect Uen Un 104 | # Available Value: 105 | # True False 106 | #AutoCorrectingUenUn=False 107 | # AutoCorrect Img Ing 108 | # Available Value: 109 | # True False 110 | #AutoCorrectingImgIng=False 111 | # AutoCorrect Iou Iu 112 | # Available Value: 113 | # True False 114 | #AutoCorrectingIouIu=False 115 | # AutoCorrect Uei Ui 116 | # Available Value: 117 | # True False 118 | #AutoCorrectingUeiUi=False 119 | 120 | -------------------------------------------------------------------------------- /config/fcitx/conf/fcitx-unicode.config: -------------------------------------------------------------------------------- 1 | [Unicode] 2 | # Key 3 | #Key=CTRL_ALT_SHIFT_U 4 | 5 | -------------------------------------------------------------------------------- /config/fcitx/conf/fcitx-xim.config: -------------------------------------------------------------------------------- 1 | [Xim] 2 | # Use On The Spot Style for XIM (Cannot change during running) 3 | # Available Value: 4 | # True False 5 | #UseOnTheSpotStyle=False 6 | 7 | -------------------------------------------------------------------------------- /config/fcitx/conf/fcitx-xkb.config: -------------------------------------------------------------------------------- 1 | [X Keyboard] 2 | # Allow to Override System XKB Settings 3 | # Available Value: 4 | # True False 5 | #OverrideSystemXKBSettings=True 6 | # Use the layout of first keyboard input method in list as default layout 7 | # Available Value: 8 | # True False 9 | #UseFirstKeyboardIMAsDefaultLayout=True 10 | # xmodmap command 11 | #XModmapCommand=xmodmap 12 | # Apply this custom xmodmap script after layout change 13 | #CustomXModmapScript= 14 | 15 | -------------------------------------------------------------------------------- /config/fcitx/data/layout_override: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/fcitx/data/layout_override -------------------------------------------------------------------------------- /config/fcitx/dbus/3e8d0b0a70b44393a4724d70c7ea4d0b-0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/fcitx/dbus/3e8d0b0a70b44393a4724d70c7ea4d0b-0 -------------------------------------------------------------------------------- /config/fcitx/dbus/3e8d0b0a70b44393a4724d70c7ea4d0b-1: -------------------------------------------------------------------------------- 1 | unix:abstract=/tmp/dbus-WxFGxyVMhk,guid=966a76ced502acb1f7f678eb5a1714ea&! -------------------------------------------------------------------------------- /config/fcitx/dbus/3e8d0b0a70b44393a4724d70c7ea4d0b-2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/fcitx/dbus/3e8d0b0a70b44393a4724d70c7ea4d0b-2 -------------------------------------------------------------------------------- /config/fcitx/dbus/9b766aac3af84abf8c42becb50e84998-0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/fcitx/dbus/9b766aac3af84abf8c42becb50e84998-0 -------------------------------------------------------------------------------- /config/fcitx/dbus/9b766aac3af84abf8c42becb50e84998-1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/fcitx/dbus/9b766aac3af84abf8c42becb50e84998-1 -------------------------------------------------------------------------------- /config/fcitx/googlepinyin/userdict_pinyin.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/fcitx/googlepinyin/userdict_pinyin.dat -------------------------------------------------------------------------------- /config/fcitx/libpinyin/data/.place_holder: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/fcitx/libpinyin/data/.place_holder -------------------------------------------------------------------------------- /config/fcitx/libpinyin/data/addon.bin: -------------------------------------------------------------------------------- 1 | 3##### -------------------------------------------------------------------------------- /config/fcitx/libpinyin/data/gb_char.dbin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/fcitx/libpinyin/data/gb_char.dbin -------------------------------------------------------------------------------- /config/fcitx/libpinyin/data/gbk_char.dbin: -------------------------------------------------------------------------------- 1 | cc -------------------------------------------------------------------------------- /config/fcitx/libpinyin/data/merged.dbin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/fcitx/libpinyin/data/merged.dbin -------------------------------------------------------------------------------- /config/fcitx/libpinyin/data/network.bin: -------------------------------------------------------------------------------- 1 | 3##### -------------------------------------------------------------------------------- /config/fcitx/libpinyin/data/opengram.dbin: -------------------------------------------------------------------------------- 1 | }E.}E. -------------------------------------------------------------------------------- /config/fcitx/libpinyin/data/user.bin: -------------------------------------------------------------------------------- 1 | 3##### -------------------------------------------------------------------------------- /config/fcitx/libpinyin/data/user.conf: -------------------------------------------------------------------------------- 1 | binary format version:5 2 | model data version:12 3 | -------------------------------------------------------------------------------- /config/fcitx/libpinyin/data/user_bigram.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/fcitx/libpinyin/data/user_bigram.db -------------------------------------------------------------------------------- /config/fcitx/libpinyin/data/user_phrase_index.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/fcitx/libpinyin/data/user_phrase_index.bin -------------------------------------------------------------------------------- /config/fcitx/libpinyin/data/user_pinyin_index.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/fcitx/libpinyin/data/user_pinyin_index.bin -------------------------------------------------------------------------------- /config/fcitx/libpinyin/zhuyin_data/.place_holder: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/fcitx/libpinyin/zhuyin_data/.place_holder -------------------------------------------------------------------------------- /config/fcitx/pinyin/pyindex.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/fcitx/pinyin/pyindex.dat -------------------------------------------------------------------------------- /config/fcitx/profile_VQnzHQ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/fcitx/profile_VQnzHQ -------------------------------------------------------------------------------- /config/fcitx/rime/.place_holder: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/fcitx/rime/.place_holder -------------------------------------------------------------------------------- /config/fcitx/rime/bopomofo_tw.prism.bin: -------------------------------------------------------------------------------- 1 | /usr/share/rime-data/bopomofo_tw.prism.bin -------------------------------------------------------------------------------- /config/fcitx/rime/cangjie5.prism.bin: -------------------------------------------------------------------------------- 1 | /usr/share/rime-data/cangjie5.prism.bin -------------------------------------------------------------------------------- /config/fcitx/rime/cangjie5.reverse.bin: -------------------------------------------------------------------------------- 1 | /usr/share/rime-data/cangjie5.reverse.bin -------------------------------------------------------------------------------- /config/fcitx/rime/cangjie5.schema.yaml: -------------------------------------------------------------------------------- 1 | # Rime schema settings 2 | # encoding: utf-8 3 | 4 | schema: 5 | schema_id: cangjie5 6 | name: 倉頡五代 7 | version: "0.28" 8 | author: 9 | - 發明人 朱邦復先生 10 | description: | 11 | 第五代倉頡輸入法 12 | 碼表源自倉頡之友發佈的《五倉世紀版》 13 | www.chinesecj.com 14 | dependencies: 15 | - luna_quanpin 16 | 17 | switches: 18 | - name: ascii_mode 19 | reset: 0 20 | states: [ 中文, 西文 ] 21 | - name: full_shape 22 | states: [ 半角, 全角 ] 23 | - name: simplification 24 | states: [ 漢字, 汉字 ] 25 | - name: extended_charset 26 | states: [ 常用, 增廣 ] 27 | - name: ascii_punct 28 | states: [ 。,, ., ] 29 | 30 | engine: 31 | processors: 32 | - ascii_composer 33 | - recognizer 34 | - key_binder 35 | - speller 36 | - punctuator 37 | - selector 38 | - navigator 39 | - express_editor 40 | segmentors: 41 | - ascii_segmentor 42 | - matcher 43 | - abc_segmentor 44 | - punct_segmentor 45 | - fallback_segmentor 46 | translators: 47 | - punct_translator 48 | - reverse_lookup_translator 49 | - table_translator 50 | filters: 51 | - simplifier 52 | - uniquifier 53 | - single_char_filter 54 | 55 | speller: 56 | alphabet: zyxwvutsrqponmlkjihgfedcba 57 | delimiter: " ;" 58 | #max_code_length: 5 # 五碼頂字上屏 59 | 60 | translator: 61 | dictionary: cangjie5 62 | enable_charset_filter: true 63 | enable_sentence: true 64 | enable_encoder: true 65 | encode_commit_history: true 66 | max_phrase_length: 5 67 | preedit_format: 68 | - 'xform/^([a-z]*)$/$1\t(\U$1\E)/' 69 | - "xlit|ABCDEFGHIJKLMNOPQRSTUVWXYZ|日月金木水火土竹戈十大中一弓人心手口尸廿山女田難卜符|" 70 | comment_format: 71 | - "xlit|abcdefghijklmnopqrstuvwxyz~|日月金木水火土竹戈十大中一弓人心手口尸廿山女田難卜符~|" 72 | disable_user_dict_for_patterns: 73 | - "^z.*$" 74 | - "^yyy.*$" 75 | 76 | abc_segmentor: 77 | extra_tags: 78 | - reverse_lookup # 與拼音(反查碼)混打 79 | 80 | reverse_lookup: 81 | dictionary: luna_pinyin 82 | prism: luna_quanpin 83 | prefix: "`" 84 | suffix: "'" 85 | tips: 〔拼音〕 86 | preedit_format: 87 | - xform/([nl])v/$1ü/ 88 | - xform/([nl])ue/$1üe/ 89 | - xform/([jqxy])v/$1u/ 90 | comment_format: 91 | - "xlit|abcdefghijklmnopqrstuvwxyz|日月金木水火土竹戈十大中一弓人心手口尸廿山女田難卜符|" 92 | 93 | simplifier: 94 | tips: all # 簡化字模式下提示對應的傳統漢字 95 | 96 | punctuator: 97 | import_preset: symbols 98 | 99 | key_binder: 100 | import_preset: default 101 | 102 | recognizer: 103 | import_preset: default 104 | patterns: 105 | punct: "^/([0-9]0?|[a-z]+)$" 106 | reverse_lookup: "`[a-z]*'?$|[a-z]*'$" 107 | -------------------------------------------------------------------------------- /config/fcitx/rime/cangjie5.table.bin: -------------------------------------------------------------------------------- 1 | /usr/share/rime-data/cangjie5.table.bin -------------------------------------------------------------------------------- /config/fcitx/rime/installation.yaml: -------------------------------------------------------------------------------- 1 | distribution_code_name: "fcitx-rime" 2 | distribution_name: Rime 3 | distribution_version: 0.2.3 4 | install_time: "Tue Apr 4 18:01:37 2017" 5 | installation_id: "860dd7a6-9e8a-4b6c-a6f9-dc28e0ff6516" 6 | rime_version: 1.2.9 -------------------------------------------------------------------------------- /config/fcitx/rime/luna_pinyin.prism.bin: -------------------------------------------------------------------------------- 1 | /usr/share/rime-data/luna_pinyin.prism.bin -------------------------------------------------------------------------------- /config/fcitx/rime/luna_pinyin.reverse.bin: -------------------------------------------------------------------------------- 1 | /usr/share/rime-data/luna_pinyin.reverse.bin -------------------------------------------------------------------------------- /config/fcitx/rime/luna_pinyin.schema.yaml: -------------------------------------------------------------------------------- 1 | # Rime schema 2 | # encoding: utf-8 3 | 4 | schema: 5 | schema_id: luna_pinyin 6 | name: 朙月拼音 7 | version: "0.23" 8 | author: 9 | - 佛振 10 | description: | 11 | Rime 預設的拼音輸入方案。 12 | 參考以下作品而創作: 13 | * CC-CEDICT 14 | * Android open source project 15 | * Chewing - 新酷音 16 | * opencc - 開放中文轉換 17 | dependencies: 18 | - stroke 19 | 20 | switches: 21 | - name: ascii_mode 22 | reset: 0 23 | states: [ 中文, 西文 ] 24 | - name: full_shape 25 | states: [ 半角, 全角 ] 26 | - name: simplification 27 | states: [ 漢字, 汉字 ] 28 | - name: ascii_punct 29 | states: [ 。,, ., ] 30 | 31 | engine: 32 | processors: 33 | - ascii_composer 34 | - recognizer 35 | - key_binder 36 | - speller 37 | - punctuator 38 | - selector 39 | - navigator 40 | - express_editor 41 | segmentors: 42 | - ascii_segmentor 43 | - matcher 44 | - abc_segmentor 45 | - punct_segmentor 46 | - fallback_segmentor 47 | translators: 48 | - punct_translator 49 | - table_translator@custom_phrase 50 | - reverse_lookup_translator 51 | - script_translator 52 | filters: 53 | - simplifier 54 | - uniquifier 55 | 56 | speller: 57 | alphabet: zyxwvutsrqponmlkjihgfedcba 58 | delimiter: " '" 59 | algebra: 60 | - erase/^xx$/ 61 | - abbrev/^([a-z]).+$/$1/ 62 | - abbrev/^([zcs]h).+$/$1/ 63 | - derive/^([nl])ve$/$1ue/ 64 | - derive/^([jqxy])u/$1v/ 65 | - derive/un$/uen/ 66 | - derive/ui$/uei/ 67 | - derive/iu$/iou/ 68 | - derive/([aeiou])ng$/$1gn/ 69 | - derive/([dtngkhrzcs])o(u|ng)$/$1o/ 70 | - derive/ong$/on/ 71 | - derive/ao$/oa/ 72 | - derive/([iu])a(o|ng?)$/a$1$2/ 73 | 74 | translator: 75 | dictionary: luna_pinyin 76 | preedit_format: 77 | - xform/([nl])v/$1ü/ 78 | - xform/([nl])ue/$1üe/ 79 | - xform/([jqxy])v/$1u/ 80 | 81 | custom_phrase: 82 | dictionary: "" 83 | user_dict: custom_phrase 84 | db_class: stabledb 85 | enable_completion: false 86 | enable_sentence: false 87 | initial_quality: 1 88 | 89 | reverse_lookup: 90 | dictionary: stroke 91 | enable_completion: true 92 | prefix: "`" 93 | suffix: "'" 94 | tips: 〔筆畫〕 95 | preedit_format: 96 | - xlit/hspnz/一丨丿丶乙/ 97 | comment_format: 98 | - xform/([nl])v/$1ü/ 99 | 100 | punctuator: 101 | import_preset: symbols 102 | 103 | key_binder: 104 | import_preset: default 105 | 106 | recognizer: 107 | import_preset: default 108 | patterns: 109 | punct: "^/([0-9]0?|[a-z]+)$" 110 | reverse_lookup: "`[a-z]*'?$" 111 | -------------------------------------------------------------------------------- /config/fcitx/rime/luna_pinyin.table.bin: -------------------------------------------------------------------------------- 1 | /usr/share/rime-data/luna_pinyin.table.bin -------------------------------------------------------------------------------- /config/fcitx/rime/luna_pinyin.userdb/000005.ldb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/fcitx/rime/luna_pinyin.userdb/000005.ldb -------------------------------------------------------------------------------- /config/fcitx/rime/luna_pinyin.userdb/000012.ldb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/fcitx/rime/luna_pinyin.userdb/000012.ldb -------------------------------------------------------------------------------- /config/fcitx/rime/luna_pinyin.userdb/000019.ldb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/fcitx/rime/luna_pinyin.userdb/000019.ldb -------------------------------------------------------------------------------- /config/fcitx/rime/luna_pinyin.userdb/CURRENT: -------------------------------------------------------------------------------- 1 | MANIFEST-000031 2 | -------------------------------------------------------------------------------- /config/fcitx/rime/luna_pinyin.userdb/LOCK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/fcitx/rime/luna_pinyin.userdb/LOCK -------------------------------------------------------------------------------- /config/fcitx/rime/luna_pinyin.userdb/LOG: -------------------------------------------------------------------------------- 1 | 2017/04/11-13:18:19.098197 7ff6185e3380 Recovering log #30 2 | 2017/04/11-13:18:19.107171 7ff6185e3380 Delete type=0 #30 3 | 2017/04/11-13:18:19.107190 7ff6185e3380 Delete type=3 #29 4 | -------------------------------------------------------------------------------- /config/fcitx/rime/luna_pinyin.userdb/LOG.old: -------------------------------------------------------------------------------- 1 | 2017/04/04-18:07:39.872728 7f34cc191380 Recovering log #28 2 | 2017/04/04-18:07:39.879980 7f34cc191380 Delete type=0 #28 3 | 2017/04/04-18:07:39.879996 7f34cc191380 Delete type=3 #27 4 | -------------------------------------------------------------------------------- /config/fcitx/rime/luna_pinyin.userdb/MANIFEST-000031: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/fcitx/rime/luna_pinyin.userdb/MANIFEST-000031 -------------------------------------------------------------------------------- /config/fcitx/rime/luna_pinyin_fluency.prism.bin: -------------------------------------------------------------------------------- 1 | /usr/share/rime-data/luna_pinyin_fluency.prism.bin -------------------------------------------------------------------------------- /config/fcitx/rime/luna_pinyin_fluency.schema.yaml: -------------------------------------------------------------------------------- 1 | # Rime schema 2 | # encoding: utf-8 3 | 4 | schema: 5 | schema_id: luna_pinyin_fluency 6 | name: 朙月拼音·語句流 7 | version: "0.26" 8 | author: 9 | - 佛振 10 | description: | 11 | 朙月拼音·語句流錄入! 12 | 以空格分詞、標點或回車上屏。 13 | dependencies: 14 | - stroke 15 | 16 | switches: 17 | - name: ascii_mode 18 | reset: 0 19 | states: [ 中文, 西文 ] 20 | - name: full_shape 21 | states: [ 半角, 全角 ] 22 | - name: simplification 23 | states: [ 漢字, 汉字 ] 24 | - name: ascii_punct 25 | states: [ 。,, ., ] 26 | 27 | engine: 28 | processors: 29 | - ascii_composer 30 | - recognizer 31 | - key_binder 32 | - speller 33 | - punctuator 34 | - selector 35 | - navigator 36 | - fluency_editor 37 | segmentors: 38 | - ascii_segmentor 39 | - matcher 40 | - abc_segmentor 41 | - punct_segmentor 42 | - fallback_segmentor 43 | translators: 44 | - punct_translator 45 | - table_translator@custom_phrase 46 | - reverse_lookup_translator 47 | - script_translator 48 | filters: 49 | - simplifier 50 | - uniquifier 51 | 52 | speller: 53 | alphabet: zyxwvutsrqponmlkjihgfedcba 54 | delimiter: " '" 55 | algebra: 56 | - erase/^xx$/ 57 | - abbrev/^([a-z]).+$/$1/ 58 | - abbrev/^([zcs]h).+$/$1/ 59 | - derive/^([nl])ve$/$1ue/ 60 | - derive/^([jqxy])u/$1v/ 61 | - derive/un$/uen/ 62 | - derive/ui$/uei/ 63 | - derive/iu$/iou/ 64 | - derive/([aeiou])ng$/$1gn/ 65 | - derive/([dtngkhrzcs])o(u|ng)$/$1o/ 66 | - derive/ong$/on/ 67 | - derive/ao$/oa/ 68 | - derive/([iu])a(o|ng?)$/a$1$2/ 69 | 70 | translator: 71 | dictionary: luna_pinyin 72 | prism: luna_pinyin_fluency 73 | preedit_format: 74 | - xform/([nl])v/$1ü/ 75 | - xform/([nl])ue/$1üe/ 76 | - xform/([jqxy])v/$1u/ 77 | 78 | custom_phrase: 79 | dictionary: "" 80 | user_dict: custom_phrase 81 | db_class: stabledb 82 | enable_completion: false 83 | enable_sentence: false 84 | initial_quality: 1 85 | 86 | reverse_lookup: 87 | dictionary: stroke 88 | enable_completion: true 89 | prefix: "`" 90 | suffix: "'" 91 | tips: 〔筆畫〕 92 | preedit_format: 93 | - xlit/hspnz/一丨丿丶乙/ 94 | comment_format: 95 | - xform/([nl])v/$1ü/ 96 | 97 | punctuator: 98 | import_preset: symbols 99 | 100 | key_binder: 101 | import_preset: default 102 | 103 | recognizer: 104 | import_preset: default 105 | patterns: 106 | number: "^[-+]?[0-9][.:0-9]*[%]?$" 107 | punct: "^/([0-9]0?|[a-z]+)$" 108 | reverse_lookup: "`[a-z]*'?$" 109 | -------------------------------------------------------------------------------- /config/fcitx/rime/luna_pinyin_simp.prism.bin: -------------------------------------------------------------------------------- 1 | /usr/share/rime-data/luna_pinyin_simp.prism.bin -------------------------------------------------------------------------------- /config/fcitx/rime/luna_pinyin_simp.schema.yaml: -------------------------------------------------------------------------------- 1 | # Rime schema 2 | # encoding: utf-8 3 | 4 | schema: 5 | schema_id: luna_pinyin_simp 6 | name: 朙月拼音·简化字 7 | version: "0.22" 8 | author: 9 | - 佛振 10 | description: | 11 | 朙月拼音,簡化字輸出模式。 12 | 13 | switches: 14 | - name: ascii_mode 15 | reset: 0 16 | states: [ 中文, 西文 ] 17 | - name: full_shape 18 | states: [ 半角, 全角 ] 19 | - name: zh_simp 20 | reset: 1 21 | states: [ 漢字, 汉字 ] 22 | - name: ascii_punct 23 | states: [ 。,, ., ] 24 | 25 | engine: 26 | processors: 27 | - ascii_composer 28 | - recognizer 29 | - key_binder 30 | - speller 31 | - punctuator 32 | - selector 33 | - navigator 34 | - express_editor 35 | segmentors: 36 | - ascii_segmentor 37 | - matcher 38 | - abc_segmentor 39 | - punct_segmentor 40 | - fallback_segmentor 41 | translators: 42 | - punct_translator 43 | - table_translator@custom_phrase 44 | - script_translator 45 | filters: 46 | - simplifier 47 | - uniquifier 48 | 49 | speller: 50 | alphabet: zyxwvutsrqponmlkjihgfedcba 51 | delimiter: " '" 52 | algebra: 53 | - erase/^xx$/ 54 | - abbrev/^([a-z]).+$/$1/ 55 | - abbrev/^([zcs]h).+$/$1/ 56 | - derive/^([nl])ve$/$1ue/ 57 | - derive/^([jqxy])u/$1v/ 58 | - derive/un$/uen/ 59 | - derive/ui$/uei/ 60 | - derive/iu$/iou/ 61 | - derive/([aeiou])ng$/$1gn/ 62 | - derive/([dtngkhrzcs])o(u|ng)$/$1o/ 63 | - derive/ong$/on/ 64 | - derive/ao$/oa/ 65 | - derive/([iu])a(o|ng?)$/a$1$2/ 66 | 67 | translator: 68 | dictionary: luna_pinyin 69 | prism: luna_pinyin_simp 70 | preedit_format: 71 | - xform/([nl])v/$1ü/ 72 | - xform/([nl])ue/$1üe/ 73 | - xform/([jqxy])v/$1u/ 74 | 75 | custom_phrase: 76 | dictionary: "" 77 | user_dict: custom_phrase 78 | db_class: stabledb 79 | enable_completion: false 80 | enable_sentence: false 81 | initial_quality: 1 82 | 83 | simplifier: 84 | option_name: zh_simp 85 | 86 | punctuator: 87 | import_preset: default 88 | 89 | key_binder: 90 | import_preset: default 91 | bindings: 92 | - { when: always, accept: Control+Shift+4, toggle: zh_simp } 93 | - { when: always, accept: Control+Shift+dollar, toggle: zh_simp } 94 | 95 | recognizer: 96 | import_preset: default 97 | -------------------------------------------------------------------------------- /config/fcitx/rime/luna_quanpin.prism.bin: -------------------------------------------------------------------------------- 1 | /usr/share/rime-data/luna_quanpin.prism.bin -------------------------------------------------------------------------------- /config/fcitx/rime/luna_quanpin.schema.yaml: -------------------------------------------------------------------------------- 1 | # Rime schema 2 | # encoding: utf-8 3 | 4 | schema: 5 | schema_id: luna_quanpin 6 | name: 全拼 7 | version: "0.1" 8 | author: 9 | - 佛振 10 | description: | 11 | 所謂「全拼」。其實是去除聲調的漢語拼音。 12 | 詞典供形碼用作拼音反查。 13 | dependencies: 14 | - stroke 15 | 16 | switches: 17 | - name: ascii_mode 18 | reset: 0 19 | states: [ 中文, 西文 ] 20 | - name: full_shape 21 | states: [ 半角, 全角 ] 22 | - name: simplification 23 | states: [ 漢字, 汉字 ] 24 | - name: ascii_punct 25 | states: [ 。,, ., ] 26 | 27 | engine: 28 | processors: 29 | - ascii_composer 30 | - recognizer 31 | - key_binder 32 | - speller 33 | - punctuator 34 | - selector 35 | - navigator 36 | - express_editor 37 | segmentors: 38 | - ascii_segmentor 39 | - matcher 40 | - abc_segmentor 41 | - punct_segmentor 42 | - fallback_segmentor 43 | translators: 44 | - punct_translator 45 | - reverse_lookup_translator 46 | - script_translator 47 | filters: 48 | - simplifier 49 | - uniquifier 50 | 51 | speller: 52 | alphabet: zyxwvutsrqponmlkjihgfedcba 53 | delimiter: " '" 54 | algebra: 55 | - derive/^([nl])ve$/$1ue/ 56 | - derive/^([jqxy])u/$1v/ 57 | - derive/un$/uen/ 58 | - derive/ui$/uei/ 59 | - derive/iu$/iou/ 60 | 61 | translator: 62 | dictionary: luna_pinyin 63 | prism: luna_quanpin 64 | preedit_format: 65 | - xform/([nl])v/$1ü/ 66 | - xform/([nl])ue/$1üe/ 67 | - xform/([jqxy])v/$1u/ 68 | 69 | reverse_lookup: 70 | dictionary: stroke 71 | enable_completion: true 72 | prefix: "`" 73 | suffix: "'" 74 | tips: 〔筆畫〕 75 | preedit_format: 76 | - xlit/hspnz/一丨丿丶乙/ 77 | comment_format: 78 | - xform/([nl])v/$1ü/ 79 | 80 | punctuator: 81 | import_preset: default 82 | 83 | key_binder: 84 | import_preset: default 85 | 86 | recognizer: 87 | import_preset: default 88 | patterns: 89 | reverse_lookup: "`[a-z]*'?$" 90 | -------------------------------------------------------------------------------- /config/fcitx/rime/pinyin_simp.prism.bin: -------------------------------------------------------------------------------- 1 | /usr/share/rime-data/pinyin_simp.prism.bin -------------------------------------------------------------------------------- /config/fcitx/rime/pinyin_simp.reverse.bin: -------------------------------------------------------------------------------- 1 | /usr/share/rime-data/pinyin_simp.reverse.bin -------------------------------------------------------------------------------- /config/fcitx/rime/pinyin_simp.schema.yaml: -------------------------------------------------------------------------------- 1 | # Rime schema 2 | # encoding: utf-8 3 | 4 | schema: 5 | schema_id: pinyin_simp 6 | name: 袖珍简化字拼音 7 | version: "0.8" 8 | author: 9 | - 佚名 10 | description: | 11 | 源自 Android 拼音 12 | dependencies: 13 | - stroke 14 | 15 | switches: 16 | - name: ascii_mode 17 | reset: 0 18 | states: [ 中文, 西文 ] 19 | - name: full_shape 20 | states: [ 半角, 全角 ] 21 | - name: ascii_punct 22 | states: [ 。,, ., ] 23 | 24 | engine: 25 | processors: 26 | - ascii_composer 27 | - recognizer 28 | - key_binder 29 | - speller 30 | - punctuator 31 | - selector 32 | - navigator 33 | - express_editor 34 | segmentors: 35 | - ascii_segmentor 36 | - matcher 37 | - abc_segmentor 38 | - punct_segmentor 39 | - fallback_segmentor 40 | translators: 41 | - punct_translator 42 | - script_translator 43 | - reverse_lookup_translator 44 | 45 | speller: 46 | alphabet: zyxwvutsrqponmlkjihgfedcba 47 | delimiter: " '" 48 | algebra: 49 | - abbrev/^([a-z]).+$/$1/ 50 | - abbrev/^([zcs]h).+$/$1/ 51 | - derive/^([nl])ue$/$1ve/ 52 | - derive/^([jqxy])u/$1v/ 53 | - derive/un$/uen/ 54 | - derive/ui$/uei/ 55 | - derive/iu$/iou/ 56 | - derive/([aeiou])ng$/$1gn/ 57 | - derive/([dtngkhrzcs])o(u|ng)$/$1o/ 58 | - derive/ong$/on/ 59 | - derive/ao$/oa/ 60 | - derive/([iu])a(o|ng?)$/a$1$2/ 61 | 62 | translator: 63 | dictionary: pinyin_simp 64 | preedit_format: 65 | - xform/([nl])v/$1ü/ 66 | - xform/([nl])ue/$1üe/ 67 | - xform/([jqxy])v/$1u/ 68 | 69 | reverse_lookup: 70 | dictionary: stroke 71 | enable_completion: true 72 | prefix: "`" 73 | suffix: "'" 74 | tips: 〔笔画〕 75 | preedit_format: 76 | - xlit/hspnz/一丨丿丶乙/ 77 | 78 | punctuator: 79 | import_preset: default 80 | 81 | key_binder: 82 | import_preset: default 83 | 84 | recognizer: 85 | import_preset: default 86 | patterns: 87 | reverse_lookup: "`[a-z]*'?$" 88 | -------------------------------------------------------------------------------- /config/fcitx/rime/pinyin_simp.table.bin: -------------------------------------------------------------------------------- 1 | /usr/share/rime-data/pinyin_simp.table.bin -------------------------------------------------------------------------------- /config/fcitx/rime/stroke.prism.bin: -------------------------------------------------------------------------------- 1 | /usr/share/rime-data/stroke.prism.bin -------------------------------------------------------------------------------- /config/fcitx/rime/stroke.reverse.bin: -------------------------------------------------------------------------------- 1 | /usr/share/rime-data/stroke.reverse.bin -------------------------------------------------------------------------------- /config/fcitx/rime/stroke.schema.yaml: -------------------------------------------------------------------------------- 1 | # Rime schema settings 2 | # encoding: utf-8 3 | 4 | schema: 5 | schema_id: stroke 6 | name: "五筆畫" 7 | version: "0.5" 8 | author: 9 | - 四季的風 10 | - 雪齋 11 | - 瑾昀 12 | description: | 13 | 五筆畫 14 | h,s,p,n,z 代表橫、豎、撇、捺、折 15 | dependencies: 16 | - luna_pinyin 17 | 18 | switches: 19 | - name: ascii_mode 20 | reset: 0 21 | states: [ 中文, 西文 ] 22 | - name: full_shape 23 | states: [ 半角, 全角 ] 24 | - name: ascii_punct 25 | states: [ 。,, ., ] 26 | 27 | engine: 28 | processors: 29 | - ascii_composer 30 | - recognizer 31 | - key_binder 32 | - speller 33 | - punctuator 34 | - selector 35 | - navigator 36 | - express_editor 37 | segmentors: 38 | - ascii_segmentor 39 | - matcher 40 | - abc_segmentor 41 | - punct_segmentor 42 | - fallback_segmentor 43 | translators: 44 | - punct_translator 45 | - reverse_lookup_translator 46 | - table_translator 47 | 48 | speller: 49 | alphabet: "abcdefghijklmnopqrstuvwxyz" 50 | delimiter: " '" 51 | 52 | menu: 53 | page_size: 9 54 | 55 | translator: 56 | dictionary: stroke 57 | preedit_format: 58 | - xlit/hspnz/一丨丿丶乙/ 59 | comment_format: 60 | - xform/~// 61 | - xlit/hspnz/一丨丿丶乙/ 62 | 63 | abc_segmentor: 64 | extra_tags: 65 | - reverse_lookup 66 | 67 | reverse_lookup: 68 | dictionary: luna_pinyin 69 | prefix: "`" 70 | suffix: "'" 71 | tips: 〔拼音〕 72 | preedit_format: 73 | - xform/([nl])v/$1ü/ 74 | - xform/([nl])ue/$1üe/ 75 | - xform/([jqxy])v/$1u/ 76 | comment_format: 77 | - xlit/hspnz/一丨丿丶乙/ 78 | 79 | punctuator: 80 | import_preset: default 81 | 82 | key_binder: 83 | import_preset: default 84 | 85 | recognizer: 86 | import_preset: default 87 | patterns: 88 | reverse_lookup: "`[a-z]*'?$" 89 | -------------------------------------------------------------------------------- /config/fcitx/rime/stroke.table.bin: -------------------------------------------------------------------------------- 1 | /usr/share/rime-data/stroke.table.bin -------------------------------------------------------------------------------- /config/fcitx/rime/sync/860dd7a6-9e8a-4b6c-a6f9-dc28e0ff6516/cangjie5.schema.yaml: -------------------------------------------------------------------------------- 1 | # Rime schema settings 2 | # encoding: utf-8 3 | 4 | schema: 5 | schema_id: cangjie5 6 | name: 倉頡五代 7 | version: "0.28" 8 | author: 9 | - 發明人 朱邦復先生 10 | description: | 11 | 第五代倉頡輸入法 12 | 碼表源自倉頡之友發佈的《五倉世紀版》 13 | www.chinesecj.com 14 | dependencies: 15 | - luna_quanpin 16 | 17 | switches: 18 | - name: ascii_mode 19 | reset: 0 20 | states: [ 中文, 西文 ] 21 | - name: full_shape 22 | states: [ 半角, 全角 ] 23 | - name: simplification 24 | states: [ 漢字, 汉字 ] 25 | - name: extended_charset 26 | states: [ 常用, 增廣 ] 27 | - name: ascii_punct 28 | states: [ 。,, ., ] 29 | 30 | engine: 31 | processors: 32 | - ascii_composer 33 | - recognizer 34 | - key_binder 35 | - speller 36 | - punctuator 37 | - selector 38 | - navigator 39 | - express_editor 40 | segmentors: 41 | - ascii_segmentor 42 | - matcher 43 | - abc_segmentor 44 | - punct_segmentor 45 | - fallback_segmentor 46 | translators: 47 | - punct_translator 48 | - reverse_lookup_translator 49 | - table_translator 50 | filters: 51 | - simplifier 52 | - uniquifier 53 | - single_char_filter 54 | 55 | speller: 56 | alphabet: zyxwvutsrqponmlkjihgfedcba 57 | delimiter: " ;" 58 | #max_code_length: 5 # 五碼頂字上屏 59 | 60 | translator: 61 | dictionary: cangjie5 62 | enable_charset_filter: true 63 | enable_sentence: true 64 | enable_encoder: true 65 | encode_commit_history: true 66 | max_phrase_length: 5 67 | preedit_format: 68 | - 'xform/^([a-z]*)$/$1\t(\U$1\E)/' 69 | - "xlit|ABCDEFGHIJKLMNOPQRSTUVWXYZ|日月金木水火土竹戈十大中一弓人心手口尸廿山女田難卜符|" 70 | comment_format: 71 | - "xlit|abcdefghijklmnopqrstuvwxyz~|日月金木水火土竹戈十大中一弓人心手口尸廿山女田難卜符~|" 72 | disable_user_dict_for_patterns: 73 | - "^z.*$" 74 | - "^yyy.*$" 75 | 76 | abc_segmentor: 77 | extra_tags: 78 | - reverse_lookup # 與拼音(反查碼)混打 79 | 80 | reverse_lookup: 81 | dictionary: luna_pinyin 82 | prism: luna_quanpin 83 | prefix: "`" 84 | suffix: "'" 85 | tips: 〔拼音〕 86 | preedit_format: 87 | - xform/([nl])v/$1ü/ 88 | - xform/([nl])ue/$1üe/ 89 | - xform/([jqxy])v/$1u/ 90 | comment_format: 91 | - "xlit|abcdefghijklmnopqrstuvwxyz|日月金木水火土竹戈十大中一弓人心手口尸廿山女田難卜符|" 92 | 93 | simplifier: 94 | tips: all # 簡化字模式下提示對應的傳統漢字 95 | 96 | punctuator: 97 | import_preset: symbols 98 | 99 | key_binder: 100 | import_preset: default 101 | 102 | recognizer: 103 | import_preset: default 104 | patterns: 105 | punct: "^/([0-9]0?|[a-z]+)$" 106 | reverse_lookup: "`[a-z]*'?$|[a-z]*'$" 107 | -------------------------------------------------------------------------------- /config/fcitx/rime/sync/860dd7a6-9e8a-4b6c-a6f9-dc28e0ff6516/installation.yaml: -------------------------------------------------------------------------------- 1 | distribution_code_name: "fcitx-rime" 2 | distribution_name: Rime 3 | distribution_version: 0.2.3 4 | install_time: "Tue Apr 4 18:01:37 2017" 5 | installation_id: "860dd7a6-9e8a-4b6c-a6f9-dc28e0ff6516" 6 | rime_version: 1.2.9 -------------------------------------------------------------------------------- /config/fcitx/rime/sync/860dd7a6-9e8a-4b6c-a6f9-dc28e0ff6516/luna_pinyin.schema.yaml: -------------------------------------------------------------------------------- 1 | # Rime schema 2 | # encoding: utf-8 3 | 4 | schema: 5 | schema_id: luna_pinyin 6 | name: 朙月拼音 7 | version: "0.23" 8 | author: 9 | - 佛振 10 | description: | 11 | Rime 預設的拼音輸入方案。 12 | 參考以下作品而創作: 13 | * CC-CEDICT 14 | * Android open source project 15 | * Chewing - 新酷音 16 | * opencc - 開放中文轉換 17 | dependencies: 18 | - stroke 19 | 20 | switches: 21 | - name: ascii_mode 22 | reset: 0 23 | states: [ 中文, 西文 ] 24 | - name: full_shape 25 | states: [ 半角, 全角 ] 26 | - name: simplification 27 | states: [ 漢字, 汉字 ] 28 | - name: ascii_punct 29 | states: [ 。,, ., ] 30 | 31 | engine: 32 | processors: 33 | - ascii_composer 34 | - recognizer 35 | - key_binder 36 | - speller 37 | - punctuator 38 | - selector 39 | - navigator 40 | - express_editor 41 | segmentors: 42 | - ascii_segmentor 43 | - matcher 44 | - abc_segmentor 45 | - punct_segmentor 46 | - fallback_segmentor 47 | translators: 48 | - punct_translator 49 | - table_translator@custom_phrase 50 | - reverse_lookup_translator 51 | - script_translator 52 | filters: 53 | - simplifier 54 | - uniquifier 55 | 56 | speller: 57 | alphabet: zyxwvutsrqponmlkjihgfedcba 58 | delimiter: " '" 59 | algebra: 60 | - erase/^xx$/ 61 | - abbrev/^([a-z]).+$/$1/ 62 | - abbrev/^([zcs]h).+$/$1/ 63 | - derive/^([nl])ve$/$1ue/ 64 | - derive/^([jqxy])u/$1v/ 65 | - derive/un$/uen/ 66 | - derive/ui$/uei/ 67 | - derive/iu$/iou/ 68 | - derive/([aeiou])ng$/$1gn/ 69 | - derive/([dtngkhrzcs])o(u|ng)$/$1o/ 70 | - derive/ong$/on/ 71 | - derive/ao$/oa/ 72 | - derive/([iu])a(o|ng?)$/a$1$2/ 73 | 74 | translator: 75 | dictionary: luna_pinyin 76 | preedit_format: 77 | - xform/([nl])v/$1ü/ 78 | - xform/([nl])ue/$1üe/ 79 | - xform/([jqxy])v/$1u/ 80 | 81 | custom_phrase: 82 | dictionary: "" 83 | user_dict: custom_phrase 84 | db_class: stabledb 85 | enable_completion: false 86 | enable_sentence: false 87 | initial_quality: 1 88 | 89 | reverse_lookup: 90 | dictionary: stroke 91 | enable_completion: true 92 | prefix: "`" 93 | suffix: "'" 94 | tips: 〔筆畫〕 95 | preedit_format: 96 | - xlit/hspnz/一丨丿丶乙/ 97 | comment_format: 98 | - xform/([nl])v/$1ü/ 99 | 100 | punctuator: 101 | import_preset: symbols 102 | 103 | key_binder: 104 | import_preset: default 105 | 106 | recognizer: 107 | import_preset: default 108 | patterns: 109 | punct: "^/([0-9]0?|[a-z]+)$" 110 | reverse_lookup: "`[a-z]*'?$" 111 | -------------------------------------------------------------------------------- /config/fcitx/rime/sync/860dd7a6-9e8a-4b6c-a6f9-dc28e0ff6516/luna_pinyin.userdb.txt: -------------------------------------------------------------------------------- 1 | # Rime user dictionary 2 | #@/db_name luna_pinyin.userdb 3 | #@/db_type userdb 4 | #@/rime_version 1.2.9 5 | #@/tick 0 6 | #@/user_id 860dd7a6-9e8a-4b6c-a6f9-dc28e0ff6516 7 | -------------------------------------------------------------------------------- /config/fcitx/rime/sync/860dd7a6-9e8a-4b6c-a6f9-dc28e0ff6516/luna_pinyin_fluency.schema.yaml: -------------------------------------------------------------------------------- 1 | # Rime schema 2 | # encoding: utf-8 3 | 4 | schema: 5 | schema_id: luna_pinyin_fluency 6 | name: 朙月拼音·語句流 7 | version: "0.26" 8 | author: 9 | - 佛振 10 | description: | 11 | 朙月拼音·語句流錄入! 12 | 以空格分詞、標點或回車上屏。 13 | dependencies: 14 | - stroke 15 | 16 | switches: 17 | - name: ascii_mode 18 | reset: 0 19 | states: [ 中文, 西文 ] 20 | - name: full_shape 21 | states: [ 半角, 全角 ] 22 | - name: simplification 23 | states: [ 漢字, 汉字 ] 24 | - name: ascii_punct 25 | states: [ 。,, ., ] 26 | 27 | engine: 28 | processors: 29 | - ascii_composer 30 | - recognizer 31 | - key_binder 32 | - speller 33 | - punctuator 34 | - selector 35 | - navigator 36 | - fluency_editor 37 | segmentors: 38 | - ascii_segmentor 39 | - matcher 40 | - abc_segmentor 41 | - punct_segmentor 42 | - fallback_segmentor 43 | translators: 44 | - punct_translator 45 | - table_translator@custom_phrase 46 | - reverse_lookup_translator 47 | - script_translator 48 | filters: 49 | - simplifier 50 | - uniquifier 51 | 52 | speller: 53 | alphabet: zyxwvutsrqponmlkjihgfedcba 54 | delimiter: " '" 55 | algebra: 56 | - erase/^xx$/ 57 | - abbrev/^([a-z]).+$/$1/ 58 | - abbrev/^([zcs]h).+$/$1/ 59 | - derive/^([nl])ve$/$1ue/ 60 | - derive/^([jqxy])u/$1v/ 61 | - derive/un$/uen/ 62 | - derive/ui$/uei/ 63 | - derive/iu$/iou/ 64 | - derive/([aeiou])ng$/$1gn/ 65 | - derive/([dtngkhrzcs])o(u|ng)$/$1o/ 66 | - derive/ong$/on/ 67 | - derive/ao$/oa/ 68 | - derive/([iu])a(o|ng?)$/a$1$2/ 69 | 70 | translator: 71 | dictionary: luna_pinyin 72 | prism: luna_pinyin_fluency 73 | preedit_format: 74 | - xform/([nl])v/$1ü/ 75 | - xform/([nl])ue/$1üe/ 76 | - xform/([jqxy])v/$1u/ 77 | 78 | custom_phrase: 79 | dictionary: "" 80 | user_dict: custom_phrase 81 | db_class: stabledb 82 | enable_completion: false 83 | enable_sentence: false 84 | initial_quality: 1 85 | 86 | reverse_lookup: 87 | dictionary: stroke 88 | enable_completion: true 89 | prefix: "`" 90 | suffix: "'" 91 | tips: 〔筆畫〕 92 | preedit_format: 93 | - xlit/hspnz/一丨丿丶乙/ 94 | comment_format: 95 | - xform/([nl])v/$1ü/ 96 | 97 | punctuator: 98 | import_preset: symbols 99 | 100 | key_binder: 101 | import_preset: default 102 | 103 | recognizer: 104 | import_preset: default 105 | patterns: 106 | number: "^[-+]?[0-9][.:0-9]*[%]?$" 107 | punct: "^/([0-9]0?|[a-z]+)$" 108 | reverse_lookup: "`[a-z]*'?$" 109 | -------------------------------------------------------------------------------- /config/fcitx/rime/sync/860dd7a6-9e8a-4b6c-a6f9-dc28e0ff6516/luna_pinyin_simp.schema.yaml: -------------------------------------------------------------------------------- 1 | # Rime schema 2 | # encoding: utf-8 3 | 4 | schema: 5 | schema_id: luna_pinyin_simp 6 | name: 朙月拼音·简化字 7 | version: "0.22" 8 | author: 9 | - 佛振 10 | description: | 11 | 朙月拼音,簡化字輸出模式。 12 | 13 | switches: 14 | - name: ascii_mode 15 | reset: 0 16 | states: [ 中文, 西文 ] 17 | - name: full_shape 18 | states: [ 半角, 全角 ] 19 | - name: zh_simp 20 | reset: 1 21 | states: [ 漢字, 汉字 ] 22 | - name: ascii_punct 23 | states: [ 。,, ., ] 24 | 25 | engine: 26 | processors: 27 | - ascii_composer 28 | - recognizer 29 | - key_binder 30 | - speller 31 | - punctuator 32 | - selector 33 | - navigator 34 | - express_editor 35 | segmentors: 36 | - ascii_segmentor 37 | - matcher 38 | - abc_segmentor 39 | - punct_segmentor 40 | - fallback_segmentor 41 | translators: 42 | - punct_translator 43 | - table_translator@custom_phrase 44 | - script_translator 45 | filters: 46 | - simplifier 47 | - uniquifier 48 | 49 | speller: 50 | alphabet: zyxwvutsrqponmlkjihgfedcba 51 | delimiter: " '" 52 | algebra: 53 | - erase/^xx$/ 54 | - abbrev/^([a-z]).+$/$1/ 55 | - abbrev/^([zcs]h).+$/$1/ 56 | - derive/^([nl])ve$/$1ue/ 57 | - derive/^([jqxy])u/$1v/ 58 | - derive/un$/uen/ 59 | - derive/ui$/uei/ 60 | - derive/iu$/iou/ 61 | - derive/([aeiou])ng$/$1gn/ 62 | - derive/([dtngkhrzcs])o(u|ng)$/$1o/ 63 | - derive/ong$/on/ 64 | - derive/ao$/oa/ 65 | - derive/([iu])a(o|ng?)$/a$1$2/ 66 | 67 | translator: 68 | dictionary: luna_pinyin 69 | prism: luna_pinyin_simp 70 | preedit_format: 71 | - xform/([nl])v/$1ü/ 72 | - xform/([nl])ue/$1üe/ 73 | - xform/([jqxy])v/$1u/ 74 | 75 | custom_phrase: 76 | dictionary: "" 77 | user_dict: custom_phrase 78 | db_class: stabledb 79 | enable_completion: false 80 | enable_sentence: false 81 | initial_quality: 1 82 | 83 | simplifier: 84 | option_name: zh_simp 85 | 86 | punctuator: 87 | import_preset: default 88 | 89 | key_binder: 90 | import_preset: default 91 | bindings: 92 | - { when: always, accept: Control+Shift+4, toggle: zh_simp } 93 | - { when: always, accept: Control+Shift+dollar, toggle: zh_simp } 94 | 95 | recognizer: 96 | import_preset: default 97 | -------------------------------------------------------------------------------- /config/fcitx/rime/sync/860dd7a6-9e8a-4b6c-a6f9-dc28e0ff6516/luna_quanpin.schema.yaml: -------------------------------------------------------------------------------- 1 | # Rime schema 2 | # encoding: utf-8 3 | 4 | schema: 5 | schema_id: luna_quanpin 6 | name: 全拼 7 | version: "0.1" 8 | author: 9 | - 佛振 10 | description: | 11 | 所謂「全拼」。其實是去除聲調的漢語拼音。 12 | 詞典供形碼用作拼音反查。 13 | dependencies: 14 | - stroke 15 | 16 | switches: 17 | - name: ascii_mode 18 | reset: 0 19 | states: [ 中文, 西文 ] 20 | - name: full_shape 21 | states: [ 半角, 全角 ] 22 | - name: simplification 23 | states: [ 漢字, 汉字 ] 24 | - name: ascii_punct 25 | states: [ 。,, ., ] 26 | 27 | engine: 28 | processors: 29 | - ascii_composer 30 | - recognizer 31 | - key_binder 32 | - speller 33 | - punctuator 34 | - selector 35 | - navigator 36 | - express_editor 37 | segmentors: 38 | - ascii_segmentor 39 | - matcher 40 | - abc_segmentor 41 | - punct_segmentor 42 | - fallback_segmentor 43 | translators: 44 | - punct_translator 45 | - reverse_lookup_translator 46 | - script_translator 47 | filters: 48 | - simplifier 49 | - uniquifier 50 | 51 | speller: 52 | alphabet: zyxwvutsrqponmlkjihgfedcba 53 | delimiter: " '" 54 | algebra: 55 | - derive/^([nl])ve$/$1ue/ 56 | - derive/^([jqxy])u/$1v/ 57 | - derive/un$/uen/ 58 | - derive/ui$/uei/ 59 | - derive/iu$/iou/ 60 | 61 | translator: 62 | dictionary: luna_pinyin 63 | prism: luna_quanpin 64 | preedit_format: 65 | - xform/([nl])v/$1ü/ 66 | - xform/([nl])ue/$1üe/ 67 | - xform/([jqxy])v/$1u/ 68 | 69 | reverse_lookup: 70 | dictionary: stroke 71 | enable_completion: true 72 | prefix: "`" 73 | suffix: "'" 74 | tips: 〔筆畫〕 75 | preedit_format: 76 | - xlit/hspnz/一丨丿丶乙/ 77 | comment_format: 78 | - xform/([nl])v/$1ü/ 79 | 80 | punctuator: 81 | import_preset: default 82 | 83 | key_binder: 84 | import_preset: default 85 | 86 | recognizer: 87 | import_preset: default 88 | patterns: 89 | reverse_lookup: "`[a-z]*'?$" 90 | -------------------------------------------------------------------------------- /config/fcitx/rime/sync/860dd7a6-9e8a-4b6c-a6f9-dc28e0ff6516/pinyin_simp.schema.yaml: -------------------------------------------------------------------------------- 1 | # Rime schema 2 | # encoding: utf-8 3 | 4 | schema: 5 | schema_id: pinyin_simp 6 | name: 袖珍简化字拼音 7 | version: "0.8" 8 | author: 9 | - 佚名 10 | description: | 11 | 源自 Android 拼音 12 | dependencies: 13 | - stroke 14 | 15 | switches: 16 | - name: ascii_mode 17 | reset: 0 18 | states: [ 中文, 西文 ] 19 | - name: full_shape 20 | states: [ 半角, 全角 ] 21 | - name: ascii_punct 22 | states: [ 。,, ., ] 23 | 24 | engine: 25 | processors: 26 | - ascii_composer 27 | - recognizer 28 | - key_binder 29 | - speller 30 | - punctuator 31 | - selector 32 | - navigator 33 | - express_editor 34 | segmentors: 35 | - ascii_segmentor 36 | - matcher 37 | - abc_segmentor 38 | - punct_segmentor 39 | - fallback_segmentor 40 | translators: 41 | - punct_translator 42 | - script_translator 43 | - reverse_lookup_translator 44 | 45 | speller: 46 | alphabet: zyxwvutsrqponmlkjihgfedcba 47 | delimiter: " '" 48 | algebra: 49 | - abbrev/^([a-z]).+$/$1/ 50 | - abbrev/^([zcs]h).+$/$1/ 51 | - derive/^([nl])ue$/$1ve/ 52 | - derive/^([jqxy])u/$1v/ 53 | - derive/un$/uen/ 54 | - derive/ui$/uei/ 55 | - derive/iu$/iou/ 56 | - derive/([aeiou])ng$/$1gn/ 57 | - derive/([dtngkhrzcs])o(u|ng)$/$1o/ 58 | - derive/ong$/on/ 59 | - derive/ao$/oa/ 60 | - derive/([iu])a(o|ng?)$/a$1$2/ 61 | 62 | translator: 63 | dictionary: pinyin_simp 64 | preedit_format: 65 | - xform/([nl])v/$1ü/ 66 | - xform/([nl])ue/$1üe/ 67 | - xform/([jqxy])v/$1u/ 68 | 69 | reverse_lookup: 70 | dictionary: stroke 71 | enable_completion: true 72 | prefix: "`" 73 | suffix: "'" 74 | tips: 〔笔画〕 75 | preedit_format: 76 | - xlit/hspnz/一丨丿丶乙/ 77 | 78 | punctuator: 79 | import_preset: default 80 | 81 | key_binder: 82 | import_preset: default 83 | 84 | recognizer: 85 | import_preset: default 86 | patterns: 87 | reverse_lookup: "`[a-z]*'?$" 88 | -------------------------------------------------------------------------------- /config/fcitx/rime/sync/860dd7a6-9e8a-4b6c-a6f9-dc28e0ff6516/stroke.schema.yaml: -------------------------------------------------------------------------------- 1 | # Rime schema settings 2 | # encoding: utf-8 3 | 4 | schema: 5 | schema_id: stroke 6 | name: "五筆畫" 7 | version: "0.5" 8 | author: 9 | - 四季的風 10 | - 雪齋 11 | - 瑾昀 12 | description: | 13 | 五筆畫 14 | h,s,p,n,z 代表橫、豎、撇、捺、折 15 | dependencies: 16 | - luna_pinyin 17 | 18 | switches: 19 | - name: ascii_mode 20 | reset: 0 21 | states: [ 中文, 西文 ] 22 | - name: full_shape 23 | states: [ 半角, 全角 ] 24 | - name: ascii_punct 25 | states: [ 。,, ., ] 26 | 27 | engine: 28 | processors: 29 | - ascii_composer 30 | - recognizer 31 | - key_binder 32 | - speller 33 | - punctuator 34 | - selector 35 | - navigator 36 | - express_editor 37 | segmentors: 38 | - ascii_segmentor 39 | - matcher 40 | - abc_segmentor 41 | - punct_segmentor 42 | - fallback_segmentor 43 | translators: 44 | - punct_translator 45 | - reverse_lookup_translator 46 | - table_translator 47 | 48 | speller: 49 | alphabet: "abcdefghijklmnopqrstuvwxyz" 50 | delimiter: " '" 51 | 52 | menu: 53 | page_size: 9 54 | 55 | translator: 56 | dictionary: stroke 57 | preedit_format: 58 | - xlit/hspnz/一丨丿丶乙/ 59 | comment_format: 60 | - xform/~// 61 | - xlit/hspnz/一丨丿丶乙/ 62 | 63 | abc_segmentor: 64 | extra_tags: 65 | - reverse_lookup 66 | 67 | reverse_lookup: 68 | dictionary: luna_pinyin 69 | prefix: "`" 70 | suffix: "'" 71 | tips: 〔拼音〕 72 | preedit_format: 73 | - xform/([nl])v/$1ü/ 74 | - xform/([nl])ue/$1üe/ 75 | - xform/([jqxy])v/$1u/ 76 | comment_format: 77 | - xlit/hspnz/一丨丿丶乙/ 78 | 79 | punctuator: 80 | import_preset: default 81 | 82 | key_binder: 83 | import_preset: default 84 | 85 | recognizer: 86 | import_preset: default 87 | patterns: 88 | reverse_lookup: "`[a-z]*'?$" 89 | -------------------------------------------------------------------------------- /config/fcitx/rime/sync/860dd7a6-9e8a-4b6c-a6f9-dc28e0ff6516/wubi86.schema.yaml: -------------------------------------------------------------------------------- 1 | # Rime schema settings 2 | # encoding: utf-8 3 | 4 | schema: 5 | schema_id: wubi86 6 | name: "五笔86" 7 | version: "0.21" 8 | author: 9 | - 發明人 王永民先生 10 | description: | 11 | 五筆字型86版 12 | 碼表源自 ibus-table 13 | 敲 z 鍵進入拼音反查 14 | dependencies: 15 | - pinyin_simp 16 | 17 | switches: 18 | - name: ascii_mode 19 | reset: 0 20 | states: [ 中文, 西文 ] 21 | - name: full_shape 22 | states: [ 半角, 全角 ] 23 | - name: extended_charset 24 | states: [ 常用, 增廣 ] 25 | - name: ascii_punct 26 | states: [ 。,, ., ] 27 | 28 | engine: 29 | processors: 30 | - ascii_composer 31 | - recognizer 32 | - key_binder 33 | - speller 34 | - punctuator 35 | - selector 36 | - navigator 37 | - express_editor 38 | segmentors: 39 | - ascii_segmentor 40 | - matcher 41 | - abc_segmentor 42 | - punct_segmentor 43 | - fallback_segmentor 44 | translators: 45 | - punct_translator 46 | - reverse_lookup_translator 47 | - table_translator 48 | 49 | speller: 50 | delimiter: " ;'" 51 | #max_code_length: 4 52 | 53 | translator: 54 | dictionary: wubi86 55 | enable_charset_filter: true 56 | enable_sentence: true 57 | enable_encoder: true 58 | encode_commit_history: true 59 | max_phrase_length: 4 60 | disable_user_dict_for_patterns: 61 | - "^z.*$" 62 | 63 | reverse_lookup: 64 | dictionary: pinyin_simp 65 | prefix: "z" 66 | suffix: "'" 67 | tips: 〔拼音〕 68 | preedit_format: 69 | - xform/([nl])v/$1ü/ 70 | - xform/([nl])ue/$1üe/ 71 | - xform/([jqxy])v/$1u/ 72 | 73 | punctuator: 74 | import_preset: default 75 | 76 | key_binder: 77 | import_preset: default 78 | 79 | recognizer: 80 | import_preset: default 81 | patterns: 82 | reverse_lookup: "^z[a-z]*'?$" 83 | -------------------------------------------------------------------------------- /config/fcitx/rime/terra_pinyin.reverse.bin: -------------------------------------------------------------------------------- 1 | /usr/share/rime-data/terra_pinyin.reverse.bin -------------------------------------------------------------------------------- /config/fcitx/rime/terra_pinyin.table.bin: -------------------------------------------------------------------------------- 1 | /usr/share/rime-data/terra_pinyin.table.bin -------------------------------------------------------------------------------- /config/fcitx/rime/wubi86.prism.bin: -------------------------------------------------------------------------------- 1 | /usr/share/rime-data/wubi86.prism.bin -------------------------------------------------------------------------------- /config/fcitx/rime/wubi86.reverse.bin: -------------------------------------------------------------------------------- 1 | /usr/share/rime-data/wubi86.reverse.bin -------------------------------------------------------------------------------- /config/fcitx/rime/wubi86.schema.yaml: -------------------------------------------------------------------------------- 1 | # Rime schema settings 2 | # encoding: utf-8 3 | 4 | schema: 5 | schema_id: wubi86 6 | name: "五笔86" 7 | version: "0.21" 8 | author: 9 | - 發明人 王永民先生 10 | description: | 11 | 五筆字型86版 12 | 碼表源自 ibus-table 13 | 敲 z 鍵進入拼音反查 14 | dependencies: 15 | - pinyin_simp 16 | 17 | switches: 18 | - name: ascii_mode 19 | reset: 0 20 | states: [ 中文, 西文 ] 21 | - name: full_shape 22 | states: [ 半角, 全角 ] 23 | - name: extended_charset 24 | states: [ 常用, 增廣 ] 25 | - name: ascii_punct 26 | states: [ 。,, ., ] 27 | 28 | engine: 29 | processors: 30 | - ascii_composer 31 | - recognizer 32 | - key_binder 33 | - speller 34 | - punctuator 35 | - selector 36 | - navigator 37 | - express_editor 38 | segmentors: 39 | - ascii_segmentor 40 | - matcher 41 | - abc_segmentor 42 | - punct_segmentor 43 | - fallback_segmentor 44 | translators: 45 | - punct_translator 46 | - reverse_lookup_translator 47 | - table_translator 48 | 49 | speller: 50 | delimiter: " ;'" 51 | #max_code_length: 4 52 | 53 | translator: 54 | dictionary: wubi86 55 | enable_charset_filter: true 56 | enable_sentence: true 57 | enable_encoder: true 58 | encode_commit_history: true 59 | max_phrase_length: 4 60 | disable_user_dict_for_patterns: 61 | - "^z.*$" 62 | 63 | reverse_lookup: 64 | dictionary: pinyin_simp 65 | prefix: "z" 66 | suffix: "'" 67 | tips: 〔拼音〕 68 | preedit_format: 69 | - xform/([nl])v/$1ü/ 70 | - xform/([nl])ue/$1üe/ 71 | - xform/([jqxy])v/$1u/ 72 | 73 | punctuator: 74 | import_preset: default 75 | 76 | key_binder: 77 | import_preset: default 78 | 79 | recognizer: 80 | import_preset: default 81 | patterns: 82 | reverse_lookup: "^z[a-z]*'?$" 83 | -------------------------------------------------------------------------------- /config/fcitx/rime/wubi86.table.bin: -------------------------------------------------------------------------------- 1 | /usr/share/rime-data/wubi86.table.bin -------------------------------------------------------------------------------- /config/git/.gitconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/git/.gitconfig -------------------------------------------------------------------------------- /config/gnome/gnome.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/gnome/gnome.config -------------------------------------------------------------------------------- /config/gtk-3.0/gtk.css: -------------------------------------------------------------------------------- 1 | window.ssd headerbar.titlebar { 2 | padding-top: 0px; 3 | padding-bottom: 0px; 4 | min-height: 0; 5 | } 6 | 7 | window.ssd headerbar.titlebar button.titlebutton { 8 | padding-top: 0px; 9 | padding-bottom: 0px; 10 | min-height: 0; 11 | } 12 | 13 | /* shrink headebars */ 14 | headerbar { 15 | min-height: 0px; 16 | padding-left: 2px; /* same as childrens vertical margins for nicer proportions */ 17 | padding-right: 2px; 18 | } 19 | 20 | headerbar entry, 21 | headerbar spinbutton, 22 | headerbar button, 23 | headerbar separator { 24 | margin-top: 0px; /* same as headerbar side padding for nicer proportions */ 25 | margin-bottom: 0px; 26 | } 27 | 28 | /* shrink ssd titlebars */ 29 | .default-decoration { 30 | min-height: 0; /* let the entry and button drive the titlebar size */ 31 | padding: 2px 32 | } 33 | 34 | .default-decoration .titlebutton { 35 | min-height: 10px; /* tweak these two props to reduce button size */ 36 | min-width: 26px; 37 | } 38 | -------------------------------------------------------------------------------- /config/gtk-3.0/servers: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | / on 172.26.24.6 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | / on 45.77.10.132 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | / on 172.26.24.6 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | -------------------------------------------------------------------------------- /config/gtk-3.0/settings.ini: -------------------------------------------------------------------------------- 1 | [Settings] 2 | gtk-application-prefer-dark-theme=0 3 | -------------------------------------------------------------------------------- /config/nautilus/desktop-metadata: -------------------------------------------------------------------------------- 1 | [directory] 2 | nautilus-icon-view-keep-aligned=true 3 | nautilus-icon-view-layout-timestamp=1506778087 4 | nautilus-desktop-icon-size=48 5 | 6 | [home] 7 | nautilus-icon-position-timestamp=1506778087 8 | nautilus-icon-position=56,26 9 | icon-scale=1 10 | 11 | [trash] 12 | nautilus-icon-position-timestamp=1506778087 13 | nautilus-icon-position=56,146 14 | icon-scale=1 15 | -------------------------------------------------------------------------------- /config/nautilus/search-metadata: -------------------------------------------------------------------------------- 1 | [directory] 2 | nautilus-list-view-sort-column=search_relevance 3 | nautilus-list-view-sort-reversed=true 4 | -------------------------------------------------------------------------------- /config/picture/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/picture/background.png -------------------------------------------------------------------------------- /config/picture/lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/picture/lock.png -------------------------------------------------------------------------------- /config/ranger/colorschemes/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/ranger/colorschemes/__init__.py -------------------------------------------------------------------------------- /config/ranger/colorschemes/__pycache__/__init__.cpython-36.opt-1.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/ranger/colorschemes/__pycache__/__init__.cpython-36.opt-1.pyc -------------------------------------------------------------------------------- /config/ranger/colorschemes/__pycache__/colorful.cpython-36.opt-1.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/ranger/colorschemes/__pycache__/colorful.cpython-36.opt-1.pyc -------------------------------------------------------------------------------- /config/ranger/commands.py: -------------------------------------------------------------------------------- 1 | # This is a sample commands.py. You can add your own commands here. 2 | # 3 | # Please refer to commands_full.py for all the default commands and a complete 4 | # documentation. Do NOT add them all here, or you may end up with defunct 5 | # commands when upgrading ranger. 6 | 7 | # You always need to import ranger.api.commands here to get the Command class: 8 | from ranger.api.commands import * 9 | 10 | # A simple command for demonstration purposes follows. 11 | # ----------------------------------------------------------------------------- 12 | 13 | # You can import any python module as needed. 14 | import os 15 | 16 | # Any class that is a subclass of "Command" will be integrated into ranger as a 17 | # command. Try typing ":my_edit" in ranger! 18 | 19 | 20 | class my_edit(Command): 21 | # The so-called doc-string of the class will be visible in the built-in 22 | # help that is accessible by typing "?c" inside ranger. 23 | """:my_edit 24 | 25 | A sample command for demonstration purposes that opens a file in an editor. 26 | """ 27 | 28 | # The execute method is called when you run this command in ranger. 29 | def execute(self): 30 | # self.arg(1) is the first (space-separated) argument to the function. 31 | # This way you can write ":my_edit somefilename". 32 | if self.arg(1): 33 | # self.rest(1) contains self.arg(1) and everything that follows 34 | target_filename = self.rest(1) 35 | else: 36 | # self.fm is a ranger.core.filemanager.FileManager object and gives 37 | # you access to internals of ranger. 38 | # self.fm.thisfile is a ranger.container.file.File object and is a 39 | # reference to the currently selected file. 40 | target_filename = self.fm.thisfile.path 41 | 42 | # This is a generic function to print text in ranger. 43 | self.fm.notify("Let's edit the file " + target_filename + "!") 44 | 45 | # Using bad=True in fm.notify allows you to print error messages: 46 | if not os.path.exists(target_filename): 47 | self.fm.notify("The given file does not exist!", bad=True) 48 | return 49 | 50 | # This executes a function from ranger.core.acitons, a module with a 51 | # variety of subroutines that can help you construct commands. 52 | # Check out the source, or run "pydoc ranger.core.actions" for a list. 53 | self.fm.edit_file(target_filename) 54 | 55 | # The tab method is called when you press tab, and should return a list of 56 | # suggestions that the user will tab through. 57 | # tabnum is 1 for and -1 for by default 58 | def tab(self, tabnum): 59 | # This is a generic tab-completion function that iterates through the 60 | # content of the current directory. 61 | return self._tab_directory_content() 62 | -------------------------------------------------------------------------------- /config/readline/.editrc: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /config/readline/.inputrc: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /config/shadowsocks/shadowsocks.json: -------------------------------------------------------------------------------- 1 | { 2 | "server":"0.0.0.0", 3 | "server_port":888, 4 | "local_address": "127.0.0.1", 5 | "local_port":1080, 6 | "password":"password", 7 | "timeout":300, 8 | "method":"aes-256-cfb" 9 | } 10 | -------------------------------------------------------------------------------- /config/sogou/SogouPY.users/acc.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/SogouPY.users/acc.dat -------------------------------------------------------------------------------- /config/sogou/SogouPY/.cookie/656206F89D56C4D248FB8CA38E00C34E@qq.sohu.com.sogou_login_cookie: -------------------------------------------------------------------------------- 1 | # Netscape HTTP Cookie File 2 | # http://curl.haxx.se/rfc/cookie_spec.html 3 | # This file was generated by libcurl! Edit at your own risk. 4 | 5 | #HttpOnly_.sogou.com TRUE / FALSE 0 ppinf 5|1513044900|1514254500|dHJ1c3Q6MToxfGNsaWVudGlkOjU6MTAxMTZ8dW5pcW5hbWU6MzI6NjU2MjA2Rjg5RDU2QzREMjQ4RkI4Q0EzOEUwMEMzNEV8Y3J0OjEwOjE1MTMwNDQ5MDB8cmVmbmljazowOnx1c2VyaWQ6NDQ6NjU2MjA2Rjg5RDU2QzREMjQ4RkI4Q0EzOEUwMEMzNEVAcXEuc29odS5jb218 6 | #HttpOnly_.sogou.com TRUE / FALSE 0 pprdig TNUT3ptnAU3hMRznrsGrL9daZOufzfDL_4gEjZDIvWTBCHoKbVYYtMbow7yifPQbYxBrDX7hAaFCTsuA_zKrNL7AHbTl3qwipbnjtWxqt2L8e9sd_BslUnfSEsjowgl4bVK7MxHA1ipwo_R4d1IcdNAO3mnMqhLjIyfL2BVboJw 7 | #HttpOnly_.sogou.com TRUE / FALSE 0 passport 5|1513044900|1514254500|dHJ1c3Q6MToxfGNsaWVudGlkOjU6MTAxMTZ8dW5pcW5hbWU6MzI6NjU2MjA2Rjg5RDU2QzREMjQ4RkI4Q0EzOEUwMEMzNEV8Y3J0OjEwOjE1MTMwNDQ5MDB8cmVmbmljazowOnx1c2VyaWQ6NDQ6NjU2MjA2Rjg5RDU2QzREMjQ4RkI4Q0EzOEUwMEMzNEVAcXEuc29odS5jb218|7926bbd069|TNUT3ptnAU3hMRznrsGrL9daZOufzfDL_4gEjZDIvWTBCHoKbVYYtMbow7yifPQbYxBrDX7hAaFCTsuA_zKrNL7AHbTl3qwipbnjtWxqt2L8e9sd_BslUnfSEsjowgl4bVK7MxHA1ipwo_R4d1IcdNAO3mnMqhLjIyfL2BVboJw 8 | -------------------------------------------------------------------------------- /config/sogou/SogouPY/Backup/sgim_usr_v3new.bin.20180310172617: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/SogouPY/Backup/sgim_usr_v3new.bin.20180310172617 -------------------------------------------------------------------------------- /config/sogou/SogouPY/Correction.ini: -------------------------------------------------------------------------------- 1 | [Correction] 2 | gn=ng 3 | uen=un 4 | iou=iu 5 | uei=ui 6 | mg=ng 7 | -------------------------------------------------------------------------------- /config/sogou/SogouPY/Fuzzy.dat: -------------------------------------------------------------------------------- 1 | [Fuzzy] 2 | ang=an 3 | eng=en 4 | iang=ian 5 | uang=uan 6 | ing=in 7 | [Gray] 8 | zh=z 9 | ch=c 10 | sh=s 11 | l=r 12 | n=l 13 | h=f 14 | -------------------------------------------------------------------------------- /config/sogou/SogouPY/env.ini: -------------------------------------------------------------------------------- 1 | [Setting] 2 | EnableCloudRequest=1 3 | UseCellDict=0 4 | QuanPin=1 5 | ZCSForZhChSh=1 6 | ShuangPin=0 7 | HintSP=1 8 | AllowQuanPin=1 9 | SuperSPJP=0 10 | LearnFreq=1 11 | LearnNewWord=1 12 | NoPhrase=0 13 | Correction=1 14 | ForecastLongWord=1 15 | LongWordNumGate=4 16 | LongWordCandPos=2 17 | MaxLongWord=2 18 | AllowNetMode=1 19 | ShuangPinNameTemp=Sogou 20 | FontCh=Microsoft YaHei 21 | FontSize=16 22 | UserPhrase=1 23 | -------------------------------------------------------------------------------- /config/sogou/SogouPY/phrase/PhraseEdit.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/SogouPY/phrase/PhraseEdit.txt -------------------------------------------------------------------------------- /config/sogou/SogouPY/pingback.time: -------------------------------------------------------------------------------- 1 | 1521036445 2 | 0 3 | -------------------------------------------------------------------------------- /config/sogou/SogouPY/scd/14108.scel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/SogouPY/scd/14108.scel -------------------------------------------------------------------------------- /config/sogou/SogouPY/scd/4.scel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/SogouPY/scd/4.scel -------------------------------------------------------------------------------- /config/sogou/SogouPY/scdlist.ini: -------------------------------------------------------------------------------- 1 | [scdlist] 2 | version=2 3 | -------------------------------------------------------------------------------- /config/sogou/SogouPY/sgim_usr_v3new.bin.last_uploaded: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/SogouPY/sgim_usr_v3new.bin.last_uploaded -------------------------------------------------------------------------------- /config/sogou/SogouPY/sogou.version: -------------------------------------------------------------------------------- 1 | 2.2.0.0102 2 | 系统词频: 20160609 3 | 组词数据: 20160609 4 | 辅助码 : 20150602 5 | 编译时间: Oct 25 2017 06:22:51 -------------------------------------------------------------------------------- /config/sogou/SogouPY/sogouEnv.ini: -------------------------------------------------------------------------------- 1 | [StatusInfo] 2 | ValueZhongYing=fcitx-kbd 3 | ValueFan=fcitx-chttrans-inactive 4 | ValuePunc=fcitx-punc-active 5 | ValueQuanBan=fcitx-fullwidth-inactive 6 | StatusBarX=1791 7 | StatusBarY=1020 8 | StatusInfo\ValueZhongYing=fcitx-sogoupinyin 9 | 10 | [Genelal] 11 | HideStatusBar=false 12 | FullScreenHideSB=false 13 | ShuangPin=false 14 | HintSP=true 15 | AllowQuanPin=true 16 | SmartPunc=true 17 | FirstRunSogouQimanel_v3.0=false 18 | 19 | [Key] 20 | SwitchCE_key=Nothing 21 | SwichEnglishRetainExist=true 22 | FirstPageKey=0 23 | SecondPageKey=2 24 | SwichSogouIME=true 25 | Switch2sogou=CTRL_, 26 | ChttransFlag=true 27 | 28 | [Cell] 29 | AutoUpdateThesaurus=true 30 | RuncellThesaurusUpdateTip=true 31 | RuncellThesaurus=true 32 | 33 | [Appearance] 34 | CandidateNumber=7 35 | UseSkin=true 36 | CurrentSkin=Tickle Black Ver 37 | ChangeColor=false 38 | ChangeFont=false 39 | DefaultSkinSetFlag=true 40 | 41 | [Account] 42 | Userid=656206F89D56C4D248FB8CA38E00C34E@qq.sohu.com 43 | Token=SGicxjOoHiab2mKvnYYgzIgmr82TRg2WeheBk8k69REYl7mmtJQJfnXxibEX9NWVOYKm5GoiaqdwcdibTJfA9XZBib3E1A 44 | SaveUsrDict=false 45 | 46 | [656206F89D56C4D248FB8CA38E00C34E%40qq.sohu.com] 47 | AutoSynThesaurus=true 48 | UpdateTime=2018年03月15日 18时57分09秒 49 | 50 | [Advance] 51 | UrlMode=true 52 | RemainHalfWidth=false 53 | KeyPadInputDigital=true 54 | -------------------------------------------------------------------------------- /config/sogou/SogouPY/uploadLog.time: -------------------------------------------------------------------------------- 1 | 1516679963 2 | 0 3 | -------------------------------------------------------------------------------- /config/sogou/SogouPY/useSkin.txt: -------------------------------------------------------------------------------- 1 | 默认皮肤 2 | 【优客】简约 3 | 【SUNDAY】秋意盎然 4 | 源计划·【风】 5 | Tickle Black Ver 6 | Mac黑键盘 7 | -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/main.conf: -------------------------------------------------------------------------------- 1 | [base] 2 | CurtSogouSkinType=Tickle Black Ver 3 | CurtFcitxSkinType=ubuntukylin-dark1 4 | CurtSogouSkinName=Tickle Black Ver 5 | -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/Mac黑键盘/Mac黑键盘.ssf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/Mac黑键盘/Mac黑键盘.ssf -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/Mac黑键盘/save_skin.ini: -------------------------------------------------------------------------------- 1 | [UsrPreview] 2 | pinyin_color= 3 | zhongwen_first_color= 4 | zhongwen_color= 5 | separator_color= 6 | backimage_color= 7 | font_size=16 8 | font_ch=Noto Sans CJK SC 9 | -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/Mac黑键盘/skin.ini: -------------------------------------------------------------------------------- 1 | [General] 2 | skin_id=553137 3 | preview_square=14841148963532_former.png 4 | class_id=31 5 | preview_comp=comp_553137.png 6 | skin_version=0.1 7 | skin_email=pinyin@sogou.com 8 | skin_time=2016.8 9 | [Display] 10 | font_size=16 11 | pinyin_color=0xffffff 12 | zhongwen_first_color=0x888888 13 | zhongwen_color=0xffffff 14 | comphint_color=0x303dff 15 | use_gdip=1 16 | aero=0 17 | glow=0 18 | LargeFontSupport=1 19 | [Scheme_H1] 20 | pic=skin1.png 21 | layout_horizontal=0,98,188 22 | layout_vertical=2,0,1 23 | pinyin_marge=24,13,30,20 24 | zhongwen_marge=0,0,30,20 25 | [Scheme_H2] 26 | pinyin_pic=skin2_1.png 27 | pinyin_layout_horizontal=0,58,105 28 | pinyin_layout_vertical=2,0,1 29 | pinyin_marge=38,0,47,20 30 | zhongwen_pic=skin1_2.png 31 | zhongwen_layout_horizontal=0,55,103 32 | zhongwen_layout_vertical=2,1,1 33 | zhongwen_marge=38,0,31,30 34 | [Scheme_V1] 35 | pic=skin2.png 36 | layout_horizontal=0,82,142 37 | layout_vertical=0,146,89 38 | pinyin_marge=47,26,30,20 39 | zhongwen_marge=0,24,30,20 40 | anchor=16,0 41 | [Scheme_V2] 42 | pinyin_pic=skin2_1.png 43 | pinyin_layout_horizontal=0,48,114 44 | pinyin_layout_vertical=2,0,0 45 | pinyin_marge=38,7,41,30 46 | zhongwen_pic=skin2_2.png 47 | zhongwen_layout_horizontal=0,63,107 48 | zhongwen_layout_vertical=0,89,73 49 | zhongwen_marge=32,40,21,80 50 | [StatusBar] 51 | pic=bar.png 52 | cn_en_display=1 53 | cn_en_pos=6,7 54 | cn_en=cn1.png,en1.png,a1.png 55 | biaodian_display=1 56 | biaodian_pos=39,7 57 | biaodian=cn_biaodian1.png,en_biaodian1.png 58 | quan_ban_display=1 59 | quan_ban_pos=72,7 60 | quan_ban=quan1.png,ban1.png 61 | menu_display=1 62 | menu_pos=105,7 63 | menu=menu1.png 64 | custom0=custom01.png 65 | custom1=custom11.png 66 | custom_cnt=2 67 | -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/Mac黑键盘/skin.ini_bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/Mac黑键盘/skin.ini_bak -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/Tickle Black Ver/Tickle Black Ver..ssf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/Tickle Black Ver/Tickle Black Ver..ssf -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/Tickle Black Ver/save_skin.ini: -------------------------------------------------------------------------------- 1 | [UsrSetting] 2 | font_size=16 3 | pinyin_color=0xffffff 4 | zhongwen_first_color=0xdddddd 5 | zhongwen_color=0xffffff 6 | font_ch=Noto Sans CJK SC 7 | 8 | [UsrPreview] 9 | font_size=16 10 | pinyin_color=0xffffff 11 | zhongwen_first_color=0xdddddd 12 | zhongwen_color=0xffffff 13 | separator_color= 14 | backimage_color= 15 | font_ch=Noto Sans CJK SC 16 | -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/Tickle Black Ver/skin.ini: -------------------------------------------------------------------------------- 1 | [General] 2 | skin_id=386207 3 | preview_square=13109772457715_former.png 4 | class_id=14 5 | preview_comp=comp_386207.png 6 | skin_version=1.0 7 | skin_email=hjt486@sohu.com 8 | skin_time=2011.07.16 9 | [Display] 10 | font_size=16 11 | pinyin_color=0xffffff 12 | zhongwen_first_color=0xdddddd 13 | zhongwen_color=0xffffff 14 | comphint_color=0xffffff 15 | use_gdip=1 16 | aero=0 17 | glow=0 18 | [Scheme_H1] 19 | pic=skin2_2.png 20 | layout_horizontal=1,30,33 21 | layout_vertical=1,30,33 22 | pinyin_marge=19,5,25,28 23 | zhongwen_marge=0,0,25,28 24 | [Scheme_H2] 25 | pinyin_pic=skin2_1.png 26 | pinyin_layout_horizontal=0,21,27 27 | pinyin_layout_vertical=0,18,25 28 | pinyin_marge=19,0,22,25 29 | zhongwen_pic=skin2_1.png 30 | zhongwen_layout_horizontal=0,21,27 31 | zhongwen_layout_vertical=0,0,0 32 | zhongwen_marge=20,0,17,18 33 | [Scheme_V1] 34 | pic=skin2_2.png 35 | layout_horizontal=0,30,33 36 | layout_vertical=0,30,33 37 | pinyin_marge=20,5,25,27 38 | zhongwen_marge=0,27,25,27 39 | [Scheme_V2] 40 | pinyin_pic=skin2_1.png 41 | pinyin_layout_horizontal=0,21,27 42 | pinyin_layout_vertical=0,18,25 43 | pinyin_marge=19,15,22,25 44 | zhongwen_pic=skin2_2.png 45 | zhongwen_layout_horizontal=0,30,33 46 | zhongwen_layout_vertical=0,30,33 47 | zhongwen_marge=20,27,25,27 48 | [StatusBar] 49 | pic=skin2_1.png 50 | cn_en_display=1 51 | cn_en_pos=23,19 52 | cn_en=cn1.png,en3.png,a1.png 53 | cn_en_down=cn3.png,en3.png,a3.png 54 | cn_en_hover=cn2.png,en2.png,a2.png 55 | biaodian_display=1 56 | biaodian_pos=42,19 57 | biaodian=cn_biaodian1.png,en_biaodian1.png 58 | biaodian_down=cn_biaodian3.png,en_biaodian3.png 59 | biaodian_hover=cn_biaodian2.png,en_biaodian2.png 60 | quan_ban_display=1 61 | quan_ban_pos=64,20 62 | quan_ban=quan1.png,ban1.png 63 | quan_ban_down=quan3.png,ban3.png 64 | quan_ban_hover=quan2.png,ban2.png 65 | fan_jian_display=1 66 | fan_jian_pos=88,19 67 | fan_jian=jian1.png,fan1.png 68 | fan_jian_down=jian3.png,fan3.png 69 | fan_jian_hover=jian2.png,fan2.png 70 | -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/Tickle Black Ver/skin.ini_bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/Tickle Black Ver/skin.ini_bak -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/save_skin.ini: -------------------------------------------------------------------------------- 1 | [UsrPreview] 2 | font_size=0 3 | font_ch=Noto Sans CJK SC 4 | pinyin_color= 5 | zhongwen_first_color= 6 | zhongwen_color= 7 | separator_color= 8 | backimage_color= 9 | -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/【优客】简约/a3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/【优客】简约/a3.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/【优客】简约/ban3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/【优客】简约/ban3.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/【优客】简约/cn3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/【优客】简约/cn3.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/【优客】简约/cn_biaodian3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/【优客】简约/cn_biaodian3.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/【优客】简约/en3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/【优客】简约/en3.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/【优客】简约/en_biaodian3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/【优客】简约/en_biaodian3.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/【优客】简约/fan3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/【优客】简约/fan3.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/【优客】简约/jian3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/【优客】简约/jian3.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/【优客】简约/menu3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/【优客】简约/menu3.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/【优客】简约/pass3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/【优客】简约/pass3.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/【优客】简约/passon3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/【优客】简约/passon3.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/【优客】简约/quan3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/【优客】简约/quan3.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/【优客】简约/save_skin.ini: -------------------------------------------------------------------------------- 1 | [UsrPreview] 2 | font_size=16 3 | font_ch=Sans Serif 4 | pinyin_color=0xffffff 5 | zhongwen_first_color=0xffffff 6 | zhongwen_color=0x80ff 7 | separator_color= 8 | backimage_color= 9 | 10 | [UsrSetting] 11 | pinyin_color=0xffffff 12 | zhongwen_first_color=0xffffff 13 | zhongwen_color=0x80ff 14 | font_ch=Sans Serif 15 | font_size=24 16 | -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/【优客】简约/skin.ini: -------------------------------------------------------------------------------- 1 | [General] 2 | skin_version=0.1 3 | skin_email=zhangyulu@ubuntukylin.com 4 | skin_time=2014.04.14 5 | [Display] 6 | font_size=16 7 | pinyin_color=0xffffff 8 | zhongwen_first_color=0xffffff 9 | zhongwen_color=0x80ff 10 | comphint_color=0x80ff 11 | use_gdip=1 12 | aero=0 13 | glow=0 14 | LargeFontSupport=1 15 | [Scheme_H1] 16 | pic=skin1.png 17 | layout_horizontal=1,49,125 18 | layout_vertical=1,25,50 19 | separator=0x80ff,14,57 20 | pinyin_marge=14,7,23,45 21 | zhongwen_marge=11,10,21,111 22 | anchor=1,0 23 | [Scheme_H2] 24 | pinyin_pic=skin2_1.png 25 | pinyin_layout_horizontal=1,26,101 26 | pinyin_layout_vertical=0,0,0 27 | pinyin_marge=11,7,22,64 28 | zhongwen_pic=skin1_2.png 29 | zhongwen_layout_horizontal=1,26,52 30 | zhongwen_layout_vertical=0,0,0 31 | zhongwen_marge=12,7,26,54 32 | [Scheme_V1] 33 | pic=skin2_2.png 34 | layout_horizontal=1,34,109 35 | layout_vertical=1,28,52 36 | separator=0x80ff,14,14 37 | pinyin_marge=16,8,23,110 38 | zhongwen_marge=10,18,21,4 39 | [Scheme_V2] 40 | pinyin_pic=skin2_1.png 41 | pinyin_layout_horizontal=1,29,83 42 | pinyin_layout_vertical=0,0,0 43 | pinyin_marge=11,8,23,110 44 | zhongwen_pic=skin2_2.png 45 | zhongwen_layout_horizontal=1,41,99 46 | zhongwen_layout_vertical=1,27,52 47 | zhongwen_marge=23,18,21,50 48 | [StatusBar] 49 | pic=skin1_2.png 50 | cn_en_display=1 51 | cn_en_pos=15,12 52 | cn_en=cn3.png,en3.png,a3.png 53 | cn_en_down=cn3.png,en3.png,a3.png 54 | cn_en_hover=cn3.png,en3.png,a3.png 55 | biaodian_display=1 56 | biaodian_pos=90,12 57 | biaodian=cn_biaodian3.png,en_biaodian3.png 58 | biaodian_down=cn_biaodian3.png,en_biaodian3.png 59 | biaodian_hover=cn_biaodian3.png,en_biaodian3.png 60 | quan_ban_display=1 61 | quan_ban_pos=63,12 62 | quan_ban=quan3.png,ban3.png 63 | quan_ban_down=quan3.png,ban3.png 64 | quan_ban_hover=quan3.png,ban3.png 65 | fan_jian_display=1 66 | fan_jian_pos=39,12 67 | fan_jian=jian3.png,fan3.png 68 | fan_jian_down=jian3.png,fan3.png 69 | fan_jian_hover=jian3.png,fan3.png 70 | menu_display=1 71 | menu_pos=112,12 72 | menu=menu3.png 73 | menu_down=menu3.png 74 | menu_hover=menu3.png 75 | passport_pos=90,12 76 | passport=pass3.png,passon3.png 77 | passport_down=pass3.png,passon3.png 78 | passport_hover=pass3.png,passon3.png 79 | -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/【优客】简约/skin1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/【优客】简约/skin1.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/【优客】简约/skin1_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/【优客】简约/skin1_2.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/【优客】简约/skin2_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/【优客】简约/skin2_1.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/【优客】简约/skin2_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/【优客】简约/skin2_2.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/【先生】日记本/save_skin.ini: -------------------------------------------------------------------------------- 1 | [UsrPreview] 2 | pinyin_color= 3 | zhongwen_first_color= 4 | zhongwen_color= 5 | separator_color= 6 | backimage_color= 7 | font_size=16 8 | font_ch=Sans Serif 9 | -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/【先生】日记本/skin.ini: -------------------------------------------------------------------------------- 1 | [General] 2 | skin_id=567046 3 | preview_square=15014644377985_former.jpg 4 | class_id=24 5 | preview_comp=comp_567046.png 6 | skin_version=0.9 7 | skin_email=xiaozuo129@qq.com 8 | skin_time=2016.12.07 9 | [Display] 10 | font_size=16 11 | pinyin_color=0x45c47c 12 | zhongwen_first_color=0x575dff 13 | zhongwen_color=0x45c47c 14 | comphint_color=0x45c47c 15 | use_gdip=1 16 | aero=0 17 | glow=0 18 | LargeFontSupport=1 19 | [Scheme_H1] 20 | pic=skin1.png 21 | layout_horizontal=0,106,168 22 | layout_vertical=0,47,41 23 | pinyin_marge=46,2,60,186 24 | zhongwen_marge=10,5,59,134 25 | anchor=0,11 26 | custom_cnt=4 27 | [Scheme_H2] 28 | pinyin_pic=skin2_1.png 29 | pinyin_layout_horizontal=0,45,129 30 | pinyin_layout_vertical=0,44,24 31 | pinyin_marge=45,1,32,101 32 | zhongwen_pic=skin1_2.png 33 | zhongwen_layout_horizontal=0,77,186 34 | zhongwen_layout_vertical=0,31,28 35 | zhongwen_marge=52,2,35,125 36 | [Scheme_V1] 37 | pic=skin2.png 38 | layout_horizontal=0,47,127 39 | layout_vertical=1,37,99 40 | pinyin_marge=29,3,49,65 41 | zhongwen_marge=8,36,49,46 42 | [Scheme_V2] 43 | pinyin_pic=skin2_1.png 44 | pinyin_layout_horizontal=0,58,117 45 | pinyin_layout_vertical=0,52,26 46 | pinyin_marge=45,3,31,105 47 | zhongwen_pic=skin2_2.png 48 | zhongwen_layout_horizontal=0,42,134 49 | zhongwen_layout_vertical=1,37,84 50 | zhongwen_marge=28,40,40,79 51 | [StatusBar] 52 | pic=bar.png 53 | cn_en_display=1 54 | cn_en_pos=49,45 55 | cn_en=cn3.png,en3.png,a3.png 56 | cn_en_down=cn3.png,en3.png,a3.png 57 | cn_en_hover=cn3.png,en3.png,a3.png 58 | biaodian_display=1 59 | biaodian_pos=50,67 60 | biaodian=cn_biaodian3.png,en_biaodian3.png 61 | biaodian_down=cn_biaodian3.png,en_biaodian3.png 62 | biaodian_hover=cn_biaodian3.png,en_biaodian3.png 63 | skinmanager_display=1 64 | skinmanager_pos=51,85 65 | skinmanager=skinmanager1.png 66 | -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/【先生】日记本/skin.ini_bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/【先生】日记本/skin.ini_bak -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/【先生】日记本/【先生】日记本.ssf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/【先生】日记本/【先生】日记本.ssf -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/【熊】辣眼睛的美男子·好生气/15029437545356_former.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/【熊】辣眼睛的美男子·好生气/15029437545356_former.gif -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/【熊】辣眼睛的美男子·好生气/a3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/【熊】辣眼睛的美男子·好生气/a3.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/【熊】辣眼睛的美男子·好生气/ban3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/【熊】辣眼睛的美男子·好生气/ban3.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/【熊】辣眼睛的美男子·好生气/bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/【熊】辣眼睛的美男子·好生气/bar.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/【熊】辣眼睛的美男子·好生气/cn3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/【熊】辣眼睛的美男子·好生气/cn3.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/【熊】辣眼睛的美男子·好生气/cn_biaodian3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/【熊】辣眼睛的美男子·好生气/cn_biaodian3.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/【熊】辣眼睛的美男子·好生气/comp_567978.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/【熊】辣眼睛的美男子·好生气/comp_567978.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/【熊】辣眼睛的美男子·好生气/en3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/【熊】辣眼睛的美男子·好生气/en3.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/【熊】辣眼睛的美男子·好生气/en_biaodian3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/【熊】辣眼睛的美男子·好生气/en_biaodian3.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/【熊】辣眼睛的美男子·好生气/fan3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/【熊】辣眼睛的美男子·好生气/fan3.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/【熊】辣眼睛的美男子·好生气/jian3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/【熊】辣眼睛的美男子·好生气/jian3.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/【熊】辣眼睛的美男子·好生气/quan3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/【熊】辣眼睛的美男子·好生气/quan3.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/【熊】辣眼睛的美男子·好生气/save_skin.ini: -------------------------------------------------------------------------------- 1 | [UsrPreview] 2 | pinyin_color= 3 | zhongwen_first_color= 4 | zhongwen_color= 5 | separator_color= 6 | backimage_color= 7 | font_size=16 8 | font_ch=Sans Serif 9 | -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/【熊】辣眼睛的美男子·好生气/skin.ini: -------------------------------------------------------------------------------- 1 | [General] 2 | skin_id=567978 3 | preview_square=15029437545356_former.gif 4 | class_id=8 5 | preview_comp=comp_567978.png 6 | skin_version=0.9 7 | skin_email=F870123D2C6D87DE881B6312A0AC9088@qq.sohu.com 8 | skin_time=2017.08.13 9 | [Display] 10 | font_size=16 11 | pinyin_color=0xb96205 12 | zhongwen_first_color=0xff 13 | zhongwen_color=0xe58200 14 | comphint_color=0x72ff 15 | use_gdip=1 16 | aero=0 17 | glow=0 18 | LargeFontSupport=1 19 | [Scheme_H1] 20 | pic=skin1.png 21 | layout_horizontal=0,65,112 22 | layout_vertical=0,30,24 23 | pinyin_marge=12,5,9,100 24 | zhongwen_marge=5,5,10,100 25 | [Scheme_H2] 26 | pinyin_pic=skin2_1.png 27 | pinyin_layout_horizontal=0,38,51 28 | pinyin_layout_vertical=0,12,10 29 | pinyin_marge=7,1,8,45 30 | zhongwen_pic=skin2_1.png 31 | zhongwen_layout_horizontal=0,55,61 32 | zhongwen_layout_vertical=0,10,12 33 | zhongwen_marge=7,3,8,10 34 | [Scheme_V1] 35 | pic=skin2_2.png 36 | layout_horizontal=1,67,107 37 | layout_vertical=1,18,68 38 | pinyin_marge=8,3,8,30 39 | zhongwen_marge=5,10,10,4 40 | [Scheme_V2] 41 | pinyin_pic=skin2_1.png 42 | pinyin_layout_horizontal=0,64,59 43 | pinyin_layout_vertical=0,10,11 44 | pinyin_marge=7,3,8,44 45 | zhongwen_pic=skin2_2.png 46 | zhongwen_layout_horizontal=0,49,129 47 | zhongwen_layout_vertical=0,17,74 48 | zhongwen_marge=7,10,8,21 49 | [StatusBar] 50 | pic=bar.png 51 | cn_en_display=1 52 | cn_en_pos=5,12 53 | cn_en=cn3.png,en3.png,a3.png 54 | cn_en_down=cn3.png,en3.png,a3.png 55 | cn_en_hover=cn3.png,en3.png,a3.png 56 | biaodian_display=1 57 | biaodian_pos=96,45 58 | biaodian=cn_biaodian3.png,en_biaodian3.png 59 | biaodian_down=cn_biaodian3.png,en_biaodian3.png 60 | biaodian_hover=cn_biaodian3.png,en_biaodian3.png 61 | quan_ban_display=1 62 | quan_ban_pos=96,12 63 | quan_ban=quan3.png,ban3.png 64 | quan_ban_down=quan3.png,ban3.png 65 | quan_ban_hover=quan3.png,ban3.png 66 | fan_jian_display=1 67 | fan_jian_pos=5,42 68 | fan_jian=jian3.png,fan3.png 69 | fan_jian_down=jian3.png,fan3.png 70 | fan_jian_hover=jian3.png,fan3.png 71 | -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/【熊】辣眼睛的美男子·好生气/skin.ini_bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/【熊】辣眼睛的美男子·好生气/skin.ini_bak -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/【熊】辣眼睛的美男子·好生气/skin1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/【熊】辣眼睛的美男子·好生气/skin1.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/【熊】辣眼睛的美男子·好生气/skin2_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/【熊】辣眼睛的美男子·好生气/skin2_1.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/【熊】辣眼睛的美男子·好生气/skin2_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/【熊】辣眼睛的美男子·好生气/skin2_2.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/【雨欣】清晰淡雅/15030294242099_former.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/【雨欣】清晰淡雅/15030294242099_former.jpg -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/【雨欣】清晰淡雅/a1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/【雨欣】清晰淡雅/a1.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/【雨欣】清晰淡雅/ban1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/【雨欣】清晰淡雅/ban1.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/【雨欣】清晰淡雅/cn1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/【雨欣】清晰淡雅/cn1.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/【雨欣】清晰淡雅/cn_biaodian1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/【雨欣】清晰淡雅/cn_biaodian1.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/【雨欣】清晰淡雅/comp_568258.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/【雨欣】清晰淡雅/comp_568258.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/【雨欣】清晰淡雅/en1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/【雨欣】清晰淡雅/en1.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/【雨欣】清晰淡雅/en_biaodian1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/【雨欣】清晰淡雅/en_biaodian1.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/【雨欣】清晰淡雅/quan1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/【雨欣】清晰淡雅/quan1.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/【雨欣】清晰淡雅/save_skin.ini: -------------------------------------------------------------------------------- 1 | [UsrPreview] 2 | pinyin_color= 3 | zhongwen_first_color= 4 | zhongwen_color= 5 | separator_color= 6 | backimage_color= 7 | font_size=16 8 | font_ch=Sans Serif 9 | -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/【雨欣】清晰淡雅/skin.ini: -------------------------------------------------------------------------------- 1 | [General] 2 | skin_id=568258 3 | preview_square=15030294242099_former.jpg 4 | class_id=24 5 | preview_comp=comp_568258.png 6 | skin_version=0.9 7 | skin_email=yzhtsh@sohu.com 8 | skin_time=2017.07.18 9 | [Display] 10 | font_size=16 11 | pinyin_color=0xbb8aa6 12 | zhongwen_first_color=0x9d5b82 13 | zhongwen_color=0xbb8aa6 14 | comphint_color=0x72ff 15 | use_gdip=1 16 | aero=0 17 | glow=0 18 | LargeFontSupport=1 19 | [Scheme_H1] 20 | pic=skin1.png 21 | layout_horizontal=0,30,168 22 | layout_vertical=2,35,38 23 | pinyin_marge=14,6,12,130 24 | zhongwen_marge=8,5,12,116 25 | anchor=2,2 26 | [Scheme_H2] 27 | pinyin_pic=skin2_1.png 28 | pinyin_layout_horizontal=0,30,111 29 | pinyin_layout_vertical=2,17,20 30 | pinyin_marge=11,1,12,64 31 | zhongwen_pic=skin1_2.png 32 | zhongwen_layout_horizontal=0,43,156 33 | zhongwen_layout_vertical=2,26,26 34 | zhongwen_marge=20,3,12,102 35 | anchor=2,2 36 | [Scheme_V1] 37 | pic=skin2_2.png 38 | layout_horizontal=0,26,104 39 | layout_vertical=0,21,77 40 | pinyin_marge=12,6,12,60 41 | zhongwen_marge=6,18,12,60 42 | anchor=2,2 43 | [Scheme_V2] 44 | pinyin_pic=skin2_1.png 45 | pinyin_layout_horizontal=0,25,116 46 | pinyin_layout_vertical=2,17,20 47 | pinyin_marge=11,3,12,64 48 | zhongwen_pic=skin2_2.png 49 | zhongwen_layout_horizontal=0,29,101 50 | zhongwen_layout_vertical=0,25,72 51 | zhongwen_marge=14,10,14,76 52 | anchor=2,2 53 | [StatusBar] 54 | pic=skin2_1.png 55 | cn_en_display=1 56 | cn_en_pos=10,6 57 | cn_en=cn1.png,en1.png,a1.png 58 | biaodian_display=1 59 | biaodian_pos=28,6 60 | biaodian=cn_biaodian1.png,en_biaodian1.png 61 | quan_ban_display=1 62 | quan_ban_pos=44,6 63 | quan_ban=quan1.png,ban1.png 64 | skinmanager_display=1 65 | skinmanager_pos=64,6 66 | skinmanager=skinmanager1.png 67 | -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/【雨欣】清晰淡雅/skin.ini_bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/【雨欣】清晰淡雅/skin.ini_bak -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/【雨欣】清晰淡雅/skin1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/【雨欣】清晰淡雅/skin1.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/【雨欣】清晰淡雅/skin1_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/【雨欣】清晰淡雅/skin1_2.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/【雨欣】清晰淡雅/skin2_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/【雨欣】清晰淡雅/skin2_1.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/【雨欣】清晰淡雅/skin2_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/【雨欣】清晰淡雅/skin2_2.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/【雨欣】清晰淡雅/skinmanager1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/【雨欣】清晰淡雅/skinmanager1.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/【雨欣】蒲公英的思念/15018353779675_former.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/【雨欣】蒲公英的思念/15018353779675_former.jpg -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/【雨欣】蒲公英的思念/a1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/【雨欣】蒲公英的思念/a1.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/【雨欣】蒲公英的思念/ban1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/【雨欣】蒲公英的思念/ban1.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/【雨欣】蒲公英的思念/cn1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/【雨欣】蒲公英的思念/cn1.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/【雨欣】蒲公英的思念/cn_biaodian1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/【雨欣】蒲公英的思念/cn_biaodian1.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/【雨欣】蒲公英的思念/comp_567366.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/【雨欣】蒲公英的思念/comp_567366.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/【雨欣】蒲公英的思念/en1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/【雨欣】蒲公英的思念/en1.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/【雨欣】蒲公英的思念/en_biaodian1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/【雨欣】蒲公英的思念/en_biaodian1.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/【雨欣】蒲公英的思念/quan1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/【雨欣】蒲公英的思念/quan1.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/【雨欣】蒲公英的思念/save_skin.ini: -------------------------------------------------------------------------------- 1 | [UsrPreview] 2 | pinyin_color= 3 | zhongwen_first_color= 4 | zhongwen_color= 5 | separator_color= 6 | backimage_color= 7 | font_size=16 8 | font_ch=Sans Serif 9 | -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/【雨欣】蒲公英的思念/skin.ini: -------------------------------------------------------------------------------- 1 | [General] 2 | skin_id=567366 3 | preview_square=15018353779675_former.jpg 4 | class_id=24 5 | preview_comp=comp_567366.png 6 | skin_version=0.9 7 | skin_email=yzhtsh@sohu.com 8 | skin_time=2017.07.20 9 | [Display] 10 | font_size=16 11 | pinyin_color=0xe2fcf3 12 | zhongwen_first_color=0x1b723e 13 | zhongwen_color=0xe2fcf3 14 | comphint_color=0xe2fcf3 15 | use_gdip=1 16 | aero=0 17 | glow=0 18 | LargeFontSupport=1 19 | [Scheme_H1] 20 | pic=skin1.png 21 | layout_horizontal=0,25,178 22 | layout_vertical=2,32,31 23 | pinyin_marge=13,6,24,130 24 | zhongwen_marge=6,5,24,112 25 | anchor=2,2 26 | [Scheme_H2] 27 | pinyin_pic=skin2_1.png 28 | pinyin_layout_horizontal=0,33,106 29 | pinyin_layout_vertical=2,16,22 30 | pinyin_marge=10,1,22,52 31 | zhongwen_pic=skin1_2.png 32 | zhongwen_layout_horizontal=0,45,155 33 | zhongwen_layout_vertical=2,23,28 34 | zhongwen_marge=18,3,22,76 35 | anchor=2,2 36 | [Scheme_V1] 37 | pic=skin2_2.png 38 | layout_horizontal=0,22,106 39 | layout_vertical=0,16,84 40 | pinyin_marge=12,6,24,60 41 | zhongwen_marge=6,20,24,72 42 | anchor=2,2 43 | [Scheme_V2] 44 | pinyin_pic=skin2_1.png 45 | pinyin_layout_horizontal=0,23,117 46 | pinyin_layout_vertical=2,16,21 47 | pinyin_marge=10,3,22,52 48 | zhongwen_pic=skin2_2.png 49 | zhongwen_layout_horizontal=0,19,109 50 | zhongwen_layout_vertical=0,15,85 51 | zhongwen_marge=12,10,22,68 52 | anchor=2,2 53 | [StatusBar] 54 | pic=skin2_1.png 55 | cn_en_display=1 56 | cn_en_pos=16,4 57 | cn_en=cn1.png,en1.png,a1.png 58 | biaodian_display=1 59 | biaodian_pos=34,4 60 | biaodian=cn_biaodian1.png,en_biaodian1.png 61 | quan_ban_display=1 62 | quan_ban_pos=50,4 63 | quan_ban=quan1.png,ban1.png 64 | skinmanager_display=1 65 | skinmanager_pos=70,4 66 | skinmanager=skinmanager1.png 67 | -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/【雨欣】蒲公英的思念/skin.ini_bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/【雨欣】蒲公英的思念/skin.ini_bak -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/【雨欣】蒲公英的思念/skin1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/【雨欣】蒲公英的思念/skin1.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/【雨欣】蒲公英的思念/skin1_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/【雨欣】蒲公英的思念/skin1_2.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/【雨欣】蒲公英的思念/skin2_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/【雨欣】蒲公英的思念/skin2_1.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/【雨欣】蒲公英的思念/skin2_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/【雨欣】蒲公英的思念/skin2_2.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/【雨欣】蒲公英的思念/skinmanager1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/【雨欣】蒲公英的思念/skinmanager1.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/一树星光/save_skin.ini: -------------------------------------------------------------------------------- 1 | [UsrPreview] 2 | pinyin_color= 3 | zhongwen_first_color= 4 | zhongwen_color= 5 | separator_color= 6 | backimage_color= 7 | font_size=16 8 | font_ch=Sans Serif 9 | -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/一树星光/skin.ini: -------------------------------------------------------------------------------- 1 | [General] 2 | skin_id=569404 3 | preview_square=15045326588770_former.png 4 | class_id=24 5 | preview_comp=comp_569404.png 6 | skin_version=0.9 7 | skin_email=16D7780B554F8DA292402B08C5093FE4@qq.sohu.com 8 | skin_time=2017.09.04 9 | [Display] 10 | font_size=16 11 | pinyin_color=0x41f8e6 12 | zhongwen_first_color=0xe7fefc 13 | zhongwen_color=0x41f8e6 14 | comphint_color=0x72ff 15 | use_gdip=1 16 | aero=0 17 | glow=0 18 | LargeFontSupport=1 19 | [Scheme_H1] 20 | pic=skin1.png 21 | layout_horizontal=1,55,156 22 | layout_vertical=0,33,11 23 | pinyin_marge=30,4,30,80 24 | zhongwen_marge=7,5,30,80 25 | [Scheme_H2] 26 | pinyin_pic=skin2_1.png 27 | pinyin_layout_horizontal=0,31,100 28 | pinyin_layout_vertical=0,25,1 29 | pinyin_marge=20,1,20,42 30 | zhongwen_pic=skin2_1.png 31 | zhongwen_layout_horizontal=0,33,102 32 | zhongwen_layout_vertical=0,1,1 33 | zhongwen_marge=23,3,20,55 34 | [Scheme_V1] 35 | pic=skin2_2.png 36 | layout_horizontal=0,103,150 37 | layout_vertical=1,50,122 38 | pinyin_marge=36,3,40,115 39 | zhongwen_marge=5,40,40,85 40 | [Scheme_V2] 41 | pinyin_pic=skin2_1.png 42 | pinyin_layout_horizontal=0,30,101 43 | pinyin_layout_vertical=0,25,1 44 | pinyin_marge=20,3,20,47 45 | zhongwen_pic=skin2_2.png 46 | zhongwen_layout_horizontal=0,68,179 47 | zhongwen_layout_vertical=1,55,123 48 | zhongwen_marge=40,40,43,120 49 | [StatusBar] 50 | pic=skin2_1.png 51 | cn_en_display=1 52 | cn_en_pos=14,18 53 | cn_en=cn1.png,en1.png,a1.png 54 | quan_ban_display=1 55 | quan_ban_pos=67,18 56 | quan_ban=quan1.png,ban1.png 57 | fan_jian_display=1 58 | fan_jian_pos=40,18 59 | fan_jian=jian1.png,fan1.png 60 | skinmanager_display=1 61 | skinmanager_pos=97,17 62 | skinmanager=skinmanager1.png 63 | -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/一树星光/skin.ini_bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/一树星光/skin.ini_bak -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/一树星光/一树星光.ssf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/一树星光/一树星光.ssf -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/一树梨花开【陌离】/save_skin.ini: -------------------------------------------------------------------------------- 1 | [UsrPreview] 2 | pinyin_color= 3 | zhongwen_first_color= 4 | zhongwen_color= 5 | separator_color= 6 | backimage_color= 7 | font_size=16 8 | font_ch=Sans Serif 9 | -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/一树梨花开【陌离】/skin.ini: -------------------------------------------------------------------------------- 1 | [General] 2 | skin_id=569028 3 | preview_square=15039157388423_former.jpg 4 | class_id=24 5 | preview_comp=comp_569028.png 6 | skin_version=0.9 7 | skin_email=molit@sogou.com 8 | skin_time=2017.08.28 9 | [Display] 10 | font_size=16 11 | pinyin_color=0x299e57 12 | zhongwen_first_color=0x80ff 13 | zhongwen_color=0x299e57 14 | comphint_color=0x299e57 15 | use_gdip=1 16 | aero=0 17 | glow=0 18 | LargeFontSupport=1 19 | [Scheme_H1] 20 | pic=skin1.png 21 | layout_horizontal=0,30,168 22 | layout_vertical=0,26,28 23 | pinyin_marge=21,4,21,100 24 | zhongwen_marge=6,5,21,108 25 | [Scheme_H2] 26 | pinyin_pic=skin2_1.png 27 | pinyin_layout_horizontal=0,61,25 28 | pinyin_layout_vertical=0,6,1 29 | pinyin_marge=16,1,49,22 30 | zhongwen_pic=skin1_2.png 31 | zhongwen_layout_horizontal=0,55,152 32 | zhongwen_layout_vertical=0,1,1 33 | zhongwen_marge=18,3,18,93 34 | [Scheme_V1] 35 | pic=skin2.png 36 | layout_horizontal=0,32,144 37 | layout_vertical=0,137,23 38 | pinyin_marge=26,3,23,100 39 | zhongwen_marge=5,18,23,90 40 | [Scheme_V2] 41 | pinyin_pic=skin2_1.png 42 | pinyin_layout_horizontal=0,68,23 43 | pinyin_layout_vertical=0,7,1 44 | pinyin_marge=14,3,52,17 45 | zhongwen_pic=skin2_2.png 46 | zhongwen_layout_horizontal=0,35,124 47 | zhongwen_layout_vertical=0,130,21 48 | zhongwen_marge=23,10,24,95 49 | [StatusBar] 50 | pic=bar.png 51 | cn_en_display=1 52 | cn_en_pos=71,8 53 | cn_en=cn3.png,en3.png,a3.png 54 | cn_en_down=cn3.png,en3.png,a3.png 55 | cn_en_hover=cn3.png,en3.png,a3.png 56 | biaodian_display=1 57 | biaodian_pos=95,25 58 | biaodian=cn_biaodian3.png,en_biaodian3.png 59 | biaodian_down=cn_biaodian3.png,en_biaodian3.png 60 | biaodian_hover=cn_biaodian3.png,en_biaodian3.png 61 | quan_ban_display=1 62 | quan_ban_pos=100,51 63 | quan_ban=quan3.png,ban3.png 64 | quan_ban_down=quan3.png,ban3.png 65 | quan_ban_hover=quan3.png,ban3.png 66 | skinmanager_display=1 67 | skinmanager_pos=85,59 68 | skinmanager=skinmanager7.png 69 | skinmanager_down=skinmanager7.png 70 | skinmanager_hover=skinmanager7.png 71 | skinmanager_in=skinmanager7.png 72 | skinmanager_out=skinmanager7.png 73 | skinmanager_downing=skinmanager7.png 74 | skinmanager_up=skinmanager7.png 75 | -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/一树梨花开【陌离】/skin.ini_bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/一树梨花开【陌离】/skin.ini_bak -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/一树梨花开【陌离】/一树梨花开【陌离】.ssf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/一树梨花开【陌离】/一树梨花开【陌离】.ssf -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/五线谱/15034540922069_former.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/五线谱/15034540922069_former.jpg -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/五线谱/a1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/五线谱/a1.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/五线谱/ban1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/五线谱/ban1.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/五线谱/bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/五线谱/bar.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/五线谱/cn1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/五线谱/cn1.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/五线谱/comp_568624.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/五线谱/comp_568624.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/五线谱/en1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/五线谱/en1.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/五线谱/quan1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/五线谱/quan1.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/五线谱/save_skin.ini: -------------------------------------------------------------------------------- 1 | [UsrPreview] 2 | pinyin_color= 3 | zhongwen_first_color= 4 | zhongwen_color= 5 | separator_color= 6 | backimage_color= 7 | font_size=16 8 | font_ch=Sans Serif 9 | -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/五线谱/skin.ini: -------------------------------------------------------------------------------- 1 | [General] 2 | skin_id=568624 3 | preview_square=15034540922069_former.jpg 4 | class_id=24 5 | preview_comp=comp_568624.png 6 | skin_version=0.9 7 | skin_email=1270786304@qq.com 8 | skin_time=2017.08.23 9 | [Display] 10 | font_size=16 11 | pinyin_color=0x408000 12 | zhongwen_first_color=0x4000 13 | zhongwen_color=0x408000 14 | comphint_color=0x408000 15 | use_gdip=1 16 | aero=0 17 | glow=0 18 | LargeFontSupport=1 19 | [Scheme_H1] 20 | pic=skin1.png 21 | layout_horizontal=0,57,160 22 | layout_vertical=0,4,0 23 | pinyin_marge=18,0,20,109 24 | zhongwen_marge=12,5,20,122 25 | anchor=25,0 26 | [Scheme_H2] 27 | pinyin_pic=skin1_1.png 28 | pinyin_layout_horizontal=0,52,113 29 | pinyin_layout_vertical=0,0,1 30 | pinyin_marge=20,1,20,114 31 | zhongwen_pic=skin2_1.png 32 | zhongwen_layout_horizontal=0,75,40 33 | zhongwen_layout_vertical=0,1,0 34 | zhongwen_marge=20,3,20,17 35 | anchor=25,0 36 | [Scheme_V1] 37 | pic=skin2_2.png 38 | layout_horizontal=0,16,146 39 | layout_vertical=0,25,157 40 | pinyin_marge=18,3,15,74 41 | zhongwen_marge=5,26,16,131 42 | anchor=20,0 43 | [Scheme_V2] 44 | pinyin_pic=skin2_1.png 45 | pinyin_layout_horizontal=0,67,81 46 | pinyin_layout_vertical=0,2,1 47 | pinyin_marge=20,3,20,34 48 | zhongwen_pic=skin2_2.png 49 | zhongwen_layout_horizontal=0,21,133 50 | zhongwen_layout_vertical=0,25,155 51 | zhongwen_marge=21,7,20,102 52 | anchor=25,0 53 | [StatusBar] 54 | pic=bar.png 55 | cn_en_display=1 56 | cn_en_pos=49,8 57 | cn_en=cn1.png,en1.png,a1.png 58 | quan_ban_display=1 59 | quan_ban_pos=9,43 60 | quan_ban=quan1.png,ban1.png 61 | skinmanager_display=1 62 | skinmanager_pos=16,13 63 | skinmanager=skinmanager1.png 64 | -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/五线谱/skin.ini_bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/五线谱/skin.ini_bak -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/五线谱/skin1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/五线谱/skin1.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/五线谱/skin1_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/五线谱/skin1_1.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/五线谱/skin2_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/五线谱/skin2_1.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/五线谱/skin2_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/五线谱/skin2_2.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/五线谱/skinmanager1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/五线谱/skinmanager1.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/小黄人/15017489989379_former.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/小黄人/15017489989379_former.jpg -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/小黄人/bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/小黄人/bar.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/小黄人/cn3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/小黄人/cn3.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/小黄人/cn_biaodian3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/小黄人/cn_biaodian3.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/小黄人/comp_567304.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/小黄人/comp_567304.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/小黄人/en3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/小黄人/en3.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/小黄人/en_biaodian3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/小黄人/en_biaodian3.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/小黄人/fan3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/小黄人/fan3.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/小黄人/jian3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/小黄人/jian3.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/小黄人/save_skin.ini: -------------------------------------------------------------------------------- 1 | [UsrPreview] 2 | pinyin_color= 3 | zhongwen_first_color= 4 | zhongwen_color= 5 | separator_color= 6 | backimage_color= 7 | font_size=16 8 | font_ch=Sans Serif 9 | -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/小黄人/skin.ini: -------------------------------------------------------------------------------- 1 | [General] 2 | skin_id=567304 3 | preview_square=15017489989379_former.jpg 4 | class_id=8 5 | preview_comp=comp_567304.png 6 | skin_version=0.9 7 | skin_email=75885A757C68CCD53951EAD3B55681BB@qq.sohu.com 8 | skin_time=2017.08.3 9 | [Display] 10 | font_size=17 11 | pinyin_color=0x5a5a5d 12 | zhongwen_first_color=0x8dec 13 | zhongwen_color=0x5a5a5d 14 | comphint_color=0xfda468 15 | use_gdip=1 16 | aero=0 17 | glow=0 18 | LargeFontSupport=1 19 | [Scheme_H1] 20 | pic=skin1.png 21 | layout_horizontal=1,76,121 22 | layout_vertical=0,31,32 23 | pinyin_marge=27,3,30,20 24 | zhongwen_marge=2,3,30,110 25 | [Scheme_H2] 26 | pinyin_pic=skin2_1.png 27 | pinyin_layout_horizontal=1,36,64 28 | pinyin_layout_vertical=0,22,19 29 | pinyin_marge=16,1,23,20 30 | zhongwen_pic=skin1_2.png 31 | zhongwen_layout_horizontal=1,36,64 32 | zhongwen_layout_vertical=0,20,19 33 | zhongwen_marge=18,3,23,60 34 | [Scheme_V1] 35 | pic=skin2.png 36 | layout_horizontal=1,31,129 37 | layout_vertical=1,111,41 38 | pinyin_marge=70,3,30,50 39 | zhongwen_marge=2,30,30,50 40 | [Scheme_V2] 41 | pinyin_pic=skin2_1.png 42 | pinyin_layout_horizontal=1,44,59 43 | pinyin_layout_vertical=1,23,19 44 | pinyin_marge=16,3,25,20 45 | zhongwen_pic=skin2_2.png 46 | zhongwen_layout_horizontal=1,28,120 47 | zhongwen_layout_vertical=1,87,44 48 | zhongwen_marge=65,30,25,20 49 | [StatusBar] 50 | pic=bar.png 51 | cn_en_display=1 52 | cn_en_pos=17,13 53 | cn_en=cn3.png,en3.png 54 | cn_en_down=cn3.png,en3.png 55 | cn_en_hover=cn3.png,en3.png 56 | biaodian_display=1 57 | biaodian_pos=40,13 58 | biaodian=cn_biaodian3.png,en_biaodian3.png 59 | biaodian_down=cn_biaodian3.png,en_biaodian3.png 60 | biaodian_hover=cn_biaodian3.png,en_biaodian3.png 61 | fan_jian_display=1 62 | fan_jian_pos=17,35 63 | fan_jian=jian3.png,fan3.png 64 | fan_jian_down=jian3.png,fan3.png 65 | fan_jian_hover=jian3.png,fan3.png 66 | skinmanager_display=1 67 | skinmanager_pos=43,35 68 | skinmanager=skinmanager3.png 69 | skinmanager_down=skinmanager3.png 70 | skinmanager_hover=skinmanager3.png 71 | -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/小黄人/skin.ini_bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/小黄人/skin.ini_bak -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/小黄人/skin1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/小黄人/skin1.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/小黄人/skin1_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/小黄人/skin1_2.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/小黄人/skin2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/小黄人/skin2.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/小黄人/skin2_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/小黄人/skin2_1.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/小黄人/skin2_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/小黄人/skin2_2.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/小黄人/skinmanager3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/小黄人/skinmanager3.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/梦江南/save_skin.ini: -------------------------------------------------------------------------------- 1 | [UsrPreview] 2 | pinyin_color= 3 | zhongwen_first_color= 4 | zhongwen_color= 5 | separator_color= 6 | backimage_color= 7 | font_size=16 8 | font_ch=Sans Serif 9 | -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/梦江南/skin.ini: -------------------------------------------------------------------------------- 1 | [General] 2 | skin_id=555398 3 | preview_square=14873145366287_former.jpg 4 | class_id=24 5 | preview_comp=comp_555398.png 6 | skin_version=0.9 7 | skin_time=2017.02.12 8 | [Display] 9 | font_size=16 10 | pinyin_color=0x433e3b 11 | zhongwen_first_color=0x433e3b 12 | zhongwen_color=0x84805e 13 | comphint_color=0x84805e 14 | use_gdip=1 15 | aero=0 16 | glow=0 17 | LargeFontSupport=1 18 | [Scheme_H1] 19 | pic=skin1.png 20 | layout_horizontal=1,48,123 21 | layout_vertical=0,24,54 22 | pinyin_marge=28,5,12,80 23 | zhongwen_marge=5,5,12,120 24 | [Scheme_H2] 25 | pinyin_pic=skin2_1.png 26 | pinyin_layout_horizontal=1,73,25 27 | pinyin_layout_vertical=0,20,25 28 | pinyin_marge=23,1,11,48 29 | zhongwen_pic=skin1_2.png 30 | zhongwen_layout_horizontal=0,54,105 31 | zhongwen_layout_vertical=1,0,0 32 | zhongwen_marge=18,3,10,87 33 | [Scheme_V1] 34 | pic=skin2.png 35 | layout_horizontal=1,73,104 36 | layout_vertical=0,34,75 37 | pinyin_marge=23,3,12,30 38 | zhongwen_marge=5,35,12,30 39 | [Scheme_V2] 40 | pinyin_pic=skin2_1.png 41 | pinyin_layout_horizontal=1,61,37 42 | pinyin_layout_vertical=0,18,28 43 | pinyin_marge=23,3,15,44 44 | zhongwen_pic=skin2_2.png 45 | zhongwen_layout_horizontal=0,75,99 46 | zhongwen_layout_vertical=0,27,98 47 | zhongwen_marge=14,10,15,21 48 | [StatusBar] 49 | pic=bar.png 50 | cn_en_display=1 51 | cn_en_pos=10,23 52 | cn_en=cn1.png,en1.png,a1.png 53 | biaodian_display=1 54 | biaodian_pos=34,23 55 | biaodian=cn_biaodian1.png,en_biaodian1.png 56 | quan_ban_display=1 57 | quan_ban_pos=87,24 58 | quan_ban=quan1.png,ban1.png 59 | fan_jian_display=1 60 | fan_jian_pos=59,24 61 | fan_jian=jian1.png,fan1.png 62 | skinmanager_display=1 63 | skinmanager_pos=115,24 64 | skinmanager=skinmanager1.png 65 | -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/梦江南/skin.ini_bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/梦江南/skin.ini_bak -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/梦江南/梦江南.ssf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/梦江南/梦江南.ssf -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/浪漫/save_skin.ini: -------------------------------------------------------------------------------- 1 | [UsrPreview] 2 | pinyin_color= 3 | zhongwen_first_color= 4 | zhongwen_color= 5 | separator_color= 6 | backimage_color= 7 | font_size=16 8 | font_ch=Sans Serif 9 | -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/浪漫/skin.ini: -------------------------------------------------------------------------------- 1 | [General] 2 | skin_id=568950 3 | preview_square=15038477651468_former.jpg 4 | class_id=24 5 | preview_comp=comp_568950.png 6 | skin_version=1.0 7 | skin_email=18945635174@sohu.com 8 | skin_time=2016.6.23 9 | [Display] 10 | font_size=16 11 | pinyin_color=0xcf816b 12 | zhongwen_first_color=0xb1789e 13 | zhongwen_color=0xcf816b 14 | comphint_color=0xcf816b 15 | use_gdip=1 16 | aero=0 17 | glow=0 18 | LargeFontSupport=1 19 | [Scheme_H1] 20 | pic=skin1.png 21 | layout_horizontal=0,30,123 22 | layout_vertical=0,9,6 23 | pinyin_marge=17,4,29,89 24 | zhongwen_marge=7,8,15,85 25 | anchor=35,0 26 | [Scheme_H2] 27 | pinyin_pic=skin1_1.png 28 | pinyin_layout_horizontal=0,33,101 29 | pinyin_layout_vertical=2,7,6 30 | pinyin_marge=20,10,22,58 31 | zhongwen_pic=skin2_1.png 32 | zhongwen_layout_horizontal=0,53,59 33 | zhongwen_layout_vertical=0,22,20 34 | zhongwen_marge=22,14,17,19 35 | anchor=36,0 36 | [Scheme_V1] 37 | pic=skin2_2.png 38 | layout_horizontal=0,22,137 39 | layout_vertical=0,20,142 40 | pinyin_marge=18,5,27,63 41 | zhongwen_marge=4,14,29,105 42 | anchor=30,0 43 | [Scheme_V2] 44 | pinyin_pic=skin2_1.png 45 | pinyin_layout_horizontal=0,38,30 46 | pinyin_layout_vertical=0,21,21 47 | pinyin_marge=18,17,32,30 48 | zhongwen_pic=skin2_2.png 49 | zhongwen_layout_horizontal=0,22,139 50 | zhongwen_layout_vertical=0,20,141 51 | zhongwen_marge=18,15,27,102 52 | anchor=35,0 53 | cand_menu_display=1 54 | cand_menu_align=0,0,0,0,0,2,0,2,5,0 55 | cand_menu=ov_menu1.png 56 | [StatusBar] 57 | pic=bar.png 58 | cn_en_display=1 59 | cn_en_pos=14,37 60 | cn_en=cn1.png,en1.png,a1.png 61 | biaodian_display=1 62 | biaodian_pos=8,59 63 | biaodian=cn_biaodian1.png,en_biaodian1.png 64 | fan_jian_display=1 65 | fan_jian_pos=9,13 66 | fan_jian=jian1.png,fan1.png 67 | -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/浪漫/skin.ini_bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/浪漫/skin.ini_bak -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/浪漫/浪漫.ssf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/浪漫/浪漫.ssf -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/知秋【陌离】/15032809584411_former.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/知秋【陌离】/15032809584411_former.jpg -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/知秋【陌离】/a3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/知秋【陌离】/a3.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/知秋【陌离】/ban3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/知秋【陌离】/ban3.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/知秋【陌离】/bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/知秋【陌离】/bar.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/知秋【陌离】/cn3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/知秋【陌离】/cn3.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/知秋【陌离】/cn_biaodian3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/知秋【陌离】/cn_biaodian3.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/知秋【陌离】/comp_568448.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/知秋【陌离】/comp_568448.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/知秋【陌离】/en3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/知秋【陌离】/en3.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/知秋【陌离】/en_biaodian3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/知秋【陌离】/en_biaodian3.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/知秋【陌离】/quan3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/知秋【陌离】/quan3.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/知秋【陌离】/save_skin.ini: -------------------------------------------------------------------------------- 1 | [UsrPreview] 2 | pinyin_color= 3 | zhongwen_first_color= 4 | zhongwen_color= 5 | separator_color= 6 | backimage_color= 7 | font_size=16 8 | font_ch=Sans Serif 9 | -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/知秋【陌离】/skin.ini: -------------------------------------------------------------------------------- 1 | [General] 2 | skin_id=568448 3 | preview_square=15032809584411_former.jpg 4 | class_id=24 5 | preview_comp=comp_568448.png 6 | skin_version=0.9 7 | skin_email=molit@sogou.com 8 | skin_time=2017.08.21 9 | [Display] 10 | font_size=16 11 | pinyin_color=0x38f5f 12 | zhongwen_first_color=0x6a4f9 13 | zhongwen_color=0x38f5f 14 | comphint_color=0x72ff 15 | use_gdip=1 16 | aero=0 17 | glow=0 18 | LargeFontSupport=1 19 | [Scheme_H1] 20 | pic=skin1.png 21 | layout_horizontal=0,80,132 22 | layout_vertical=0,30,30 23 | pinyin_marge=25,4,43,89 24 | zhongwen_marge=7,5,41,90 25 | [Scheme_H2] 26 | pinyin_pic=skin2_1.png 27 | pinyin_layout_horizontal=0,53,28 28 | pinyin_layout_vertical=0,4,1 29 | pinyin_marge=13,1,48,22 30 | zhongwen_pic=skin1_2.png 31 | zhongwen_layout_horizontal=0,82,111 32 | zhongwen_layout_vertical=0,2,1 33 | zhongwen_marge=20,3,44,80 34 | [Scheme_V1] 35 | pic=skin2.png 36 | layout_horizontal=0,41,127 37 | layout_vertical=0,138,27 38 | pinyin_marge=20,3,20,120 39 | zhongwen_marge=5,18,20,120 40 | [Scheme_V2] 41 | pinyin_pic=skin2_1.png 42 | pinyin_layout_horizontal=0,55,31 43 | pinyin_layout_vertical=0,2,1 44 | pinyin_marge=12,3,43,24 45 | zhongwen_pic=skin2_2.png 46 | zhongwen_layout_horizontal=0,31,115 47 | zhongwen_layout_vertical=0,126,23 48 | zhongwen_marge=19,10,20,101 49 | [StatusBar] 50 | pic=bar.png 51 | cn_en_display=1 52 | cn_en_pos=17,24 53 | cn_en=cn3.png,en3.png,a3.png 54 | cn_en_down=cn3.png,en3.png,a3.png 55 | cn_en_hover=cn3.png,en3.png,a3.png 56 | biaodian_display=1 57 | biaodian_pos=24,42 58 | biaodian=cn_biaodian3.png,en_biaodian3.png 59 | biaodian_down=cn_biaodian3.png,en_biaodian3.png 60 | biaodian_hover=cn_biaodian3.png,en_biaodian3.png 61 | quan_ban_display=1 62 | quan_ban_pos=38,54 63 | quan_ban=quan3.png,ban3.png 64 | quan_ban_down=quan3.png,ban3.png 65 | quan_ban_hover=quan3.png,ban3.png 66 | skinmanager_display=1 67 | skinmanager_pos=52,54 68 | skinmanager=skinmanager7.png 69 | skinmanager_down=skinmanager7.png 70 | skinmanager_hover=skinmanager7.png 71 | skinmanager_in=skinmanager7.png 72 | skinmanager_out=skinmanager7.png 73 | skinmanager_downing=skinmanager7.png 74 | skinmanager_up=skinmanager7.png 75 | -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/知秋【陌离】/skin.ini_bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/知秋【陌离】/skin.ini_bak -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/知秋【陌离】/skin1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/知秋【陌离】/skin1.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/知秋【陌离】/skin1_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/知秋【陌离】/skin1_2.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/知秋【陌离】/skin2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/知秋【陌离】/skin2.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/知秋【陌离】/skin2_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/知秋【陌离】/skin2_1.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/知秋【陌离】/skin2_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/知秋【陌离】/skin2_2.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/知秋【陌离】/skinmanager7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/知秋【陌离】/skinmanager7.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/风听旧事·梅/15034541214331_former.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/风听旧事·梅/15034541214331_former.jpg -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/风听旧事·梅/a1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/风听旧事·梅/a1.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/风听旧事·梅/ban1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/风听旧事·梅/ban1.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/风听旧事·梅/bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/风听旧事·梅/bar.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/风听旧事·梅/cn1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/风听旧事·梅/cn1.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/风听旧事·梅/comp_568626.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/风听旧事·梅/comp_568626.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/风听旧事·梅/en1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/风听旧事·梅/en1.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/风听旧事·梅/quan1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/风听旧事·梅/quan1.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/风听旧事·梅/save_skin.ini: -------------------------------------------------------------------------------- 1 | [UsrPreview] 2 | pinyin_color= 3 | zhongwen_first_color= 4 | zhongwen_color= 5 | separator_color= 6 | backimage_color= 7 | font_size=16 8 | font_ch=Sans Serif 9 | -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/风听旧事·梅/skin.ini: -------------------------------------------------------------------------------- 1 | [General] 2 | skin_id=568626 3 | preview_square=15034541214331_former.jpg 4 | class_id=24 5 | preview_comp=comp_568626.png 6 | skin_version=0.9 7 | skin_email=1270786304@qq.com 8 | skin_time=2017.08.22 9 | [Display] 10 | font_size=16 11 | pinyin_color=0x797979 12 | zhongwen_first_color=0x5e5e5e 13 | zhongwen_color=0x797979 14 | comphint_color=0x797979 15 | use_gdip=1 16 | aero=0 17 | glow=0 18 | LargeFontSupport=1 19 | [Scheme_H1] 20 | pic=skin1.png 21 | layout_horizontal=0,32,176 22 | layout_vertical=0,4,0 23 | pinyin_marge=18,0,20,109 24 | zhongwen_marge=12,5,20,122 25 | anchor=25,0 26 | [Scheme_H2] 27 | pinyin_pic=skin1_1.png 28 | pinyin_layout_horizontal=0,27,133 29 | pinyin_layout_vertical=0,0,1 30 | pinyin_marge=22,1,20,114 31 | zhongwen_pic=skin2_1.png 32 | zhongwen_layout_horizontal=0,75,40 33 | zhongwen_layout_vertical=0,1,0 34 | zhongwen_marge=23,3,20,17 35 | anchor=25,0 36 | [Scheme_V1] 37 | pic=skin2_2.png 38 | layout_horizontal=0,16,146 39 | layout_vertical=0,102,49 40 | pinyin_marge=18,3,15,74 41 | zhongwen_marge=5,26,16,131 42 | anchor=20,0 43 | [Scheme_V2] 44 | pinyin_pic=skin2_1.png 45 | pinyin_layout_horizontal=0,67,81 46 | pinyin_layout_vertical=0,2,1 47 | pinyin_marge=21,3,20,34 48 | zhongwen_pic=skin2_2.png 49 | zhongwen_layout_horizontal=0,21,133 50 | zhongwen_layout_vertical=0,89,36 51 | zhongwen_marge=21,14,20,102 52 | anchor=25,0 53 | [StatusBar] 54 | pic=bar.png 55 | cn_en_display=1 56 | cn_en_pos=49,8 57 | cn_en=cn1.png,en1.png,a1.png 58 | quan_ban_display=1 59 | quan_ban_pos=32,24 60 | quan_ban=quan1.png,ban1.png 61 | skinmanager_display=1 62 | skinmanager_pos=9,10 63 | skinmanager=skinmanager1.png 64 | -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/风听旧事·梅/skin.ini_bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/风听旧事·梅/skin.ini_bak -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/风听旧事·梅/skin1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/风听旧事·梅/skin1.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/风听旧事·梅/skin1_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/风听旧事·梅/skin1_1.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/风听旧事·梅/skin2_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/风听旧事·梅/skin2_1.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/风听旧事·梅/skin2_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/风听旧事·梅/skin2_2.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/风听旧事·梅/skinmanager1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/风听旧事·梅/skinmanager1.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/默认皮肤/a1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/默认皮肤/a1.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/默认皮肤/a2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/默认皮肤/a2.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/默认皮肤/a3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/默认皮肤/a3.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/默认皮肤/ban1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/默认皮肤/ban1.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/默认皮肤/ban2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/默认皮肤/ban2.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/默认皮肤/ban3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/默认皮肤/ban3.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/默认皮肤/bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/默认皮肤/bar.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/默认皮肤/cn1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/默认皮肤/cn1.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/默认皮肤/cn2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/默认皮肤/cn2.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/默认皮肤/cn3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/默认皮肤/cn3.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/默认皮肤/cn_biaodian1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/默认皮肤/cn_biaodian1.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/默认皮肤/cn_biaodian2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/默认皮肤/cn_biaodian2.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/默认皮肤/cn_biaodian3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/默认皮肤/cn_biaodian3.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/默认皮肤/en1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/默认皮肤/en1.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/默认皮肤/en2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/默认皮肤/en2.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/默认皮肤/en3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/默认皮肤/en3.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/默认皮肤/en_biaodian1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/默认皮肤/en_biaodian1.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/默认皮肤/en_biaodian2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/默认皮肤/en_biaodian2.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/默认皮肤/en_biaodian3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/默认皮肤/en_biaodian3.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/默认皮肤/fan1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/默认皮肤/fan1.bmp -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/默认皮肤/fan2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/默认皮肤/fan2.bmp -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/默认皮肤/fan3.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/默认皮肤/fan3.bmp -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/默认皮肤/ie1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/默认皮肤/ie1.bmp -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/默认皮肤/ie2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/默认皮肤/ie2.bmp -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/默认皮肤/ie3.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/默认皮肤/ie3.bmp -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/默认皮肤/jian1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/默认皮肤/jian1.bmp -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/默认皮肤/jian2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/默认皮肤/jian2.bmp -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/默认皮肤/jian3.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/默认皮肤/jian3.bmp -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/默认皮肤/key1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/默认皮肤/key1.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/默认皮肤/key2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/默认皮肤/key2.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/默认皮肤/key3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/默认皮肤/key3.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/默认皮肤/menu1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/默认皮肤/menu1.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/默认皮肤/menu2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/默认皮肤/menu2.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/默认皮肤/menu3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/默认皮肤/menu3.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/默认皮肤/oh_pagedown_on1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/默认皮肤/oh_pagedown_on1.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/默认皮肤/oh_pagedown_on2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/默认皮肤/oh_pagedown_on2.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/默认皮肤/oh_pagedown_on3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/默认皮肤/oh_pagedown_on3.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/默认皮肤/oh_pageup_on1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/默认皮肤/oh_pageup_on1.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/默认皮肤/oh_pageup_on2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/默认皮肤/oh_pageup_on2.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/默认皮肤/oh_pageup_on3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/默认皮肤/oh_pageup_on3.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/默认皮肤/ov_pagedown_off1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/默认皮肤/ov_pagedown_off1.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/默认皮肤/ov_pagedown_on1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/默认皮肤/ov_pagedown_on1.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/默认皮肤/ov_pagedown_on2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/默认皮肤/ov_pagedown_on2.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/默认皮肤/ov_pagedown_on3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/默认皮肤/ov_pagedown_on3.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/默认皮肤/ov_pageup_off1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/默认皮肤/ov_pageup_off1.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/默认皮肤/ov_pageup_on1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/默认皮肤/ov_pageup_on1.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/默认皮肤/ov_pageup_on2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/默认皮肤/ov_pageup_on2.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/默认皮肤/ov_pageup_on3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/默认皮肤/ov_pageup_on3.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/默认皮肤/pass1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/默认皮肤/pass1.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/默认皮肤/pass2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/默认皮肤/pass2.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/默认皮肤/pass3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/默认皮肤/pass3.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/默认皮肤/passon1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/默认皮肤/passon1.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/默认皮肤/passon2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/默认皮肤/passon2.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/默认皮肤/passon3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/默认皮肤/passon3.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/默认皮肤/quan1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/默认皮肤/quan1.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/默认皮肤/quan2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/默认皮肤/quan2.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/默认皮肤/quan3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/默认皮肤/quan3.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/默认皮肤/quanpin1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/默认皮肤/quanpin1.bmp -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/默认皮肤/quanpin2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/默认皮肤/quanpin2.bmp -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/默认皮肤/quanpin3.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/默认皮肤/quanpin3.bmp -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/默认皮肤/save_skin.ini: -------------------------------------------------------------------------------- 1 | [UsrPreview] 2 | pinyin_color= 3 | zhongwen_first_color= 4 | zhongwen_color= 5 | separator_color= 6 | backimage_color= 7 | font_size=18 8 | font_ch=Noto Sans CJK SC 9 | -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/默认皮肤/shuanpin1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/默认皮肤/shuanpin1.bmp -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/默认皮肤/shuanpin2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/默认皮肤/shuanpin2.bmp -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/默认皮肤/shuanpin3.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/默认皮肤/shuanpin3.bmp -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/默认皮肤/skin1_2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/默认皮肤/skin1_2.bmp -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/默认皮肤/skin2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/默认皮肤/skin2.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/默认皮肤/skin2_1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/默认皮肤/skin2_1.bmp -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/默认皮肤/skin2_2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/默认皮肤/skin2_2.bmp -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/默认皮肤/skinmanager1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/默认皮肤/skinmanager1.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/默认皮肤/skinmanager2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/默认皮肤/skinmanager2.png -------------------------------------------------------------------------------- /config/sogou/sogou-qimpanel/skin/默认皮肤/skinmanager3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/config/sogou/sogou-qimpanel/skin/默认皮肤/skinmanager3.png -------------------------------------------------------------------------------- /config/synapse/config.json: -------------------------------------------------------------------------------- 1 | { 2 | "ui" : { 3 | "shortcuts" : { 4 | "activate" : "space", 5 | "execute" : "Return", 6 | "execute-without-hide" : "Return", 7 | "delete-char" : "BackSpace", 8 | "delete-word" : "BackSpace", 9 | "alternative-delete-char" : "Delete", 10 | "next-match" : "Down", 11 | "prev-match" : "Up", 12 | "first-match" : "Home", 13 | "last-match" : "End", 14 | "next-match-page" : "Page_Down", 15 | "prev-match-page" : "Page_Up", 16 | "next-category" : "Right", 17 | "prev-category" : "Left", 18 | "next-search-type" : "Tab", 19 | "prev-search-type" : "ISO_Left_Tab", 20 | "cancel" : "Escape", 21 | "paste" : "v", 22 | "alt-paste" : "Insert", 23 | "exit" : "q" 24 | } 25 | } 26 | } 27 | -------------------------------------------------------------------------------- /config/synapse/synapse.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Type=Application 3 | Name[ar]=سيّناپس 4 | Name[be]=Synapse 5 | Name[bg]=Synapse 6 | Name[ca]=Synapse 7 | Name[ca@valencia]=Synapse 8 | Name[cs]=Synapse 9 | Name[da]=Synapse 10 | Name[de]=Synapse 11 | Name[en_GB]=Synapse 12 | Name[eo]=Synapse 13 | Name[es]=Synapse 14 | Name[et]=Synapse 15 | Name[eu]=Synapse 16 | Name[fi]=Synapse 17 | Name[fr]=Synapse 18 | Name[gl]=Synapse 19 | Name[hr]=Synapse 20 | Name[hu]=Synapse 21 | Name[id]=Synapse 22 | Name[it]=Synapse 23 | Name[ja]=Synapse 24 | Name[ka]=Synapse 25 | Name[ko]=시냅스 26 | Name[la]=Synapsus 27 | Name[lv]=Synapse 28 | Name[ml]=സിനാപ്സ് 29 | Name[nb]=Synapse 30 | Name[nds]=Synapse 31 | Name[ne]=सिन्याप्से 32 | Name[nl]=Synapse 33 | Name[nn]=Synapse 34 | Name[oc]=Synapse 35 | Name[pl]=Synapse 36 | Name[pt_BR]=Synapse 37 | Name[pt]=Synapse 38 | Name[ro]=Synapse 39 | Name[ru]=Synapse 40 | Name[sk]=Synapse 41 | Name[sl]=Synapse 42 | Name[sr]=Синапса 43 | Name[sv]=Synapse 44 | Name[te]=సైనాప్స్ 45 | Name[tr]=Synapse 46 | Name[uk]=Synapse 47 | Name[zh_CN]=Synapse 48 | Name=Synapse 49 | Comment[ar]=ابحث في كل شيء تفعله. 50 | Comment[be]=Шукае усё, што вы робіце 51 | Comment[bg]=Търсете всичко, от което се нуждаете. 52 | Comment[ca]=Cerqueu tot allò que feu 53 | Comment[ca@valencia]=Cerqueu tot allò que feu 54 | Comment[cs]=Vyhledává ve všech Vašich činnostech. 55 | Comment[da]=Søg alt du gør. 56 | Comment[de]=Durchsuche all deine Tätigkeiten. 57 | Comment[en_GB]=Search everything you do. 58 | Comment[es]=Busque en todo lo que hace. 59 | Comment[eu]=Egiten duzun guztia bilatu. 60 | Comment[fi]=Etsi kaikesta tekemästäsi. 61 | Comment[fr]=Recherchez tout ce que vous faites. 62 | Comment[gl]=Busque en todo o que vostede faga. 63 | Comment[hr]=Pretražuj sve aktivnosti 64 | Comment[id]=Mencari setiap hal yang Anda lakukan 65 | Comment[it]=Cerca tutto ciò che fai. 66 | Comment[ja]=やることを何でも検索します。 67 | Comment[ka]=მოძებნე ყველაფერი ყველგან 68 | Comment[ko]=원하는 모든 것을 검색합니다. 69 | Comment[ml]=ചെയ്യുന്നതെല്ലാം തെരയുക 70 | Comment[nb]=Søk gjennom alt du foretar deg. 71 | Comment[nds]=Suche nach all deine Aktivitäten. 72 | Comment[ne]=खोजी 73 | Comment[nl]=Doorzoek alles wat u doet. 74 | Comment[nn]=Søk i alt du foretek deg. 75 | Comment[oc]=Recercar tot çò que fasètz. 76 | Comment[pl]=Szukaj czegokolwiek chcesz. 77 | Comment[pt_BR]=Busque em tudo que você faz. 78 | Comment[pt]=Procure tudo aquilo que faz. 79 | Comment[ro]=Cauta orice faci. 80 | Comment[ru]=Искать всё 81 | Comment[sk]=Prehľadáva všetky vaše aktivity. 82 | Comment[sl]=Iščite po vsem, kar delate. 83 | Comment[sr]=Тражи све што радите. 84 | Comment[sv]=Sök allt du gör. 85 | Comment[sw]=Tafuta kila kitu unachofanya 86 | Comment[te]=కావలసినదేదయినా వెతకండి. 87 | Comment[tr]=Yapılan her şeyi ara 88 | Comment[uk]=Пошук всього, що Вам потрібно. 89 | Comment[zh_CN]=搜索你想要的。 90 | Comment[zh_TW]=搜尋所有做過的事。 91 | Comment=Search everything you do. 92 | Exec=synapse 93 | Icon=synapse 94 | Categories=GNOME;Utility; 95 | -------------------------------------------------------------------------------- /config/terminator/config: -------------------------------------------------------------------------------- 1 | [global_config] 2 | always_split_with_profile = True 3 | dbus = False 4 | enabled_plugins = , 5 | extra_styling = False 6 | homogeneous_tabbar = False 7 | scroll_tabbar = True 8 | suppress_multiple_term_dialog = True 9 | tab_position = hidden 10 | title_font = Droid Sans Mono for Powerline 11 11 | title_transmit_bg_color = "#000000" 12 | title_transmit_fg_color = "#000000" 13 | title_use_system_font = False 14 | [keybindings] 15 | copy = c 16 | go_down = j 17 | go_left = h 18 | go_right = l 19 | go_up = k 20 | layout_launcher = slash 21 | split_horiz = minus 22 | split_vert = backslash 23 | [layouts] 24 | [[default]] 25 | [[[child0]]] 26 | fullscreen = False 27 | last_active_term = ac1db261-5336-4ef3-a47b-bec2c2f710e6 28 | last_active_window = True 29 | maximised = False 30 | order = 0 31 | parent = "" 32 | position = 590:306 33 | size = 756, 453 34 | type = Window 35 | [[[terminal1]]] 36 | order = 0 37 | parent = child0 38 | profile = default 39 | type = Terminal 40 | uuid = ac1db261-5336-4ef3-a47b-bec2c2f710e6 41 | [plugins] 42 | [profiles] 43 | [[default]] 44 | allow_bold = False 45 | background_color = "#282828" 46 | background_darkness = 0.7 47 | copy_on_selection = True 48 | cursor_color = "#fc0505" 49 | font = Droid Sans Mono for Powerline 12 50 | foreground_color = "#ebdbb2" 51 | icon_bell = False 52 | palette = "#282828:#cc241d:#98971a:#d79921:#458588:#b16286:#689d6a:#a89984:#928374:#fb4934:#b8bb26:#fabd2f:#83a598:#d3869b:#8ec07c:#ebdbb2" 53 | scrollback_lines = 10000000 54 | scrollbar_position = hidden 55 | show_titlebar = False 56 | use_system_font = False 57 | -------------------------------------------------------------------------------- /config/touchpad/70-synaptics.conf: -------------------------------------------------------------------------------- 1 | Section "InputClass" 2 | Identifier "touchpad" 3 | Driver "synaptics" 4 | MatchIsTouchpad "on" 5 | Option "TapButton1" "1" 6 | Option "TapButton2" "3" 7 | Option "TapButton3" "2" 8 | Option "VertEdgeScroll" "on" 9 | Option "VertTwoFingerScroll" "on" 10 | Option "HorizEdgeScroll" "on" 11 | Option "HorizTwoFingerScroll" "on" 12 | Option "CircularScrolling" "on" 13 | Option "CircScrollTrigger" "2" 14 | Option "EmulateTwoFingerMinZ" "40" 15 | Option "EmulateTwoFingerMinW" "8" 16 | Option "CoastingSpeed" "0" 17 | Option "FingerLow" "30" 18 | Option "FingerHigh" "50" 19 | Option "MaxTapTime" "125" 20 | EndSection 21 | -------------------------------------------------------------------------------- /config/zsh/.zshrc: -------------------------------------------------------------------------------- 1 | ## Add by Archlinux installer 2 | # 3 | ## solarized for tty 4 | if [[ $(tty) == /dev/tty* ]] ; then 5 | sh .tty-solarized-dark.sh && setfont .ter-powerline-v16n.psf.gz 6 | fi 7 | ## Add by Archlinux installer 8 | 9 | 10 | # If you come from bash you might have to change your $PATH. 11 | # export PATH=$HOME/bin:/usr/local/bin:$PATH 12 | 13 | # Path to your oh-my-zsh installation. 14 | export ZSH=~/.oh-my-zsh 15 | 16 | # Set name of the theme to load. Optionally, if you set this to "random" 17 | # it'll load a random theme each time that oh-my-zsh is loaded. 18 | # See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes 19 | ZSH_THEME="agnoster" 20 | 21 | # Uncomment the following line to use case-sensitive completion. 22 | # CASE_SENSITIVE="true" 23 | 24 | # Uncomment the following line to use hyphen-insensitive completion. Case 25 | # sensitive completion must be off. _ and - will be interchangeable. 26 | # HYPHEN_INSENSITIVE="true" 27 | 28 | # Uncomment the following line to disable bi-weekly auto-update checks. 29 | # DISABLE_AUTO_UPDATE="true" 30 | 31 | # Uncomment the following line to change how often to auto-update (in days). 32 | # export UPDATE_ZSH_DAYS=13 33 | 34 | # Uncomment the following line to disable colors in ls. 35 | # DISABLE_LS_COLORS="true" 36 | 37 | # Uncomment the following line to disable auto-setting terminal title. 38 | # DISABLE_AUTO_TITLE="true" 39 | 40 | # Uncomment the following line to enable command auto-correction. 41 | # ENABLE_CORRECTION="true" 42 | 43 | # Uncomment the following line to display red dots whilst waiting for completion. 44 | # COMPLETION_WAITING_DOTS="true" 45 | 46 | # Uncomment the following line if you want to disable marking untracked files 47 | # under VCS as dirty. This makes repository status check for large repositories 48 | # much, much faster. 49 | # DISABLE_UNTRACKED_FILES_DIRTY="true" 50 | 51 | # Uncomment the following line if you want to change the command execution time 52 | # stamp shown in the history command output. 53 | # The optional three formats: "mm/dd/yyyy"|"dd.mm.yyyy"|"yyyy-mm-dd" 54 | # HIST_STAMPS="mm/dd/yyyy" 55 | 56 | # Would you like to use another custom folder than $ZSH/custom? 57 | # ZSH_CUSTOM=/path/to/new-custom-folder 58 | 59 | # Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*) 60 | # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/ 61 | # Example format: plugins=(rails git textmate ruby lighthouse) 62 | # Add wisely, as too many plugins slow down shell startup. 63 | plugins=(git autojump zsh-autosuggestions zsh-syntax-highlighting) 64 | 65 | source $ZSH/oh-my-zsh.sh 66 | 67 | # User configuration 68 | 69 | # export MANPATH="/usr/local/man:$MANPATH" 70 | 71 | # You may need to manually set your language environment 72 | # export LANG=en_US.UTF-8 73 | 74 | # Preferred editor for local and remote sessions 75 | # if [[ -n $SSH_CONNECTION ]]; then 76 | # export EDITOR='vim' 77 | # else 78 | # export EDITOR='mvim' 79 | # fi 80 | 81 | # Compilation flags 82 | # export ARCHFLAGS="-arch x86_64" 83 | 84 | # ssh 85 | # export SSH_KEY_PATH="~/.ssh/rsa_id" 86 | 87 | # Set personal aliases, overriding those provided by oh-my-zsh libs, 88 | # plugins, and themes. Aliases can be placed here, though oh-my-zsh 89 | # users are encouraged to define aliases within the ZSH_CUSTOM folder. 90 | # For a full list of active aliases, run `alias`. 91 | # 92 | # Example aliases 93 | # alias zshconfig="mate ~/.zshrc" 94 | # alias ohmyzsh="mate ~/.oh-my-zsh" 95 | 96 | eval `dircolors ~/.dircolors` 97 | 98 | # vi mode 99 | set -o vi 100 | export KEYTIMEOUT=1 101 | -------------------------------------------------------------------------------- /log.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | # log() 4 | # { 5 | # while read message 6 | # do 7 | # echo $message 8 | # echo "$(date '+%Y-%m-%d %H:%M:%S') $0 [message]$message" >>installer.log 9 | # done 10 | # } 11 | 12 | # exec 2> >(log ${BASH_LINENO[0]}) 13 | 14 | exec 2> >(tee -a "installer.log") -------------------------------------------------------------------------------- /no_root.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | if [ "$(whoami)" = "root" ] 4 | then 5 | echo 6 | echo 7 | echo "---------------------------------Archlinux Installer-------------------------------" 8 | echo "you should not run this script as root" 9 | echo 10 | echo 11 | exit 0; 12 | fi 13 | -------------------------------------------------------------------------------- /picture/app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/picture/app.png -------------------------------------------------------------------------------- /picture/aur-mirrors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/picture/aur-mirrors.png -------------------------------------------------------------------------------- /picture/aur.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/picture/aur.png -------------------------------------------------------------------------------- /picture/basic-complete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/picture/basic-complete.png -------------------------------------------------------------------------------- /picture/basic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/picture/basic.png -------------------------------------------------------------------------------- /picture/bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/picture/bg.png -------------------------------------------------------------------------------- /picture/boot-go.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/picture/boot-go.png -------------------------------------------------------------------------------- /picture/boot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/picture/boot.png -------------------------------------------------------------------------------- /picture/chinese.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/picture/chinese.png -------------------------------------------------------------------------------- /picture/desktop-to.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/picture/desktop-to.png -------------------------------------------------------------------------------- /picture/desktop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/picture/desktop.png -------------------------------------------------------------------------------- /picture/done.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/picture/done.png -------------------------------------------------------------------------------- /picture/driver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/picture/driver.png -------------------------------------------------------------------------------- /picture/fs-mount.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/picture/fs-mount.png -------------------------------------------------------------------------------- /picture/gtk-theme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/picture/gtk-theme.png -------------------------------------------------------------------------------- /picture/hostname.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/picture/hostname.png -------------------------------------------------------------------------------- /picture/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/picture/icon.png -------------------------------------------------------------------------------- /picture/keymap-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/picture/keymap-1.png -------------------------------------------------------------------------------- /picture/keymap-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/picture/keymap-2.png -------------------------------------------------------------------------------- /picture/lib32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/picture/lib32.png -------------------------------------------------------------------------------- /picture/locale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/picture/locale.png -------------------------------------------------------------------------------- /picture/mirrors-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/picture/mirrors-2.png -------------------------------------------------------------------------------- /picture/mirrors.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/picture/mirrors.png -------------------------------------------------------------------------------- /picture/other-install.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/picture/other-install.png -------------------------------------------------------------------------------- /picture/partition-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/picture/partition-1.png -------------------------------------------------------------------------------- /picture/partition-bios.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/picture/partition-bios.png -------------------------------------------------------------------------------- /picture/partition-go.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/picture/partition-go.png -------------------------------------------------------------------------------- /picture/partition-label.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/picture/partition-label.png -------------------------------------------------------------------------------- /picture/partition-select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/picture/partition-select.png -------------------------------------------------------------------------------- /picture/passwd-user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/picture/passwd-user.png -------------------------------------------------------------------------------- /picture/passwd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/picture/passwd.png -------------------------------------------------------------------------------- /picture/plugin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/picture/plugin.png -------------------------------------------------------------------------------- /picture/root-mount.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/picture/root-mount.png -------------------------------------------------------------------------------- /picture/shell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/picture/shell.png -------------------------------------------------------------------------------- /picture/swap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/picture/swap.png -------------------------------------------------------------------------------- /picture/sys-locale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/picture/sys-locale.png -------------------------------------------------------------------------------- /picture/timezone-location.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/picture/timezone-location.png -------------------------------------------------------------------------------- /picture/timezone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/picture/timezone.png -------------------------------------------------------------------------------- /picture/uefi-confirm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/picture/uefi-confirm.png -------------------------------------------------------------------------------- /picture/uefi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/picture/uefi.png -------------------------------------------------------------------------------- /picture/user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/si9ma/Archlinux-Installer/ee93c7ae53cba8a8c8ed58ea31b250c4688ef73a/picture/user.png -------------------------------------------------------------------------------- /yaourt.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | ## author: si9ma 4 | ## my blog: si9ma.com 5 | ## 6 | ## use this script to check if yaourt have installed 7 | ## 8 | 9 | . log.sh 10 | 11 | EXIT_MSG="You have left from Archlinux Installer!" 12 | HEADER="Archlinux Installer" 13 | 14 | # check whether yaourt are installed 15 | function check_yaourt 16 | { 17 | pacman -Qi yaourt >/dev/null 2>&1 18 | echo $? 19 | } 20 | 21 | function install_yaourt 22 | { 23 | 24 | title="AUR And Yaourt" 25 | msg="In order to complete instation, you need to enable AUR and install yaourt. Please select the repositories suitable for you. More details, please see \"https://wiki.archlinux.org/index.php/unofficial_user_repositories\"\n\n[ESC] to exit the installer.\n\nPlease confirm before typing the [ENTER], because you can't undo it." 26 | 27 | wget https://wiki.archlinux.org/index.php/unofficial_user_repositories -O repositories >/dev/null 2>&1 28 | repositories_list=$(cat repositories | grep -A 1 -P "\[[a-zA-Z0-9]{2,}\]" | grep -B 1 -P "Server") 29 | 30 | # remove Server = 31 | repositories_list=${repositories_list//"Server = "/} 32 | # remove [ 33 | repositories_list=${repositories_list//\[/} 34 | # remove ] 35 | repositories_list=${repositories_list//\]/} 36 | # remove -- 37 | repositories_list=${repositories_list//--/} 38 | # convert mutil rows into one row 39 | repositories_list=$(echo $repositories_list | xargs) 40 | 41 | # Reverse 42 | count=0 43 | for repositories in $repositories_list 44 | do 45 | count=$[ $count + 1 ] 46 | judge=$[ $count % 2 ] 47 | 48 | # repo 49 | if [ "$judge" = "1" ] 50 | then 51 | repo=$repositories 52 | else 53 | temp="${temp} $repo=$repositories" 54 | fi 55 | done 56 | repositories_list=$temp 57 | temp= 58 | 59 | # sort 60 | repositories_list=$(echo "$repositories_list" | tr -s ' ' '\n' | sort -u | xargs) 61 | for repositories in $repositories_list 62 | do 63 | repo=$(echo "$repositories" | cut -d "=" -f 1) 64 | temp="${temp} $repositories $repo" 65 | done 66 | repositories_list=$temp 67 | temp= 68 | 69 | dialog --no-cancel --ok-button "Select" --ascii-lines --title "$title" --backtitle "$HEADER" --menu "$msg" 18 75 18 $repositories_list 2>tempfile 70 | 71 | retval=$? 72 | choice=$(cat tempfile) 73 | echo 74 | 75 | # if ESC,exit 76 | case $retval in 77 | 255) # ESC 78 | echo 79 | echo $EXIT_MSG 80 | exit 255;; 81 | esac 82 | 83 | repo=$(echo $choice | cut -d "=" -f 1) 84 | server=$(echo $choice | cut -d "=" -f 2) 85 | 86 | # configure /etc/pacman.conf 87 | echo | sudo tee -a /etc/pacman.conf >/dev/null 88 | echo "## Add by Archlinux Inataller" | sudo tee -a /etc/pacman.conf >/dev/null 89 | echo "[$repo]" | sudo tee -a /etc/pacman.conf >/dev/null 90 | echo "SigLevel=Never" | sudo tee -a /etc/pacman.conf >/dev/null 91 | echo "Server = $server" | sudo tee -a /etc/pacman.conf >/dev/null 92 | 93 | # install Yaourt 94 | sudo pacman --noconfirm -Syu yaourt 95 | yaourt -Syu 96 | } 97 | --------------------------------------------------------------------------------