{
"layer": "top", // Waybar at top layer
"position": "left", // Waybar position (top|bottom|left|right)
// "height": 40, // Waybar height (to be removed for auto height)
"width": 20, // Waybar width
"spacing": 4, // Gaps between modules (4px)
"mode": "dock",
"fixed-center": false,
// Choose the order of the modules
"modules-left": [
"sway/workspaces",
"sway/mode",
"sway/scratchpad"
],
"modules-center": [
"sway/window"
],
"modules-right": [
"battery",
"custom/spacer",
"custom/wakatime",
"custom/spacer",
"pulseaudio",
"custom/spacer",
"group/system",
"custom/spacer",
"network",
"custom/spacer",
"group/tray",
"custom/spacer",
"clock",
"custom/spacer",
"custom/dunst"
],
"group/system": {
"orientation": "inherit",
"modules": [
"temperature",
"cpu",
"custom/spacer",
"memory",
"custom/spacer"
],
"drawer": {
"transition-left-to-right": false
}
},
"group/tray": {
"orientation": "inherit",
"modules": [
"idle_inhibitor",
"tray"
],
"drawer": {
"transition-left-to-right": false
// "tranasition-duration": 100
}
},
// Modules configuration
"sway/workspaces": {
// "disable-scroll": true,
// "all-outputs": true,
"warp-on-scroll": false,
"format": "{name}",
"disable-scroll-wraparound": true
},
"sway/window": {
"icon": false,
// "icon-size": 20,
"rotate": 270,
// "format": ""
"rewrite": {
".* - ([A-Za-z0-9 ]+)": "$1",
".* — ([A-Za-z0-9 ]+)": "$1",
"^avinal@spacetime:.*": "GNOME Terminal"
}
},
"sway/mode": {
"format": "{}",
"rotate": 270
},
"sway/scratchpad": {
"format": "{icon} {count}",
"show-empty": false,
"format-icons": [
"",
""
],
"tooltip": true,
"tooltip-format": "{app}: {title}",
"rotate": 270
},
"idle_inhibitor": {
"format": "{icon}",
"format-icons": {
"activated": "Keep On",
"deactivated": "OFF"
},
"rotate": 270,
"tooltip": false
// "tooltip-format-activated": "The screen won't turn off on idle.",
// "tooltip-format-deactivated": "The screen will turn off on idle."
},
"tray": {
"icon-size": 20,
"spacing": 10
},
"clock": {
"rotate": 270,
"tooltip-format": "{:%Y %B}\n{calendar}",
"format": "{:%a %b %d %R}",
"calendar": {
"mode": "month",
"mode-mon-col": 3,
"weeks-pos": "right",
"on-scroll": 1,
"format": {
"months": "{}",
"days": "{}",
"weeks": "W{}",
"weekdays": "{}",
"today": "{}"
}
},
"actions": {
"on-click-right": "mode",
"on-click-forward": "tz_up",
"on-click-backward": "tz_down",
"on-scroll-up": "shift_up",
"on-scroll-down": "shift_down"
}
},
"cpu": {
"format": "CPU {usage}%",
"tooltip": true,
"interval": 5,
"rotate": 270
},
"memory": {
"format": "RAM {}%",
"tooltip-format": "RAM: {used}/{avail} | Swap: {swapUsed}/{swapTotal}",
"rotate": 270
},
"temperature": {
"critical-threshold": 80,
"format": "{icon} {temperatureC}°C",
"format-icons": [
"Chill",
"Warm",
"Hot",
"Burn"
],
"rotate": 270
},
"battery": {
"states": {
"best": 99,
"good": 70,
"warning": 40,
"critical": 20
},
"format": "{capacity}%",
"format-charging": "Charging {capacity}%",
"format-plugged": "Plugged {capacity}%",
"format-alt": "{icon} {time}",
"rotate": 270,
// "format-good": "", // An empty format will hide the module
// "format-full": "",
"format-icons": {
"best": "Feeling good",
"good": "Will last",
"warning": "Charge soon",
"critical": "Gonna die in"
}
},
"network": {
"interval": 10,
"format-wifi": "{essid} ({signalStrength}%)",
"format-ethernet": "Wired {ifname}",
"format-linked": "No Internet!",
"tooltip-format-disconnected": "Please connect to a network.",
"tooltip-format": "Up: {bandwidthUpBits:4} Down: {bandwidthDownBits:4}",
"format-disconnected": "Disconnected!",
"rotate": 270
},
"pulseaudio": {
"format": "{icon} {volume}% {format_source}",
"format-bluetooth": "Bluetooth {volume}% {format_source}",
"format-bluetooth-muted": "Bluetooth> {format_source}",
"format-muted": "{icon} {format_source}",
"format-source": "Mic {volume}%",
"format-source-muted": "Mic",
"format-icons": {
"headphone": "Headphone",
"headset": "Headphone",
"phone": "Phone",
"hdmi": "Monitor",
"default": "Speaker"
},
"on-click": "pavucontrol",
"rotate": 270
},
"custom/wakatime": {
"format": "{}",
"exec": "~/.config/waybar/scripts/wakatime.sh",
"tooltip": true,
"return-type": "json",
"interval": 900,
"rotate": 270
},
"custom/weather": {
"exec": "$HOME/.config/waybar/scripts/get-weather.sh Bengaluru",
"return-type": "json",
"format": "{}",
"tooltip": true,
"interval": 3600
},
"custom/dunst": {
"exec": "~/.config/waybar/scripts/dunst.sh",
"on-click": "dunstctl set-paused toggle",
"format": "{}",
"return-type": "json",
"restart-interval": 1,
"rotate": 270
},
"custom/spacer": {
"format": "|",
"rotate": 270,
"tooltip": false
}
}