From ac0afbeea8f33b2e79a4b11c0309a25aff2eea16 Mon Sep 17 00:00:00 2001 From: Kenichi Kamiya Date: Thu, 13 Jun 2024 12:42:48 +0900 Subject: [PATCH] `dprint fmt` --- windows/komorebi/komorebi.json | 122 ++++++++++++++++----------------- 1 file changed, 61 insertions(+), 61 deletions(-) diff --git a/windows/komorebi/komorebi.json b/windows/komorebi/komorebi.json index 440fd97f..cec8c369 100644 --- a/windows/komorebi/komorebi.json +++ b/windows/komorebi/komorebi.json @@ -1,61 +1,61 @@ -{ - "$schema": "https://raw.githubusercontent.com/LGUG2Z/komorebi/v0.1.25/schema.json", - "app_specific_configuration_path": "$Env:USERPROFILE/applications.yaml", - "window_hiding_behaviour": "Cloak", - "cross_monitor_move_behaviour": "Insert", - "default_workspace_padding": 20, - "default_container_padding": 20, - "border": true, - "border_width": 8, - "border_offset": -1, - "border_colours": { - "single": "#42a5f5", - "stack": "#00a542", - "monocle": "#ff3399", - "unfocused": "#808080" - }, - "stackbar": { - "height": 40, - "mode": "OnStack", - "tabs": { - "width": 300, - "focused_text": "#00a542", - "unfocused_text": "#b3b3b3", - "background": "#141414" - } - }, - "monitors": [ - { - "workspaces": [ - { - "name": "I", - "layout": "BSP" - }, - { - "name": "II", - "layout": "VerticalStack" - }, - { - "name": "III", - "layout": "HorizontalStack" - }, - { - "name": "IV", - "layout": "UltrawideVerticalStack" - }, - { - "name": "V", - "layout": "Rows" - }, - { - "name": "VI", - "layout": "Grid" - }, - { - "name": "VII", - "layout": "RightMainVerticalStack" - } - ] - } - ] -} +{ + "$schema": "https://raw.githubusercontent.com/LGUG2Z/komorebi/v0.1.25/schema.json", + "app_specific_configuration_path": "$Env:USERPROFILE/applications.yaml", + "window_hiding_behaviour": "Cloak", + "cross_monitor_move_behaviour": "Insert", + "default_workspace_padding": 20, + "default_container_padding": 20, + "border": true, + "border_width": 8, + "border_offset": -1, + "border_colours": { + "single": "#42a5f5", + "stack": "#00a542", + "monocle": "#ff3399", + "unfocused": "#808080" + }, + "stackbar": { + "height": 40, + "mode": "OnStack", + "tabs": { + "width": 300, + "focused_text": "#00a542", + "unfocused_text": "#b3b3b3", + "background": "#141414" + } + }, + "monitors": [ + { + "workspaces": [ + { + "name": "I", + "layout": "BSP" + }, + { + "name": "II", + "layout": "VerticalStack" + }, + { + "name": "III", + "layout": "HorizontalStack" + }, + { + "name": "IV", + "layout": "UltrawideVerticalStack" + }, + { + "name": "V", + "layout": "Rows" + }, + { + "name": "VI", + "layout": "Grid" + }, + { + "name": "VII", + "layout": "RightMainVerticalStack" + } + ] + } + ] +}