feat: show workspaces on hyprpanel

This commit is contained in:
2026-01-03 19:27:52 +11:00
parent 933fd13639
commit 7cec1c7977
3 changed files with 20 additions and 268 deletions

View File

@@ -15,14 +15,14 @@
"bar.layouts": {
"0": {
"left": [
"dashboard",
"media"
],
"middle": [],
"middle": [
"workspaces"
],
"right": [
"volume",
"bluetooth",
"network",
"battery",
"systray",
"clock",
@@ -31,14 +31,14 @@
},
"1": {
"left": [
"dashboard",
"media"
],
"middle": [],
"middle": [
"workspaces"
],
"right": [
"volume",
"bluetooth",
"network",
"battery",
"systray",
"clock",
@@ -47,10 +47,11 @@
},
"2": {
"left": [
"dashboard",
"media"
],
"middle": [],
"middle": [
"workspaces"
],
"right": [
"volume",
"network",
@@ -495,5 +496,15 @@
"menus.power.showLabel": true,
"bar.customModules.storage.paths": [
"/"
]
],
"theme.bar.buttons.workspaces.enableBorder": false,
"bar.workspaces.showWsIcons": false,
"bar.workspaces.showApplicationIcons": false,
"bar.workspaces.showAllActive": true,
"bar.workspaces.numbered_active_indicator": "highlight",
"bar.workspaces.applicationIconFallback": "",
"bar.workspaces.ignored": "-\\d",
"bar.workspaces.applicationIconEmptyWorkspace": "",
"bar.workspaces.applicationIconOncePerWorkspace": true,
"theme.bar.buttons.workspaces.pill.active_width": "8em"
}