Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "modules-left": ["hyprland/workspaces", "hyprland/window", "hyprland/mode"],
- "modules-right": ["tray", "pulseaudio", "backlight", "battery", "network", "clock"],
- "bar_id": "bar-0",
- "position": "bottom",
- "ipc": true,
- "tray": {
- "icon-size": 15,
- "spacing": 3,
- },
- "clock": {
- "tootip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
- "format": "{:%H:%M}"
- },
- "backlight": {
- "format": "{icon}",
- "format-icons": ["", "", "", "", "", "", "", "", ""],
- "tooltip": true,
- "tooltip-format": "Brightness at {percent}%",
- "on-scroll-up": "light -A 1",
- "on-scroll-down": "light -U 1"
- },
- "battery": {
- "states": {
- "warning": 30,
- "critical": 15
- },
- "format": "{icon}",
- "format-charging": "",
- "format-plugged": "",
- "format-alt": "{time}. {power}W {icon}",
- "format-icons": ["", "", "", "", ""],
- "tooltip-format": "{capacity}% with {time} at {power}W"
- },
- "pulseaudio": {
- "format": "{icon} {format_source}",
- "format-bluetooth": "{icon} {format_source}",
- "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": ["", "", ""]
- },
- "tooltip": true,
- "tooltip-format": "Volume at {volume}%",
- "on-click": "pavucontrol"
- },
- "network": {
- "format": "{ifname}",
- "format-wifi": "",
- "format-ethernet": "{ipaddr}/{cidr} ",
- "format-disconnected": "", //An empty format will hide the module.
- "tooltip-format": "{ifname} via {gwaddr} ",
- "tooltip-format-wifi": "{essid} ({signalStrength}%) ",
- "tooltip-format-ethernet": "{ifname} ",
- "tooltip-format-disconnected": "Disconnected",
- "max-length": 50
- },
- "sway/workspaces": {
- "disable-scroll": true
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment