Merge pull request #386 from luleyleo/filtered-taskbar

Taskbar: Filter by screen and workspace
This commit is contained in:
Lemmy
2025-09-29 15:02:31 -04:00
committed by GitHub
9 changed files with 220 additions and 18 deletions
+10
View File
@@ -1017,6 +1017,16 @@
"description": "Verwenden Sie ein Leerzeichen, um jeden Teil in eine neue Zeile zu trennen."
},
"preview": "Vorschau"
},
"taskbar": {
"only-active-workspaces": {
"label": "Nur von aktiven Arbeitsbereichen",
"description": "Zeige nur Apps von aktiven Arbeitsbereichen an."
},
"only-same-output": {
"label": "Nur vom gleichen Bildschirm",
"description": "Zeige nur Apps vom dem Bildschirm an, wo sich die Taskbar befindet."
}
}
}
},
+10
View File
@@ -1000,6 +1000,16 @@
"description": "Use a space to separate each part onto a new line."
},
"preview": "Preview"
},
"taskbar": {
"only-active-workspaces": {
"label": "Only from active workspaces",
"description": "Show only apps from active workspaces."
},
"only-same-output": {
"label": "Only from same output",
"description": "Show only apps from the output where the bar is located."
}
}
}
},