Merge pull request #2363 from MrDowntempo/main

Feat: Option to hide title in active window bar widget
This commit is contained in:
Lysec
2026-03-31 19:18:48 +02:00
committed by GitHub
5 changed files with 31 additions and 8 deletions
+3 -1
View File
@@ -36,7 +36,9 @@
"hide-mode-description": "Controls how the widget behaves when no window is active.",
"scrolling-mode-description": "Control when text scrolling is enabled for long window titles.",
"show-app-icon-description": "Display the application icon next to the window title.",
"show-app-icon-label": "Show app icon"
"show-app-icon-label": "Show app icon",
"show-app-text-description": "Display the window title.",
"show-app-text-label": "Show window title"
},
"audio-visualizer": {
"color-name-description": "Select the color for the visualizer.",
+3 -2
View File
@@ -2,6 +2,7 @@
"bar": {
"ActiveWindow": {
"showIcon": true,
"showText": true,
"hideMode": "hidden",
"scrollingMode": "hover",
"maxWidth": 145,
@@ -77,7 +78,7 @@
"maxTextLength": {
"horizontal": 10,
"vertical": 10
},
},"showIcon": true,
"enableColorization": false,
"colorizeSystemIcon": "none",
"ipcIdentifier": ""
@@ -291,4 +292,4 @@
"colorName": "primary"
}
}
}
}