119 lines
2.1 KiB
Plaintext
119 lines
2.1 KiB
Plaintext
# Laptop-specific Noctalia layout. Shared privacy/theme defaults live in 10-base.toml.
|
|
[bar.main]
|
|
position = "top"
|
|
layer = "top"
|
|
scale = 0.95
|
|
capsule_radius = 5
|
|
center = ["group:g3", "notifications"]
|
|
end = ["group:g2", "group:g6", "group:g5", "group:g1", "session"]
|
|
font_weight = 400
|
|
margin_ends = 0
|
|
padding = 0
|
|
panel_overlap = 3
|
|
radius = 0
|
|
shadow = false
|
|
auto_hide = false
|
|
smart_auto_hide = false
|
|
reserve_space = true
|
|
start = ["tray", "group:g4", "privacy"]
|
|
thickness = 28
|
|
widget_spacing = 10
|
|
|
|
[[bar.main.capsule_group]]
|
|
enabled = true
|
|
fill = "surface_variant"
|
|
id = "g1"
|
|
members = ["caffeine", "date", "clock"]
|
|
opacity = 1.0
|
|
padding = 6.0
|
|
|
|
[[bar.main.capsule_group]]
|
|
enabled = true
|
|
fill = "surface_variant"
|
|
id = "g2"
|
|
members = ["network_rx", "network_tx", "network", "bluetooth"]
|
|
opacity = 1.0
|
|
padding = 6.0
|
|
|
|
[[bar.main.capsule_group]]
|
|
enabled = true
|
|
fill = "surface_variant"
|
|
id = "g3"
|
|
members = ["launcher", "media", "control-center", "clipboard"]
|
|
opacity = 1.0
|
|
padding = 6.0
|
|
radius = 5.0
|
|
|
|
[[bar.main.capsule_group]]
|
|
enabled = true
|
|
fill = "surface_variant"
|
|
id = "g4"
|
|
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"
|
|
|
|
[widget.ram]
|
|
type = "alex/system-status:memory"
|
|
|
|
[widget.temp]
|
|
type = "sysmon"
|
|
stat = "cpu_temp"
|
|
display = "text"
|
|
|
|
[widget.disk]
|
|
type = "sysmon"
|
|
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"
|
|
width = 720
|
|
|
|
[desktop_widgets]
|
|
enabled = false
|
|
|
|
[wallpaper]
|
|
enabled = true
|
|
fill_color = "#000000"
|
|
|
|
[wallpaper.default]
|
|
path = "color:#000000"
|
|
|
|
[plugins]
|
|
enabled = ["alex/system-status"]
|
|
|
|
[nightlight]
|
|
enabled = true
|
|
force = false
|
|
temperature_day = 6500
|
|
temperature_night = 2500
|