feat: simplified workspaces

This commit is contained in:
2026-04-02 21:30:41 -04:00
parent b783b25d32
commit 13e0add1c2
2 changed files with 1 additions and 17 deletions

View File

@@ -66,20 +66,7 @@
},
"hyprland/workspaces": {
"all-outputs": false,
"sort-by-number": true,
"format": "{icon}",
"format-icons": {
"1": "󰎤",
"2": "󰎧",
"3": "󰎪",
"4": "󰎭",
"5": "󰎱",
"6": "󰎳",
"7": "󰎶",
"8": "󰎹",
"9": "󰎼",
"10": "󰽽"
}
"sort-by-number": true
},
"hyprland/window": {
"separate-outputs": true,

View File

@@ -58,7 +58,6 @@ tooltip {
box-shadow: none;
margin: 0;
padding: 0 10px;
min-height: 20px;
}
#custom-launcher,
@@ -79,7 +78,6 @@ tooltip {
#workspaces button {
all: initial;
font-size: 18px;
min-width: 24px;
padding: 0 4px;
margin: 2px 2px;
@@ -89,7 +87,6 @@ tooltip {
#workspaces button label {
color: inherit;
font-size: 18px;
margin: 0;
padding: 0;
}