noctalia: fold bar/widget GUI overrides into config
This commit is contained in:
@@ -1,14 +1,34 @@
|
||||
[bar.main]
|
||||
capsule = false
|
||||
capsule_thickness = 0.75
|
||||
center = ["media"]
|
||||
end = ["notifications", "Spacer-12", "tray", "Spacer-12", "output_volume", "input_volume"]
|
||||
center = [
|
||||
"media",
|
||||
]
|
||||
end = [
|
||||
"notifications",
|
||||
"Spacer-12",
|
||||
"tray",
|
||||
"Spacer-12",
|
||||
"output_volume",
|
||||
"input_volume",
|
||||
]
|
||||
font_family = "monospace"
|
||||
margin_edge = 6
|
||||
margin_ends = 10
|
||||
padding = 12
|
||||
margin_edge = 11
|
||||
margin_ends = 15
|
||||
padding = 10
|
||||
position = "top"
|
||||
radius = 16
|
||||
scale = 1.1
|
||||
scale = 1.15
|
||||
shadow = false
|
||||
start = ["control-center", "Spacer-12", "clock", "Spacer-12", "sysmon_cpu", "sysmon_ram", "battery", "Spacer-12", "workspaces"]
|
||||
start = [
|
||||
"control-center",
|
||||
"Spacer-12",
|
||||
"clock",
|
||||
"Spacer-12",
|
||||
"sysmon_cpu",
|
||||
"sysmon_ram",
|
||||
"battery",
|
||||
"Spacer-12",
|
||||
"workspaces",
|
||||
]
|
||||
thickness = 38
|
||||
|
||||
@@ -13,7 +13,6 @@ telemetry_enabled = false
|
||||
|
||||
clipboard_enabled = true
|
||||
clipboard_history_max_entries = 1000
|
||||
key_source = "secret-service"
|
||||
|
||||
[shell.animation]
|
||||
speed = 0.8
|
||||
|
||||
@@ -18,7 +18,7 @@ show_label = false
|
||||
|
||||
[widget.media]
|
||||
art_size = 30
|
||||
font_scale = 0.85
|
||||
font_scale = 0.84
|
||||
title_scroll = "always"
|
||||
hide_when_no_media = true
|
||||
|
||||
@@ -29,7 +29,7 @@ type = "volume"
|
||||
[widget.notifications]
|
||||
capsule_radius = "auto"
|
||||
hide_when_no_unread = false
|
||||
scale = 1.15
|
||||
scale = 1.05
|
||||
|
||||
[widget.output_volume]
|
||||
show_label = false
|
||||
|
||||
Reference in New Issue
Block a user