refactor: updated waybar workspaces
This commit is contained in:
@@ -59,7 +59,8 @@
|
|||||||
"Alacritty"
|
"Alacritty"
|
||||||
],
|
],
|
||||||
"app_ids-mapping": {
|
"app_ids-mapping": {
|
||||||
"firefoxdeveloperedition": "firefox-developer-edition"
|
"zen": "aaa",
|
||||||
|
"vesktop": "zzz"
|
||||||
},
|
},
|
||||||
"rewrite": {
|
"rewrite": {
|
||||||
".*(steam_app_[0-9]+).*": "Game"
|
".*(steam_app_[0-9]+).*": "Game"
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
"margin-left": 5,
|
"margin-left": 5,
|
||||||
"margin-right": 5,
|
"margin-right": 5,
|
||||||
"margin-top": 5,
|
"margin-top": 5,
|
||||||
|
"layer": "top",
|
||||||
"spacing": 0,
|
"spacing": 0,
|
||||||
"reload_style_on_change": true,
|
"reload_style_on_change": true,
|
||||||
"modules-left": [
|
"modules-left": [
|
||||||
@@ -34,16 +35,29 @@
|
|||||||
"hyprland/workspaces": {
|
"hyprland/workspaces": {
|
||||||
"disable-scroll": true,
|
"disable-scroll": true,
|
||||||
"all-outputs": false,
|
"all-outputs": false,
|
||||||
"active-only": true,
|
"active-only": false,
|
||||||
"warp-on-scroll": false,
|
"warp-on-scroll": false,
|
||||||
|
"move-to-monitor": true,
|
||||||
"persistent-workspaces": {
|
"persistent-workspaces": {
|
||||||
"eDP-1": [1,2,3,4,5,6,7,8,9],
|
"1": [],
|
||||||
"HDMI-A-1": [10,11,12],
|
"2": [],
|
||||||
|
"3": [],
|
||||||
|
"4": [],
|
||||||
|
"5": [],
|
||||||
|
"6": [],
|
||||||
|
"7": [],
|
||||||
|
"8": [],
|
||||||
|
"9": [],
|
||||||
|
"10": [],
|
||||||
|
"11": [],
|
||||||
|
"12": [],
|
||||||
|
// "eDP-1": [1,2,3,4,5,6,7,8,9],
|
||||||
|
// "HDMI-A-1": [10,11,12],
|
||||||
"IGNORED": [13,14]
|
"IGNORED": [13,14]
|
||||||
},
|
},
|
||||||
"ignore-workspaces": [
|
"ignore-workspaces": [
|
||||||
"*13",
|
"13",
|
||||||
"*14"
|
"14"
|
||||||
],
|
],
|
||||||
"format": "{icon}",
|
"format": "{icon}",
|
||||||
"format-icons": {
|
"format-icons": {
|
||||||
@@ -51,14 +65,14 @@
|
|||||||
"2": "",
|
"2": "",
|
||||||
"3": "",
|
"3": "",
|
||||||
"4": "",
|
"4": "",
|
||||||
"5": "",
|
"5": "",
|
||||||
"6": "",
|
"6": "",
|
||||||
"7": "",
|
"7": "",
|
||||||
"8": "",
|
"8": "",
|
||||||
"9": "",
|
"9": "",
|
||||||
"10": "",
|
"10": "",
|
||||||
"11": "",
|
"11": "",
|
||||||
"12": "",
|
"12": "",
|
||||||
"default": ""
|
"default": ""
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user