laptop fixes

This commit is contained in:
2026-07-21 20:29:28 +02:00
parent 7e7c62ec42
commit 1e2f869bf3
4 changed files with 51 additions and 15 deletions
@@ -1,10 +1,11 @@
# Laptop-specific Noctalia layout. Shared privacy/theme defaults live in 10-base.toml.
[bar.main]
position = "top"
layer = "overlay"
layer = "top"
scale = 0.95
capsule_radius = 5
center = ["group:g3", "notifications"]
end = ["bluetooth", "volume", "control-center", "group:g1", "session"]
end = ["group:g2", "group:g6", "group:g5", "group:g1", "session"]
font_weight = 400
margin_ends = 0
padding = 0
@@ -14,8 +15,8 @@ shadow = false
auto_hide = false
smart_auto_hide = false
reserve_space = true
start = ["tray", "group:g4", "group:g2", "privacy"]
thickness = 39
start = ["tray", "group:g4", "privacy"]
thickness = 28
widget_spacing = 10
[[bar.main.capsule_group]]
@@ -30,7 +31,7 @@ padding = 6.0
enabled = true
fill = "surface_variant"
id = "g2"
members = ["network_rx", "network_tx", "network"]
members = ["network_rx", "network_tx", "network", "bluetooth"]
opacity = 1.0
padding = 6.0
@@ -47,10 +48,28 @@ radius = 5.0
enabled = true
fill = "surface_variant"
id = "g4"
members = ["cpu", "temp", "ram", "disk", "battery"]
members = ["gpu-mode", "cpu", "temp", "ram", "disk"]
opacity = 1.0
padding = 6.0
[[bar.main.capsule_group]]
enabled = true
fill = "surface_variant"
id = "g5"
members = ["battery-rate", "battery", "power_profile"]
opacity = 1.0
padding = 6.0
radius = 5.0
[[bar.main.capsule_group]]
enabled = true
fill = "surface_variant"
id = "g6"
members = ["input_volume", "volume"]
opacity = 1.0
padding = 6.0
radius = 5.0
[widget.cpu]
type = "alex/system-status:cpu"
@@ -68,6 +87,12 @@ stat = "disk_pct"
display = "text"
path = "/"
[widget.battery-rate]
type = "alex/system-status:battery-rate"
[widget.gpu-mode]
type = "alex/system-status:gpu-mode"
[control_center]
sidebar = "full"
sidebar_section = "full"