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