-
-
Notifications
You must be signed in to change notification settings - Fork 207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG]: Komrebi Bar configurations not being loaded correctly #1079
Comments
Hello and thanks for the report. There are currently a bunch of fixes for various bar issues on the latest nightly release. To avoid duplicating effort please first confirm if you can reproduce these issues on the nightly release. |
Sure! Summary
Steps Taken
{
"$schema": "https://raw.githubusercontent.com/LGUG2Z/komorebi/v0.1.29/schema.bar.json",
"monitor": {
"index": 0,
"work_area_offset": {
"left": 0,
"top": 10,
"right": 0,
"bottom": 10
}
},
"font_family": "JetBrains Mono",
"theme": {
"palette": "Base16",
"name": "Ashes",
"accent": "Base0D"
},
"font_size": 9,
"position": {
"inner_size": {
"x": 1920,
"y": 20
}
},
"frame": {
"inner_margin": {
"x": 15,
"y": 0
}
},
"left_widgets": [
{
"Komorebi": {
"workspaces": {
"enable": true,
"hide_empty_workspaces": false
},
"layout": {
"enable": true
},
"focused_window": {
"enable": true,
"show_icon": true
}
}
}
],
"right_widgets": [
{
"Media": {
"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"
}
}
]
}
Thanks for the awesome project by the way. |
I have been facing the same problem. I have some position configurations specified in my Json file that don't get applied unless I reopen vs code and press do the configurations not get loaded when the bar gets launched? |
Which version are you running? |
|
it's interesting that everything else gets loaded correctly on bar start except for the position configurations, in my case:
probably a little bug somehwere |
I have the same issues komorebi.json {
"bar_configurations": ["$Env:KOMOREBI_CONFIG_HOME/komorebi.bar.json"]
}
|
Summary
Komorebi bar's few configurations don't apply correctly on the
komorebic start --whkd --bar
commandBug video demo
Version Information
OS Name: Microsoft Windows 11 Home Single Language
OS Version: 10.0.22631 N/A Build 22631
komorebic 0.1.29
tag:v0.1.29
commit_hash:818ac340
build_time:2024-09-28 01:48:31 +00:00
build_env:rustc 1.81.0 (eeb90cda1 2024-09-04),stable-x86_64-pc-windows-msvc
Komorebi Configuration
Komorebi.json
Komorebi.bar.json
Output of komorebic check
The text was updated successfully, but these errors were encountered: