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

View File

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