Experimenting with hyprland

This commit is contained in:
2026-06-08 00:45:40 -05:00
parent 07d22bb7d4
commit 3ea2296eca
6 changed files with 89 additions and 26 deletions
+38 -12
View File
@@ -8,18 +8,44 @@
"margin-right": 16,
"modules-left": ["hyprland/workspaces", "hyprland/window", "hyprland/submap", "sway/mode"],
"modules-right": ["tray"],
"hyprland/workspaces": {
"all-outputs": false,
"disable-scroll": true,
"persistent-workspaces": {
"eDP-1": [ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ],
"DP-1": [ 1, 2, 3, 4, 5, 6, 7 ],
"DP-2": [ 8, 9, 10, 11 ]
}
},
"hyprland/window": {
"separate-outputs": true,
"format": "{}"
"hyprland/workspaces": {
"all-outputs": false,
"disable-scroll": true,
"show-special": true,
"special-visible-only": false,
"format": "{icon}",
"format-icons": {
"1": "1",
"2": "2",
"3": "3",
"4": "4",
"5": "5",
"6": "6",
"7": "7",
"8": "8",
"9": "9",
"10": "10",
"11": "11",
"mail": "",
"comms": "",
"media": "",
"special:secrets": "S",
"special:scratch": "N",
"secrets": "S",
"scratch": "N",
"special": "",
"empty": "",
"default": ""
},
"persistent-workspaces": {
"eDP-1": [ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ],
"DP-1": [ 1, 2, 3, 4, 5, 6, 7 ],
"DP-2": [ 8, 9, 10, 11 ]
}
},
"hyprland/window": {
"separate-outputs": true,
"format": "{}"
},
"hyprland/submap": {
"on-click": "hyprctl dispatch submap reset"
+12
View File
@@ -66,6 +66,18 @@ window#waybar {
color: #fabd2f;
font-weight: bold;
}
#workspaces button.special {
color: rgba(235, 219, 178, 0.55);
}
#workspaces button.special.empty {
color: rgba(235, 219, 178, 0.2);
}
#workspaces button.special.visible,
#workspaces button.special.active {
color: rgba(40, 40, 40, 0.8);
background: #d3869b;
font-weight: bold;
}
/* Window and mode display */
#window {
color: rgba(235, 219, 178, 0.4);