mirror of
https://github.com/ksyasuda/dotfiles.git
synced 2026-06-12 09:13:31 -07:00
update
This commit is contained in:
@@ -147,34 +147,21 @@
|
||||
"replace": true,
|
||||
},
|
||||
"subtitleStyle": {
|
||||
"fontFamily": "Hiragino Sans, M PLUS 1, Source Han Sans JP, Noto Sans CJK JP",
|
||||
"fontSize": 38,
|
||||
"fontColor": "#cad3f5",
|
||||
"fontWeight": 500,
|
||||
"lineHeight": 1.4,
|
||||
"letterSpacing": "0.02em",
|
||||
"wordSpacing": 0,
|
||||
"fontKerning": "normal",
|
||||
"textRendering": "optimizeLegibility",
|
||||
"paintOrder": "stroke fill",
|
||||
"WebkitTextStroke": "1.5px #000",
|
||||
"textShadow": "0 2px 6px rgba(0,0,0,0.9), 0 0 12px rgba(0,0,0,0.55)",
|
||||
"fontStyle": "normal",
|
||||
"backgroundColor": "transparent",
|
||||
"hoverTokenColor": "#f4dbd6",
|
||||
"backdropFilter": "blur(6px)",
|
||||
"hoverTokenBackgroundColor": "transparent",
|
||||
"preserveLineBreaks": false,
|
||||
"autoPauseVideoOnHover": true,
|
||||
"autoPauseVideoOnYomitanPopup": true,
|
||||
"secondary": {
|
||||
"fontFamily": "Manrope, Inter",
|
||||
"fontSize": 24,
|
||||
"fontColor": "#cad3f5",
|
||||
"backgroundColor": "transparent",
|
||||
"paintOrder": "stroke fill",
|
||||
"WebkitTextStroke": "0.75px #000",
|
||||
"textShadow": "0 1px 4px rgba(0,0,0,0.85), 0 0 10px rgba(0,0,0,0.5)",
|
||||
"css": {
|
||||
"font-family": "Manrope, Inter",
|
||||
"color": "#cad3f5",
|
||||
"background-color": "transparent",
|
||||
"font-size": "24px",
|
||||
"text-shadow": "0 1px 4px rgba(0,0,0,0.85), 0 0 10px rgba(0,0,0,0.5)",
|
||||
"paint-order": "stroke fill",
|
||||
"-webkit-text-stroke": "0.75px #000"
|
||||
},
|
||||
},
|
||||
"frequencyDictionary": {
|
||||
"enabled": true,
|
||||
@@ -195,6 +182,23 @@
|
||||
},
|
||||
"nPlusOneColor": "#c6a0f6",
|
||||
"knownWordColor": "#a6da95",
|
||||
"css": {
|
||||
"font-family": "Hiragino Sans, M PLUS 1, Source Han Sans JP, Noto Sans CJK JP",
|
||||
"color": "#cad3f5",
|
||||
"background-color": "transparent",
|
||||
"font-size": "38px",
|
||||
"font-weight": "500",
|
||||
"font-style": "normal",
|
||||
"line-height": "1.4",
|
||||
"letter-spacing": "0.02em",
|
||||
"word-spacing": "0",
|
||||
"font-kerning": "normal",
|
||||
"text-rendering": "optimizeLegibility",
|
||||
"text-shadow": "0 2px 6px rgba(0,0,0,0.9), 0 0 12px rgba(0,0,0,0.55)",
|
||||
"paint-order": "stroke fill",
|
||||
"-webkit-text-stroke": "1.5px #000",
|
||||
"backdrop-filter": "blur(6px)"
|
||||
},
|
||||
},
|
||||
"jimaku": {
|
||||
"apiKeyCommand": "cat ~/.jimaku-api-key",
|
||||
|
||||
@@ -61,7 +61,7 @@ graph_symbol_net = "default"
|
||||
graph_symbol_proc = "default"
|
||||
|
||||
#* Manually set which boxes to show. Available values are "cpu mem net proc" and "gpu0" through "gpu5", separate values with whitespace.
|
||||
shown_boxes = "cpu net proc mem"
|
||||
shown_boxes = "cpu net proc"
|
||||
|
||||
#* Update time in milliseconds, recommended 2000 ms or above for better sample times for graphs.
|
||||
update_ms = 2000
|
||||
|
||||
@@ -167,6 +167,8 @@ bind = ALT, g, exec, /opt/mpv-yomitan/mpv-yomitan.AppImage --toggle
|
||||
# bind = ,code:71, exec, ~/projects/scripts/whisper_record_transcribe.py --mode toggle --output type
|
||||
bind = ,code:71, exec, uv run --directory ~/projects/scripts/faster-whisper-transcribe faster-whisper-transcribe --backend ctranslate2 --device cpu --mode toggle --output type
|
||||
|
||||
bind = ALT SHIFT, f, exec, uwsm app -sb -- flameshot gui
|
||||
|
||||
# SubMiner
|
||||
bind = ALT SHIFT, O, pass, class:^(SubMiner)$
|
||||
bind = ALT SHIFT, I, pass, class:^(SubMiner)$
|
||||
|
||||
Reference in New Issue
Block a user