mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
Merge pull request #2363 from MrDowntempo/main
Feat: Option to hide title in active window bar widget
This commit is contained in:
@@ -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.",
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user