From 997244e05447aad45c08bbc033da1ba805aae54e Mon Sep 17 00:00:00 2001 From: Luminiferous Date: Sat, 24 May 2025 16:13:47 +0200 Subject: [PATCH] Added komorebi dotfiles --- komorebi.bar.json | 73 +++++++++++++++++++++++++++++++++++++++++++++++ komorebi.json | 42 +++++++++++++++++++++++++++ 2 files changed, 115 insertions(+) create mode 100644 komorebi.bar.json create mode 100644 komorebi.json diff --git a/komorebi.bar.json b/komorebi.bar.json new file mode 100644 index 0000000..28f181d --- /dev/null +++ b/komorebi.bar.json @@ -0,0 +1,73 @@ +{ + "$schema": "https://raw.githubusercontent.com/LGUG2Z/komorebi/v0.1.37/schema.bar.json", + "monitor": 0, + "font_family": "JetBrains Mono", + "theme": { + "palette": "Base16", + "name": "Ashes", + "accent": "Base0D" + }, + "left_widgets": [ + { + "Komorebi": { + "workspaces": { + "enable": true, + "hide_empty_workspaces": false + }, + "layout": { + "enable": true + }, + "focused_window": { + "enable": true, + "show_icon": true + } + } + } + ], + "right_widgets": [ + { + "Update": { + "enable": true + } + }, + { + "Media": { + "enable": true + } + }, + { + "Storage": { + "enable": true + } + }, + { + "Memory": { + "enable": true + } + }, + { + "Network": { + "enable": true, + "show_total_data_transmitted": true, + "show_network_activity": true + } + }, + { + "Date": { + "enable": true, + "format": "DayDateMonthYear" + } + }, + { + "Time": { + "enable": true, + "format": "TwentyFourHour" + } + }, + { + "Battery": { + "enable": true + } + } + ] +} diff --git a/komorebi.json b/komorebi.json new file mode 100644 index 0000000..2d4fd4b --- /dev/null +++ b/komorebi.json @@ -0,0 +1,42 @@ +{ + "$schema": "https://raw.githubusercontent.com/LGUG2Z/komorebi/v0.1.37/schema.json", + "app_specific_configuration_path": "$Env:USERPROFILE/applications.json", + "window_hiding_behaviour": "Cloak", + "cross_monitor_move_behaviour": "Insert", + "default_workspace_padding": 4, + "default_container_padding": -1, + "border": true, + "border_width": 6, + "border_offset": -1, + "theme": { + "palette": "Base16", + "name": "Ashes", + "unfocused_border": "Base03", + "bar_accent": "Base0D" + }, + "stackbar": { + "height": 40, + "mode": "OnStack", + "tabs": { + "width": 300, + "focused_text": "#00a542", + "unfocused_text": "#b3b3b3", + "background": "#141414" + }, + }, + "mouse_follows_focus": false, + "ignore_rules": [ + { + "kind": "Exe", + "id": "vmconnect.exe", + "matching_strategy": "Equals" + } + ], + "object_name_change_applications": [ + { + "kind": "Exe", + "id": "dopus.exe", + "matching_strategy": "Equals" + } + ] +}