Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<style> | |
.cell { | |
width: 100px; height: 100px; | |
font-family:Arial, Helvetica, sans-serif; font-size: 60pt; text-align: center; | |
} | |
</style> | |
<script> |