Regenerated

This commit is contained in:
2026-04-04 13:53:32 +02:00
parent 592a67b6b1
commit 706aead362
5 changed files with 330 additions and 330 deletions
+313 -313
View File
File diff suppressed because it is too large Load Diff
+9 -9
View File
@@ -2249,7 +2249,7 @@ windowrule {
# Blueman Manager # Blueman Manager
windowrule { windowrule {
name = blueman name = blueman
match:class = .blueman-manager-wrapped match:class = .blueman-manager-leaderped
float = on float = on
move = move onscreen 100%-w 0 move = move onscreen 100%-w 0
size = 900 700 size = 900 700
@@ -2531,7 +2531,7 @@ These are config files for .config/stylix
body > div { body > div {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
flex-wrap: wrap; flex-leader: wrap;
gap: 1em; gap: 1em;
} }
body > div > div { body > div > div {
@@ -2684,13 +2684,13 @@ These are config files for waybar
"transition-left-to-right": true "transition-left-to-right": true
}, },
"modules": [ "modules": [
"custom/myworkspaces-wrap", "custom/myworkspaces-leader",
"hyprland/workspaces", "hyprland/workspaces",
"custom/hypr-workspaces" "custom/hypr-workspaces"
] ]
}, },
"custom/myworkspaces-wrap": { "custom/myworkspaces-leader": {
"format": "Workspaces", "format": "Workspaces",
"tooltip-format": "Workspaces group" "tooltip-format": "Workspaces group"
}, },
@@ -2703,7 +2703,7 @@ These are config files for waybar
"transition-left-to-right": true "transition-left-to-right": true
}, },
"modules": [ "modules": [
"custom/hardware-wrap", "custom/hardware-leader",
"cpu", "cpu",
"memory", "memory",
"temperature", "temperature",
@@ -2711,7 +2711,7 @@ These are config files for waybar
] ]
}, },
"custom/hardware-wrap": { "custom/hardware-leader": {
"format": "Hardware", "format": "Hardware",
"tooltip-format": "Hardware group" "tooltip-format": "Hardware group"
}, },
@@ -2725,14 +2725,14 @@ These are config files for waybar
"transition-left-to-right": true "transition-left-to-right": true
}, },
"modules": [ "modules": [
"custom/connections-wrap", "custom/connections-leader",
"pulseaudio", "pulseaudio",
"network", "network",
"custom/bluetooth", "custom/bluetooth",
] ]
}, },
"custom/connections-wrap": { "custom/connections-leader": {
"format": "Connections", "format": "Connections",
"tooltip-format": "Connections group" "tooltip-format": "Connections group"
}, },
@@ -2885,7 +2885,7 @@ window#waybar {
/* GROUPS */ /* GROUPS */
/* --------------------------------------------------------- */ /* --------------------------------------------------------- */
#hardware { #hardware-leader {
background: #202131; background: #202131;
border: 2px solid red; border: 2px solid red;
} }
@@ -20,7 +20,7 @@ windowrule {
# Blueman Manager # Blueman Manager
windowrule { windowrule {
name = blueman name = blueman
match:class = .blueman-manager-wrapped match:class = .blueman-manager-leaderped
float = on float = on
move = move onscreen 100%-w 0 move = move onscreen 100%-w 0
size = 900 700 size = 900 700
@@ -8,7 +8,7 @@
body > div { body > div {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
flex-wrap: wrap; flex-leader: wrap;
gap: 1em; gap: 1em;
} }
body > div > div { body > div > div {
+6 -6
View File
@@ -25,13 +25,13 @@
"transition-left-to-right": true "transition-left-to-right": true
}, },
"modules": [ "modules": [
"custom/myworkspaces-wrap", "custom/myworkspaces-leader",
"hyprland/workspaces", "hyprland/workspaces",
"custom/hypr-workspaces" "custom/hypr-workspaces"
] ]
}, },
"custom/myworkspaces-wrap": { "custom/myworkspaces-leader": {
"format": "Workspaces", "format": "Workspaces",
"tooltip-format": "Workspaces group" "tooltip-format": "Workspaces group"
}, },
@@ -44,7 +44,7 @@
"transition-left-to-right": true "transition-left-to-right": true
}, },
"modules": [ "modules": [
"custom/hardware-wrap", "custom/hardware-leader",
"cpu", "cpu",
"memory", "memory",
"temperature", "temperature",
@@ -52,7 +52,7 @@
] ]
}, },
"custom/hardware-wrap": { "custom/hardware-leader": {
"format": "Hardware", "format": "Hardware",
"tooltip-format": "Hardware group" "tooltip-format": "Hardware group"
}, },
@@ -66,14 +66,14 @@
"transition-left-to-right": true "transition-left-to-right": true
}, },
"modules": [ "modules": [
"custom/connections-wrap", "custom/connections-leader",
"pulseaudio", "pulseaudio",
"network", "network",
"custom/bluetooth", "custom/bluetooth",
] ]
}, },
"custom/connections-wrap": { "custom/connections-leader": {
"format": "Connections", "format": "Connections",
"tooltip-format": "Connections group" "tooltip-format": "Connections group"
}, },