私の[[🦉KOKUKOKU]]の設定。 | 対象 | バージョン | | -------------- | ------ | | [[🦉KOKUKOKU]] | 0.14.0 | `~/.config/kokukoku/config.toml` ```toml [[projects]] id = "minerva" name = "Minerva" icon = "https://publish-01.obsidian.md/access/35d05cd1bf5cc500e11cc8ba57daaf88/Notes/attachments/minerva-image-large.webp" [[projects]] id = "oss" name = "OSS活動" icon = "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSmrGmeBv3SOLSKz6OlTVlVYkfH9_W3BBgdrA&s" [[projects]] id = "env" name = "環境整備" icon = "💻" [hotkey] modifiers = ["command"] key = "f18" # 連続作業時間のアラート閾値 (秒)。60 * 60 = 3600 [alert.continuousWork] thresholds = [3600, 5400, 7200] [ui] fontName = "CaskaydiaCove Nerd Font" copyTextFormat = "- **{name}**: `{hh}:{mm}`" panelMinWidth = 400 panelMaxWidth = 900 [keymap] startBreak = "r" reset = "R" # 本日の予定の取得元カレンダー (Googleカレンダー上の表示名) [calendar] name = ... ```