22 lines
733 B
TOML
22 lines
733 B
TOML
# Default window and block set for every monitor.
|
|
# - theme: a named theme at ~/.config/phbar/themes/<name>.toml
|
|
# - window: a [[window]] definition from the theme file
|
|
# - layout: a named layout at ~/.config/phbar/layouts/<name>.toml
|
|
theme = "default"
|
|
window = "default"
|
|
layout = "default"
|
|
|
|
# Optional: override the window and/or layout per monitor.
|
|
# - quoted numeric key → NSScreen index
|
|
# - string key → NSScreen.localizedName (stable across replugs)
|
|
# Precedence: monitor name → monitor index → the globals above.
|
|
# Either field may be omitted to inherit its global value.
|
|
#
|
|
# [monitor."1"]
|
|
# window = "bottom"
|
|
# layout = "laptop"
|
|
#
|
|
# [monitor."DELL U2723QE"]
|
|
# window = "clock"
|
|
# layout = "external"
|