Originally created by @rlopeznegrete on GitHub (Apr 14, 2025).
Summary
I just compiled the latest available in master branch (0.1.37), and now, when I start with komorebic --bar, the bar is not show (although the offset is created). However, if I manually execute komorebic-bar.exe the bar is displayed.
Looking for configuration files in C:\Users\myuser.config\komorebi
Found komorebi.json; this file can be passed to the start command with the --config flag
Found C:\Users\myuser.config\whkdrc; key bindings will be loaded from here when whkd is started, and you can start it automatically using the --whkd flag
Originally created by @rlopeznegrete on GitHub (Apr 14, 2025).
### Summary
I just compiled the latest available in master branch (0.1.37), and now, when I start with komorebic --bar, the bar is not show (although the offset is created). However, if I manually execute komorebic-bar.exe the bar is displayed.
Is this a bug in my configuration?
## komorebic.bar.json
```json
{
"$schema": "https://raw.githubusercontent.com/LGUG2Z/komorebi/v0.1.34/schema.bar.json",
"monitor": {
"index": 0,
"work_area_offset": {
"left": 0,
"top": 45,
"right": 0,
"bottom": 45
}
},
"font_family": "Hack Nerd Font",
"font_size": 12,
"position": {
"start": {
"x": 65,
"y": 0
},
"end": {
"x": 3374,
"y": 46
}
},
"theme": {
"palette": "Base16",
"name": "Ashes",
"accent": "Base0D"
},
"transparency_alpha": 0,
"grouping": {
"kind": "Widget",
"style": "DefaultWithShadowB4O1S3",
"rounding": 5,
"transparency_alpha": 170
},
"left_widgets": [
{
"Komorebi": {
"workspaces": {
"enable": true,
"hide_empty_workspaces": false
},
"layout": {
"enable": true
},
"workspace_layer": {
"enable": true,
"display": "IconAndText",
"show_when_tiling": true
},
"focused_window": {
"enable": true,
"show_icon": true
}
}
}
],
"right_widgets": [
{
"Update": {
"enable": true
}
},
{
"Media": {
"enable": true
}
},
{
"Storage": {
"enable": true
}
},
{
"Memory": {
"enable": true
}
},
{
"Network": {
"enable": false,
"show_total_data_transmitted": true,
"show_network_activity": true
}
},
{
"Date": {
"enable": true,
"format": "DayDateMonthYear"
}
},
{
"Time": {
"enable": false,
"format": "TwentyFourHour"
}
},
{
"Battery": {
"enable": true
}
}
]
}
```
### Version Information
OS Version: 10.0.19045 N/A Build 19045
komorebic --version
komorebic 0.1.37
branch:master
commit_hash:a8b02f40
build_time:2025-04-14 11:09:48 -04:00
build_env:rustc 1.86.0 (05f9846f8 2025-03-31),stable-x86_64-pc-windows-msvc
### Komorebi Configuration
```json
{
"$schema": "https://raw.githubusercontent.com/LGUG2Z/komorebi/v0.1.34/schema.json",
"app_specific_configuration_path": "$Env:KOMOREBI_CONFIG_HOME/applications.json",
"floating_window_aspect_ratio": "Ultrawide",
"window_hiding_behaviour": "Cloak",
"cross_monitor_move_behaviour": "Insert",
"default_workspace_padding": 0,
"default_container_padding": 0,
"border": true,
"border_width": 6,
"border_offset": -1,
"border_colours": {
"single": "#fc0349",
"stack": "#00a542",
"monocle": "#ff3399",
"unfocused": "#b81414"
},
"theme": {
"palette": "Base16",
"name": "Ashes",
"accent": "Base0D"
},
"mouse_follows_focus": false,
"stackbar": {
"height": 40,
"mode": "OnStack",
"tabs": {
"width": 300,
"focused_text": "#00a542",
"unfocused_text": "#b3b3b3",
"background": "#141414"
}
},
"transparency": false,
"animation": {
"enabled": false,
"animation_duration": 50,
"animation_ease": "EaseOutSine"
},
"transparency_alpha": 240,
"ignore_rules": [
{
"kind": "Title",
"id": "komorebi-bar",
"matching_strategy": "Equals"
}
],
"monitors": [
{
"window_based_work_area_offset_limit": 1,
"window_based_work_area_offset": {
"left": 750,
"top": 0,
"right": 1350,
"bottom": 0
},
"workspaces": [
{
"name": "Comms",
"layout": "UltrawideVerticalStack",
"initial_workspace_rules": [
{
"kind": "Exe",
"id": "Obsidian.exe"
}
],
"workspace_rules": [
{
"kind": "Exe",
"id": "OUTLOOK.EXE"
},
{
"kind": "Exe",
"id": "ms-teams.exe"
}
]
},
{
"name": "II",
"layout": "RightMainVerticalStack",
"window_container_behaviour_rules": {
"0": "Create",
"3": "Append"
},
"workspace_rules": [
{
"kind": "Exe",
"id": "MobaXterm.exe",
"matching_strategy": "Contains"
}
]
},
{
"name": "III",
"layout": "UltrawideVerticalStack"
},
{
"name": "R2023",
"layout": "UltrawideVerticalStack",
"workspace_rules": [
{
"kind": "Path",
"id": "R2023",
"matching_strategy": "Contains"
}
]
},
{
"name": "R2020",
"layout": "UltrawideVerticalStack",
"workspace_rules": [
{
"kind": "Path",
"id": "R2020",
"matching_strategy": "Contains"
}
]
},
{
"name": "VI",
"layout": "UltrawideVerticalStack"
},
{
"name": "AllFloat"
}
]
}
]
}
```
### Hotkey Configuration
default
### Output of komorebic check
KOMOREBI_CONFIG_HOME detected: C:\Users\myuser\.config\komorebi
Looking for configuration files in C:\Users\myuser\.config\komorebi
Found komorebi.json; this file can be passed to the start command with the --config flag
Found C:\Users\myuser\.config\whkdrc; key bindings will be loaded from here when whkd is started, and you can start it automatically using the --whkd flag
adam
added the bug label 2026-01-05 14:51:51 +01:00
Most likely there is a config issue - Can you run komorebi-bar.exe with the --config flag pointing to your bar config file in the terminal and post the output?
@LGUG2Z commented on GitHub (Apr 16, 2025):
Most likely there is a config issue - Can you run `komorebi-bar.exe` with the `--config` flag pointing to your bar config file in the terminal and post the output?
@rlopeznegrete commented on GitHub (Apr 17, 2025):
komorebi-bar.exe with the --config f
I rebooted my laptop and after that there were no issues, the bar just pops up like normal.
I apologize for the wasted issue.
@rlopeznegrete commented on GitHub (Apr 17, 2025):
> `komorebi-bar.exe` with the `--config` f
I rebooted my laptop and after that there were no issues, the bar just pops up like normal.
I apologize for the wasted issue.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @rlopeznegrete on GitHub (Apr 14, 2025).
Summary
I just compiled the latest available in master branch (0.1.37), and now, when I start with komorebic --bar, the bar is not show (although the offset is created). However, if I manually execute komorebic-bar.exe the bar is displayed.
Is this a bug in my configuration?
komorebic.bar.json
Version Information
OS Version: 10.0.19045 N/A Build 19045
komorebic --version
komorebic 0.1.37
branch:master
commit_hash:a8b02f40
build_time:2025-04-14 11:09:48 -04:00
build_env:rustc 1.86.0 (05f9846f8 2025-03-31),stable-x86_64-pc-windows-msvc
Komorebi Configuration
Hotkey Configuration
default
Output of komorebic check
KOMOREBI_CONFIG_HOME detected: C:\Users\myuser.config\komorebi
Looking for configuration files in C:\Users\myuser.config\komorebi
Found komorebi.json; this file can be passed to the start command with the --config flag
Found C:\Users\myuser.config\whkdrc; key bindings will be loaded from here when whkd is started, and you can start it automatically using the --whkd flag
@LGUG2Z commented on GitHub (Apr 16, 2025):
Most likely there is a config issue - Can you run
komorebi-bar.exewith the--configflag pointing to your bar config file in the terminal and post the output?@rlopeznegrete commented on GitHub (Apr 17, 2025):
I rebooted my laptop and after that there were no issues, the bar just pops up like normal.
I apologize for the wasted issue.