{ "clock": { "interval": 60, "timezone": "America/Los_Angeles", "format": "{:%A, %B %d, %Y %r}", "tooltip-format": "{calendar}", "calander": { "mode": "month", "on-scroll": 1, "format": { "today": "{}", }, }, }, "cpu": { "format": "{usage}% 󰍛", "interval": 1, "format-alt-click": "click", "format-alt": "{icon0}{icon1}{icon2}{icon3} {usage:>2}% 󰍛", "format-icons": ["▁", "▂", "▃", "▄", "▅", "▆", "▇", "█"], "on-click": "gnome-system-monitor", }, "custom/exit": { "format": "", "tooltip-format": "Powermenu", "on-click": "wlogout -b 3", "tooltip": false }, "disk": { "interval": 30, "format": "󰋊 {percentage_used}%", "path": "/", "tooltip": true, "unit": "GB", "tooltip-format": "Available {free} of {total}", }, "memory": { "interval": 10, "format": " {percentage}%", "max-length": 10, "tooltip": true, "tooltip-format": "RAM - {used:0.1f}GiB used", }, "network": { "format": "{ifname}", "interface": "Ethernet", "format-wifi": " {icon}", "format-ethernet": "{ipaddr} up: {bandwidthUpBytyes} bps / down: {bandwidthDownByte} bps  ", "format-disconnected": "󰌙", "format-icons": [ "󰤯 ", "󰤟 ", "󰤢 ", "󰤢 ", "󰤨 " ], }, "wlr/taskbar": { "format": "{icon}", "icon-size": 28, "spacing": 3, "on-click-middle": "close", "tooltip-format": "{title}", "on-click": "activate", "ignore-list": [], "app_ids-mapping": { "firefoxdeveloperedition": "firefox-developer-edition", }, "rewrite": { "Firefox Web Browser": "Firefox", "Foot Server": "Terminal", }, }, "temperature": { "hwmon-path": "/sys/devices/platform/coretemp.0/hwmon/hwmon3/temp2_input", // "input-filename": "temp2_input", "critical-threshold": 75, "tooltip": true, "format-critical": "{temperatureC}°C ", "format": "{temperatureC}°C ", "interval": 10, }, "hyprland/workspaces": { "on-click": "activate", "icon-size": 32, "spacing": 16, "on-scroll-up": "hyprctl dispatch workspace e+1", "on-scroll-down": "hyprctl dispatch workspace e-1", }, // ROMAN Numerals style "hyprland/workspaces#roman": { "active-only":false, "all-outputs": true, "format": "{icon}", "show-special": false, "on-click": "activate", "on-scroll-up": "hyprctl dispatch workspace e+1", "on-scroll-down": "hyprctl dispatch workspace e-1", "persistent-workspaces":{ "1": [], "2": [], "3": [], }, "format-icons": { "1": "I", "2": "II", "3": "III", "4": "IV", "5": "V", "6": "VI", "7": "VII", "8": "VIII", "9": "IX", "10": "X", "11": "XI", "12": "XII", }, }, "tray": { "icon-size": 31, "spacing": 10 }, "custom/polycat": { "exec": "/home/wayne/bin/polycat.sh", "interval": 2, "return-type": "json", "on-click": "polycat --config-path /home/wayne/.config/polycat-config.json", "format": "{}", "format-icons": [ "", "", "", "", "", ] } }