Skip to content

Instantly share code, notes, and snippets.

View taroj1205's full-sized avatar

Shintaro Jokagi taroj1205

View GitHub Profile
@taroj1205
taroj1205 / arc-logo.svg
Created November 27, 2024 03:25
Zen Browser customization
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
{"nightTab":true,"version":"7.3.0","state":{"layout":{"alignment":"center-center","order":"header-bookmark","direction":"horizontal","padding":40,"gutter":20,"size":100,"width":80,"title":"Home","scrollbar":"thin","overscroll":false,"area":{"header":{"width":81,"justify":"center"},"bookmark":{"width":100,"justify":"center"}},"breakpoint":"xl","favicon":""},"header":{"item":{"justify":"left"},"greeting":{"show":true,"type":"hello","custom":"","name":"taroj1205.","size":100,"newLine":false},"clock":{"separator":{"show":true,"text":""},"meridiem":{"show":true},"hour24":{"show":true},"size":276,"newLine":true,"hour":{"show":true,"display":"number"},"minute":{"show":true,"display":"number"},"second":{"show":true,"display":"number"}},"transitional":{"show":true,"type":"its","size":100,"newLine":false},"date":{"day":{"show":true,"display":"word","weekStart":"monday","length":"long"},"date":{"show":true,"display":"number","ordinal":true},"month":{"show":true,"display":"word","length":"long","ordinal":true},"year":{"s
@taroj1205
taroj1205 / config.yaml
Created November 2, 2024 20:53
Komorebi and Yasb Bar Configuration
watch_stylesheet: true
watch_config: true
debug: false # Enable debug mode to see more logs
# This komorebi setting will be used for tray context menu.
# If you don't use komorebi, you can remove this section.
komorebi:
start_command: "komorebic start --whkd"
stop_command: "komorebic stop --whkd"
reload_command: "komorebic reload-configuration"
@taroj1205
taroj1205 / ox_game
Last active June 4, 2020 08:56
マルバツゲームです。VS Codeの”Run"機能を使ってマルバツゲームをlocalhostで実行しようとするとChromeではtableが表示されますが、Edgeでは表示されません。どなたか助けてください。必要な情報があったら教えて下さい。
<!DOCTYPE html>
<html>
<head>
<style>
.cell {
width: 100px; height: 100px;
font-family:Arial, Helvetica, sans-serif; font-size: 60pt; text-align: center;
}
</style>
<script>