feat: show workspaces on hyprpanel
This commit is contained in:
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user