{
"layer": "top",
"position": "top",
"reload_style_on_change": true,
"height": 20,
"margin-top": 5,
"margin-bottom": 0,
"margin-left": 10,
"margin-right": 10,
"modules-left": ["hyprland/workspaces"],
"modules-center": ["clock"],
"modules-right": [
"tray",
"idle_inhibitor",
"network",
"bluetooth",
"backlight",
"wireplumber",
"battery",
"custom/power"
],
"hyprland/workspaces": {
"all-outputs": false,
"format": "{icon}",
"format-icons": {
"1": "",
"2": "",
"3": "",
"9": "",
"10": "",
"default": ""
},
"on-scroll-up": "hyprctl dispatch workspace e+1 1>/dev/null",
"on-scroll-down": "hyprctl dispatch workspace e-1 1>/dev/null",
"sort-by-number": true,
"active-only": false
},
"backlight": {
"format": " {percent}% ",
"device": "intel_backlight",
"on-scroll-down": "brightnessctl s 5%-",
"on-scroll-up": "brightnessctl s +5%"
},
"idle_inhibitor": {
"format": "{icon}",
"format-icons": {
"activated": "",
"deactivated": ""
},
"tooltip": "true"
},
"wireplumber": {
"on-click": "pavucontrol",
"on-click-right": "amixer sset Master toggle 1>/dev/null",
"format": "{icon} {volume}%",
"format-muted": " Muted",
"format-icons": {
"headphone": " ",
"hands-free": " ",
"headset": " ",
"phone": " ",
"portable": " ",
"car": " ",
"default": [" ", " ", " "]
}
},
"network": {
"format-wifi": " {essid} ",
"format-ethernet": " {ifname}",
"format-linked": " {ifname} (No IP)",
"format": " Connected",
"format-disconnected": " Disconnected",
"interval": 60,
"on-click": "~/.config/rofi/rofi-wifi-menu.sh"
},
"clock": {
"format": "{:%R}",
"locale": "es_CL.UTF-8",
"format-alt": "{:%a %d, %B %Y}",
"tooltip-format": "{calendar}",
"calendar": {
"mode": "year",
"mode-mon-col": 3,
"weeks-pos": "left",
"on-scroll": 1,
"format": {
"months": "{}",
"days": "{}",
"weeks": "W{}",
"weekdays": "{}",
"today": "{}"
}
},
"actions": {
"on-click-right": "mode",
"on-scroll-up": "shift_up",
"on-scroll-down": "shift_down"
}
},
"battery": {
"interval": 2,
"states": {
"good": 95,
"warning": 30,
"critical": 15
},
"format": "{icon} {capacity}%",
"format-charging": " {capacity}%",
"format-plugged": " {capacity}%",
"format-icons": ["", "", "", "", ""]
},
"bluetooth": {
"format-on": " Turned On",
"format-off": " Turned Off",
"format-disabled": " Disabled",
"format-connected": " Connected",
"format": " Disabled",
"on-click": "blueman-manager &"
},
"custom/power": {
"format": "",
"on-click": "~/.config/rofi/powermenu/type-4/powermenu.sh"
},
"tray": {
"show-passive-items": true
}
}