Working on hyprland stuff

This commit is contained in:
2024-08-27 18:32:33 -05:00
parent 9783051217
commit df88af735d
3 changed files with 207 additions and 18 deletions

View File

@@ -3,27 +3,18 @@
"name": "top",
"layer": "top",
"height": 40,
"modules-left": ["sway/workspaces", "sway/mode"],
"modules-center": ["sway/window"],
"modules-left": ["hyprland/workspaces", "sway/mode"],
"modules-center": ["hyprland/window"],
"modules-right": ["tray"],
"sway/workspaces": {
"hyprland/workspaces": {
"all-outputs": false,
"disable-scroll": true,
"persistent-workspaces": {
"1": ["eDP-1", "DP-1"],
"2": ["eDP-1", "DP-1"],
"3": ["eDP-1", "DP-1"],
"4": ["eDP-1", "DP-1"],
"5": ["eDP-1", "DP-1"],
"6": ["eDP-1", "DP-1"],
"7": ["eDP-1", "DP-1"],
"8": ["eDP-1", "DP-2"],
"9": ["eDP-1", "DP-2"],
"10": ["eDP-1", "DP-2"],
"11": ["eDP-1", "DP-2"]
"eDP-1": [ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 ]
}
},
"sway/window": {
"hyprland/window": {
"format": "{}"
},
"tray": {
"icon-size": 16,