This commit is contained in:
Miodec 2022-01-13 23:02:53 +01:00
commit dbba5e5bc0
4 changed files with 122 additions and 13 deletions

View file

@ -542,21 +542,21 @@ const layouts = {
keymapShowTopRow: false,
keys: [
"`~", "1!", "2@", "3#", "4$", "5%", "6^", "7&", "8*", "9(", "0)", "-_", "=+",
"qQ", "cC", "dD", "lL", "xX", "zZ", "yY", "oO", "uU", ";:", "[{", "]}", "\\|",
"rR", "sS", "tT", "hH", "kK", "pP", "nN", "eE", "iI", "aA", "/?",
"\\|", "wW", "gG", "bB", "mM", "vV", "jJ", "fF", "'\"", ",<", ".>",
"wW", "gG", "dD", "fF", "bB", "qQ", "lL", "uU", "oO", "yY", "[{", "]}", "\\|",
"rR", "sS", "tT", "hH", "kK", "jJ", "nN", "eE", "aA", "iI", ";:",
"\\|", "xX", "cC", "mM", "pP", "vV", "zZ", ",<", ".>", "'\"", "/?",
" "
]
],
},
APTx: {
APT_angle: {
keymapShowTopRow: false,
keys: [
"`~", "1!", "2@", "3#", "4$", "5%", "6^", "7&", "8*", "9(", "0)", "-_", "=+",
"qQ", "cC", "dD", "wW", "xX", "zZ", "pP", "oO", "uU", ";:", "[{", "]}", "\\|",
"rR", "sS", "tT", "nN", "vV", "yY", "hH", "eE", "iI", "aA", "/?",
"\\|", "lL", "gG", "bB", "mM", "jJ", "kK", "fF", "'\"", ",<", ".>",
"wW", "gG", "dD", "fF", "bB", "qQ", "lL", "uU", "oO", "yY", "[{", "]}", "\\|",
"rR", "sS", "tT", "hH", "kK", "jJ", "nN", "eE", "aA", "iI", ";:",
"\\|", "cC", "mM", "pP", "vV", "xX", "zZ", ",<", ".>", "'\"", "/?",
" "
]
],
},
thai_kedmanee: {
keymapShowTopRow: true,

View file

@ -130,16 +130,13 @@
"pushd",
"print",
"printf",
"pwd",
"read",
"readarray",
"readonly",
"return",
"select",
"set",
"shopt",
"chsh",
"time",
"trap",
"type",
"ulimit",
@ -230,6 +227,102 @@
"mkinitcpio",
"pacmd",
"free",
"node"
"node",
"cat",
"tar",
"cp",
"dd",
"df",
"du",
"chmod",
"chown",
"chgrp",
"install",
"mkdir",
"mkfifo",
"mktemp",
"mknod",
"mv",
"ls",
"ln",
"rm",
"cut",
"grep",
"sed",
"awk",
"perl",
"comm",
"diff",
"patch",
"sort",
"tr",
"echo",
"env",
"cd",
"pwd",
"readlink",
"which",
"sh",
"bash",
"stat",
"unlink",
"uname",
"whoami",
"hostname",
"ifconfig",
"uptime",
"test",
"wc",
"basename",
"date",
"paste",
"join",
"find",
"uniq",
"yes",
"mount",
"fdisk",
"more",
"less",
"man",
"kill",
"dmesg",
"lsblk",
"lscpu",
"lsusb",
"eject",
"findmnt",
"umount",
"su",
"sudo",
"rfkill",
"poweroff",
"xxd",
"vi",
"touch",
"addgroup",
"adduser",
"blkid",
"chattr",
"chpasswd",
"expr",
"nice",
"modprobe",
"printf",
"printenv",
"realpath",
"seq",
"unzip",
"true",
"false",
"sysctl",
"egrep",
"pgrep",
"killall",
"head",
"tail",
"git",
"svn",
"zip"
]
}

View file

@ -664,4 +664,9 @@
"bgColor" : "#fff2d5",
"mainColor":"#332800"
}
,{
"name": "frozen_llama",
"bgColor" : "#9bf2ea",
"textColor":"#ffffff"
}
]

View file

@ -0,0 +1,11 @@
:root {
--bg-color: #9bf2ea;
--main-color: #6d44a6;
--caret-color: #ffffff;
--sub-color: #b690fd;
--text-color: #ffffff;
--error-color: #e42629;
--error-extra-color: #e42629;
--colorful-error-color: #e42629;
--colorful-error-extra-color: #e42629;
}