{ "layer": "top", "position": "top", "height": 17, "spacing": 0, "margin-top": 5, "margin-bottom": 3, // Choose the order of the modules "modules-left":[ "custom/launcher", "cpu", "memory", "custom/update"], "modules-center": [ "wlr/taskbar"], "modules-right":[ "battery", "pulseaudio", "network", "bluetooth", "clock", "tray", "custom/power"], // Modules configuration "wlr/taskbar": { "format": "{icon}", "icon-size": 25, "icon-theme": "Tela", "tooltip-format": "{title}", "on-click": "minimize", "on-click-middle": "close", "on-click-right": "activate", "app_ids-mapping": { "NewsFlashGTK": "com.gitlab.newsflash", "blueberry.py": "blueberry", "au-org-ala-delta-editor-DeltaEditor": "delta", "evince": "org.gnome.Evince", "org.jabref.gui.JabRefMain": "jabref", "FortiClient": "forticlient", "Mega": "mega", "com-ggvaidya-TaxonDNA-SequenceMatrix-SequenceMatrix": "java", "tpsdig2.exe": "tpsDig", "tpsutil.exe": "tpsUtil", "winclada.exe": "winclada", "wpsoffice": "wps-office2019-wpsmain" } }, "tray": { "icon-size": 22, "spacing": 10 }, "clock": { // "timezone": "Europe/London", "tooltip-format": "{:%Y %B}\n{calendar}", "format": "{:%Y-%m-%d %H:%M}" }, "cpu": { "format": "{usage}% CPU", "tooltip": false, "on-click": "tilix -e 'htop'" }, "memory": { "format": "{}% RAM", "on-click": "tilix -e 'htop'" }, "battery": { "states": { "good": 95, "warning": 30, "critical": 15 }, "format": "{capacity}% {icon}", "format-charging": "{capacity}% ", "format-plugged": "{capacity}% ", "format-alt": "{time} {icon}", "format-icons": ["", "", "", "", ""] }, "network": { // "interface": "wlp2*", // (Optional) To force the use of this interface "format-wifi": "{essid} ", "format-ethernet": "Connected  ", // "tooltip-format": "{ifname} via {gwaddr} ", "format-linked": "{ifname} (No IP) ", "format-disconnected": "Disconnected ⚠", // "format-alt": "{ifname}: {ipaddr}/{cidr}", "on-click": "tilix -e 'nmtui'" }, "bluetooth": { "format": "", "format-disabled": "", "on-click": "blueberry", "tooltip-format": "{}" }, "pulseaudio": { "format": "{volume}% {icon}", "format-bluetooth": "{volume}% {icon}", "format-bluetooth-muted": "{icon} {format_source}", "format-muted": "{format_source}", "format-source": "", "format-source-muted": "", "format-icons": { "headphone": "", "hands-free": "", "headset": "", "phone": "", "portable": "", "car": "", "default": ["", "", ""] }, "on-click": "pavucontrol" }, "custom/launcher":{ "format": "", "on-click": "nwggrid", "on-click-right": "killall nwggrid" }, "custom/update":{ "format": "{} ", "interval": 3600, "exec": "checkupdates | wc -l", "exec-if": "exit 0", "on-click": "tilix -e 'sudo pacman -Syu'; pkill -SIGRTMIN+8 waybar", "signal": 8 }, "custom/power":{ "format": "⏻", "on-click": "nwgbar" }, }