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,

View File

@@ -31,6 +31,12 @@ window#waybar.bottom {
color: #a89984;
padding: 0 0.9em;
}
#workspaces button.persistent {
color: #a89984
}
#workspaces button.empty {
color: #504945
}
#workspaces button:hover {
/* A button that is currently being hovered over by the mouse cursor */
/* This comes with free transitions */
@@ -52,9 +58,6 @@ window#waybar.bottom {
color: #fabd2f;
font-weight: bold;
}
#workspaces button.persistent {
color: #504945;
}
#mode {
background: #fb4934;
color: #ebdbb2;