{"id":20412,"date":"2025-09-27T10:19:49","date_gmt":"2025-09-27T08:19:49","guid":{"rendered":"https:\/\/linux-bibel.at\/?p=20412"},"modified":"2025-09-27T10:19:51","modified_gmt":"2025-09-27T08:19:51","slug":"polybar-schlankes-panel-fuer-linux-desktops","status":"publish","type":"post","link":"https:\/\/linux-bibel.at\/index.php\/2025\/09\/27\/polybar-schlankes-panel-fuer-linux-desktops\/","title":{"rendered":"Polybar &#8211; schlankes Panel f\u00fcr Linux-Desktops"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Im Gegensatz zu Windows sind Linux-Desktop-Umgebungen hoch konfigurierbar. Die meisten Linux-Nutzer nutzen eine der gro\u00dfen Desktop-Umgebungen, wie etwa KDE, GNOME, XFCE, Cinnamon und so weiter und so fort. Es gibt aber auch Window Manager, wie XFWM, WindowMaker und Dutzende weitere &#8211; nicht jeder dieser hat ein brauchbares Panel &#8211; hier k\u00f6nnte Polybar helfen. Polybar kann aber auch unter den gro\u00dfen Desktop-Umgebungen genutzt werden.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Polybar installieren<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Unter auf Debian basierenden Linux-Distributionen installieren Sie diese Software wie \u00fcblich \u00fcber die Paket-Verwaltung &#8211; etwa am schnellsten als root auf dem Terminal mit den Befehle<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>apt update\napt install polybar<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Dies gelingt auch unter Fedora und auf Arch basierenden Linux-Distributionen mit demselben Paket.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Polybar nutzen<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Sie starten diese Software zu Beginn am einfachsten auf dem Terminal, um diese schneller wieder zu beenden und konfigurieren zu k\u00f6nnen. Haben Sie die Software angepasst, lassen Sie diese etwa ganz einfach mit der Desktop-Umgebung oder dem Window Manager.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Der passende Befehl &#8211; ganz einfach:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>polybar<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/09\/polybar-scaled.jpg\" rel=\"lightbox-0\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"640\" src=\"https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/09\/polybar-1024x640.jpg\" alt=\"\" class=\"wp-image-20413\" srcset=\"https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/09\/polybar-1024x640.jpg 1024w, https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/09\/polybar-1536x960.jpg 1536w, https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/09\/polybar-2048x1280.jpg 2048w, https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/09\/polybar-150x94.jpg 150w, https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/09\/polybar-300x188.jpg 300w, https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/09\/polybar-768x480.jpg 768w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Das Panel legt sich \u00fcber den oberen Bildschirmrand und beinhaltet ganz links erst einmal den Arbeitsfl\u00e4chenumschalter, rechts folgen die Belegung der Partitionen, der Lautst\u00e4rkeregler (nutzbar mit dem Mausrad, per Klick wird stumm geschaltet und dies wieder r\u00fcckg\u00e4ngig gemacht. Es folgt der RAM-Verbrauch und die CPU-Last, sowie das Netzwerk und die Uhrzeit.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Jetzt l\u00e4sst sich das Panel nat\u00fcrlich wie gew\u00fcnscht anpassen &#8211; dies geschieht per Konfigurationsdatei, diese m\u00fcssen Sie erst erstellen &#8211; sie muss in Ihrem Home-Verzeichnis im versteckten Verzeichnis &#8222;<em>.config<\/em>&#8220; liegen und sich &#8222;<strong>config.ini<\/strong>&#8220; nennen. Ich erledige dies gleich auf dem Terminal:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>mkdir -p ~\/.config\/polybar\ntouch ~\/.config\/polybar\/config.ini<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Die Datei &#8222;<strong>config.ini<\/strong>&#8220; k\u00f6nnen Sie nun mit einem grafischen Texteditor bearbeiten oder nat\u00fcrlich auch auf dem Terminal, etwa mit Vim oder dem einfacheren Nano:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>vim ~\/.config\/polybar\/config.ini\nnano ~\/.config\/polybar\/config.ini<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Unterteilt wird die Datei in vier unterschiedliche Abschnitte:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Farben<\/li>\n\n\n\n<li>Eigenschaften des Panels<\/li>\n\n\n\n<li>Module des Panels<\/li>\n\n\n\n<li>Skripte &#8211; solche k\u00f6nnen Polybar verbessern<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Da die Konfiguration zu Beginn recht umfangreich ist, w\u00fcrde ich vorschlagen sich erst einmal die Datei &#8222;<em>\/etc\/polybar\/<strong>config.ini<\/strong><\/em>&#8220; anzusehen &#8211; diese beinhaltet die Konfiguration, mit der Polybar aktuell l\u00e4uft. Sie k\u00f6nnen auch deren Inhalt in die &#8222;<em>.config\/polybar\/<strong>config.ini<\/strong><\/em>&#8220; kopieren und diese Konfiguration an Ihre W\u00fcnsche anpassen.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Diese sieht erst einmal so aus:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&#91;colors]\nbackground = #282A2E\nbackground-alt = #373B41\nforeground = #C5C8C6\nprimary = #F0C674\nsecondary = #8ABEB7\nalert = #A54242\ndisabled = #707880\n\n&#91;bar\/example]\nwidth = 100%\nheight = 24pt\nradius = 6\n\n; dpi = 96\n\nbackground = ${colors.background}\nforeground = ${colors.foreground}\n\nline-size = 3pt\n\nborder-size = 4pt\nborder-color = #00000000\n\npadding-left = 0\npadding-right = 1\n\nmodule-margin = 1\n\nseparator = |\nseparator-foreground = ${colors.disabled}\n\nfont-0 = monospace;2\n\nmodules-left = xworkspaces xwindow\nmodules-right = filesystem pulseaudio xkeyboard memory cpu wlan eth date\n\ncursor-click = pointer\ncursor-scroll = ns-resize\n\nenable-ipc = true\n\n; wm-restack = generic\n; wm-restack = bspwm\n; wm-restack = i3\n\n; override-redirect = true\n\n; This module is not active by default (to enable it, add it to one of the\n; modules-* list above).\n; Please note that only a single tray can exist at any time. If you launch\n; multiple bars with this module, only a single one will show it, the others\n; will produce a warning. Which bar gets the module is timing dependent and can\n; be quite random.\n; For more information, see the documentation page for this module:\n; https:\/\/polybar.readthedocs.io\/en\/stable\/user\/modules\/tray.html\n&#91;module\/systray]\ntype = internal\/tray\n\nformat-margin = 8pt\ntray-spacing = 16pt\n\n&#91;module\/xworkspaces]\ntype = internal\/xworkspaces\n\nlabel-active = %name%\nlabel-active-background = ${colors.background-alt}\nlabel-active-underline= ${colors.primary}\nlabel-active-padding = 1\n\nlabel-occupied = %name%\nlabel-occupied-padding = 1\n\nlabel-urgent = %name%\nlabel-urgent-background = ${colors.alert}\nlabel-urgent-padding = 1\n\nlabel-empty = %name%\nlabel-empty-foreground = ${colors.disabled}\nlabel-empty-padding = 1\n\n&#91;module\/xwindow]\ntype = internal\/xwindow\nlabel = %title:0:60:...%\n\n&#91;module\/filesystem]\ntype = internal\/fs\ninterval = 25\n\nmount-0 = \/\n\nlabel-mounted = %{F#F0C674}%mountpoint%%{F-} %percentage_used%%\n\nlabel-unmounted = %mountpoint% not mounted\nlabel-unmounted-foreground = ${colors.disabled}\n\n&#91;module\/pulseaudio]\ntype = internal\/pulseaudio\n\nformat-volume-prefix = \"VOL \"\nformat-volume-prefix-foreground = ${colors.primary}\nformat-volume = &lt;label-volume>\n\nlabel-volume = %percentage%%\n\nlabel-muted = muted\nlabel-muted-foreground = ${colors.disabled}\n\n&#91;module\/xkeyboard]\ntype = internal\/xkeyboard\nblacklist-0 = num lock\n\nlabel-layout = %layout%\nlabel-layout-foreground = ${colors.primary}\n\nlabel-indicator-padding = 2\nlabel-indicator-margin = 1\nlabel-indicator-foreground = ${colors.background}\nlabel-indicator-background = ${colors.secondary}\n\n&#91;module\/memory]\ntype = internal\/memory\ninterval = 2\nformat-prefix = \"RAM \"\nformat-prefix-foreground = ${colors.primary}\nlabel = %percentage_used:2%%\n\n&#91;module\/cpu]\ntype = internal\/cpu\ninterval = 2\nformat-prefix = \"CPU \"\nformat-prefix-foreground = ${colors.primary}\nlabel = %percentage:2%%\n\n&#91;network-base]\ntype = internal\/network\ninterval = 5\nformat-connected = &lt;label-connected>\nformat-disconnected = &lt;label-disconnected>\nlabel-disconnected = %{F#F0C674}%ifname%%{F#707880} disconnected\n\n&#91;module\/wlan]\ninherit = network-base\ninterface-type = wireless\nlabel-connected = %{F#F0C674}%ifname%%{F-} %essid% %local_ip%\n\n&#91;module\/eth]\ninherit = network-base\ninterface-type = wired\nlabel-connected = %{F#F0C674}%ifname%%{F-} %local_ip%\n\n&#91;module\/date]\ntype = internal\/date\ninterval = 1\n\ndate = %H:%M\ndate-alt = %Y-%m-%d %H:%M:%S\n\nlabel = %date%\nlabel-foreground = ${colors.primary}\n\n&#91;settings]\nscreenchange-reload = true\npseudo-transparency = true\n\n; vim:ft=dosini<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Die Farben werden unter dem Bereich <code>[colors]<\/code> angepasst und durch HTML-Farbcodes (<em>siehe etwa <a href=\"https:\/\/www.farb-tabelle.de\/en\/table-of-color.htm\" target=\"_blank\" rel=\"noreferrer noopener\">Farbcodes<\/a><\/em>) angegeben. Im Meinem Beispiel werde ich gleich einmal ins Extreme gehen und den Hintergrund &#8211; also <code>background<\/code> anpassen:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/09\/polybar-1-scaled.jpg\" rel=\"lightbox-1\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"640\" src=\"https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/09\/polybar-1-1024x640.jpg\" alt=\"\" class=\"wp-image-20414\" srcset=\"https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/09\/polybar-1-1024x640.jpg 1024w, https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/09\/polybar-1-1536x960.jpg 1536w, https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/09\/polybar-1-2048x1280.jpg 2048w, https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/09\/polybar-1-150x94.jpg 150w, https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/09\/polybar-1-300x188.jpg 300w, https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/09\/polybar-1-768x480.jpg 768w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Ich denke, man erkennt den Unterschied &#8211; Sie passen die \u00c4nderung an, beenden die Software am Terminal mit <kbd>Strg+c<\/kbd> und starten Sie erneut, um die \u00c4nderung zu sehen. Damit die ganze Geschichte auch nach etwas aussieht, m\u00fcssen Sie nat\u00fcrlich auch die restlichen Farben anpassen &#8211; Sie k\u00f6nnen sich immer die Alten Config zur\u00fcckholen.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Polybar kann mehrere Panels an mehreren Stellen des Desktops anzeigen, mit den jeweils gew\u00fcnschten Modulen. In der Standard-Konfiguration nennt sich dieses Panel &#8222;<strong>example<\/strong>&#8220; und wird in der Konfiguration mit <code>[bar\/example]<\/code> beschrieben &#8211; alles, was darunter beschrieben wird, geh\u00f6rt zur Konfiguration des Panels, m\u00f6chte ich jetzt ein weiteres Panel anlegen, gehe ich in der Konfiguration ganz nach unten. Hier m\u00f6chte ich beispielsweise das Panel &#8222;<strong>robert<\/strong>&#8220; erstellen &#8211; also <code>[bar\/robert]<\/code>. Hier passe ich wieder die Einstellungen an, diese m\u00f6chte ich aber am unteren Bildschirmrand sehen &#8211; ich f\u00fcge also zur Grundkonfiguration folgendes hinzu:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>bottom = true<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/09\/polybar-2-scaled.jpg\" rel=\"lightbox-2\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"640\" src=\"https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/09\/polybar-2-1024x640.jpg\" alt=\"\" class=\"wp-image-20415\" srcset=\"https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/09\/polybar-2-1024x640.jpg 1024w, https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/09\/polybar-2-1536x960.jpg 1536w, https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/09\/polybar-2-2048x1280.jpg 2048w, https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/09\/polybar-2-150x94.jpg 150w, https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/09\/polybar-2-300x188.jpg 300w, https:\/\/linux-bibel.at\/wp-content\/uploads\/2025\/09\/polybar-2-768x480.jpg 768w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Habe ich zwei Polybars in der Config eingerichtet, starten mit dem Befehl:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>polybar<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">auch die zwei. Ich kann nach meinem Beispiel aber auch nur eine starten, etwa:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>polybar robert<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Jetzt gehen wir etwas weiter, haben Sie mehrere Monitore, startet das Panel nur auf dem Haupt-Monitor, dies l\u00e4sst sich mit:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>monitor = Wert<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">\u00e4ndern. Sie ermitteln etwa mit dem Befehl:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>xrandr<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Ihre Monitore und geben f\u00fcr jedes Ihrer Bars den gew\u00fcnschten Monitor an. Mit:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>width = 100%<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">geben Sie die Breite auf dem Bildschirm in Prozent an, mit:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>height = 24pt<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">die H\u00f6he in Pixel. Mit:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>separator = \"|\"<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">geben Sie das Trennzeichen zwischen den einzelnen Informationen im Panel an.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Die einzelnen Informationen im Panel werden wieder durch Module angegeben, solche Module werden so beschrieben <code>[module\/modul-name]<\/code>. Im Beispiel wird im Panel nur das Modul &#8222;<strong>filesystem<\/strong>&#8220; angezeigt &#8211; dieses zeigt die Belegung der Wurzelpartition &#8211; sieht in der Config so aus:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&#91;module\/filesystem]\ntype = internal\/fs\ninterval = 25\n\nmount-0 = \/\n\nlabel-mounted = %{F#F0C674}%mountpoint%%{F-} %percentage_used%%\n\nlabel-unmounted = %mountpoint% not mounted\nlabel-unmounted-foreground = ${colors.disabled}<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Habe ich jetzt beispielsweise eine Partition namens &#8222;\/home&#8220; extra, oder welche auch immer &#8211; f\u00fcge ich diese wie folgt ein:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&#91;module\/filesystem]\ntype = internal\/fs\ninterval = 25\n\nmount-1 = \/home\n\nlabel-mounted = %{F#F0C674}%mountpoint%%{F-} %percentage_used%%\n\nlabel-unmounted = %mountpoint% not mounted\nlabel-unmounted-foreground = ${colors.disabled}<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">Weiteres<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Dies war nur eine sehr kleine Einf\u00fchrung, Polybar kann die Ausgabe von vordefinierten Scripts ausgeben, Men\u00fcs anzeigen &#8211; Ideen finden Sie auf <a href=\"https:\/\/github.com\/polybar\/polybar\" target=\"_blank\" rel=\"noreferrer noopener\">GitHub<\/a>.<\/p>\n<div class=\"pld-like-dislike-wrap pld-custom\">\r\n    <div class=\"pld-like-wrap  pld-common-wrap\">\r\n    <a href=\"javascript:void(0)\" class=\"pld-like-trigger pld-like-dislike-trigger  \" title=\"Gef\u00e4llt mir\" data-post-id=\"20412\" data-trigger-type=\"like\" data-restriction=\"cookie\" data-already-liked=\"0\">\r\n                            <img src=\"https:\/\/linux-bibel.at\/wp-content\/uploads\/2023\/12\/Daumen-Hoch.png\" alt=\"Gef\u00e4llt mir\" \/>\r\n            <\/a>\r\n    <span class=\"pld-like-count-wrap pld-count-wrap\">3    <\/span>\r\n<\/div><div class=\"pld-dislike-wrap  pld-common-wrap\">\r\n    <a href=\"javascript:void(0)\" class=\"pld-dislike-trigger pld-like-dislike-trigger  \" title=\"Gef\u00e4llt mir nicht\" data-post-id=\"20412\" data-trigger-type=\"dislike\" data-restriction=\"cookie\" data-already-liked=\"0\">\r\n                            <img src=\"https:\/\/linux-bibel.at\/wp-content\/uploads\/2023\/12\/Daumen-Runter.png\" alt=\"Gef\u00e4llt mir nicht\" \/>\r\n            <\/a>\r\n    <span class=\"pld-dislike-count-wrap pld-count-wrap\"><\/span>\r\n<\/div><\/div>","protected":false},"excerpt":{"rendered":"<p>Im Gegensatz zu Windows sind Linux-Desktop-Umgebungen hoch konfigurierbar. Die meisten Linux-Nutzer nutzen eine der gro\u00dfen Desktop-Umgebungen, wie etwa KDE, GNOME, XFCE, Cinnamon und so weiter und so fort. Es gibt aber auch Window Manager, wie XFWM, WindowMaker und Dutzende weitere &#8211; nicht jeder dieser hat ein brauchbares Panel &#8211; hier k\u00f6nnte Polybar helfen. Polybar kann [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":20413,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[101],"tags":[289],"class_list":["post-20412","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tipps","tag-tipps"],"_links":{"self":[{"href":"https:\/\/linux-bibel.at\/index.php\/wp-json\/wp\/v2\/posts\/20412","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/linux-bibel.at\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/linux-bibel.at\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/linux-bibel.at\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/linux-bibel.at\/index.php\/wp-json\/wp\/v2\/comments?post=20412"}],"version-history":[{"count":1,"href":"https:\/\/linux-bibel.at\/index.php\/wp-json\/wp\/v2\/posts\/20412\/revisions"}],"predecessor-version":[{"id":20416,"href":"https:\/\/linux-bibel.at\/index.php\/wp-json\/wp\/v2\/posts\/20412\/revisions\/20416"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/linux-bibel.at\/index.php\/wp-json\/wp\/v2\/media\/20413"}],"wp:attachment":[{"href":"https:\/\/linux-bibel.at\/index.php\/wp-json\/wp\/v2\/media?parent=20412"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/linux-bibel.at\/index.php\/wp-json\/wp\/v2\/categories?post=20412"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/linux-bibel.at\/index.php\/wp-json\/wp\/v2\/tags?post=20412"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}