mirror of
https://github.com/zephrynis/nix-flake.git
synced 2026-02-18 20:21:53 +00:00
96 lines
2.1 KiB
JSON
96 lines
2.1 KiB
JSON
{
|
|
"layer": "top",
|
|
"position": "top",
|
|
"height": 40,
|
|
"spacing": 4,
|
|
|
|
"modules-left": ["hyprland/workspaces", "hyprland/window"],
|
|
"modules-center": ["clock"],
|
|
"modules-right": ["pulseaudio", "network", "battery", "tray"],
|
|
|
|
"hyprland/workspaces": {
|
|
"format": "{icon}",
|
|
"format-icons": {
|
|
"1": "1",
|
|
"2": "2",
|
|
"3": "3",
|
|
"4": "4",
|
|
"5": "5",
|
|
"6": "6",
|
|
"7": "7",
|
|
"8": "8",
|
|
"9": "9",
|
|
"10": "10"
|
|
},
|
|
"persistent-workspaces": {
|
|
"*": 5
|
|
}
|
|
},
|
|
|
|
"hyprland/window": {
|
|
"format": "{}",
|
|
"max-length": 50,
|
|
"separate-outputs": true
|
|
},
|
|
|
|
"clock": {
|
|
"format": "{:%H:%M}",
|
|
"format-alt": "{:%A, %B %d, %Y}",
|
|
"tooltip-format": "<tt><small>{calendar}</small></tt>",
|
|
"calendar": {
|
|
"mode": "year",
|
|
"mode-mon-col": 3,
|
|
"weeks-pos": "right",
|
|
"on-scroll": 1,
|
|
"format": {
|
|
"months": "<span color='#ffead3'><b>{}</b></span>",
|
|
"days": "<span color='#ecc6d9'><b>{}</b></span>",
|
|
"weeks": "<span color='#99ffdd'><b>W{}</b></span>",
|
|
"weekdays": "<span color='#ffcc66'><b>{}</b></span>",
|
|
"today": "<span color='#ff6699'><b><u>{}</u></b></span>"
|
|
}
|
|
}
|
|
},
|
|
|
|
"battery": {
|
|
"states": {
|
|
"warning": 30,
|
|
"critical": 15
|
|
},
|
|
"format": "{icon} {capacity}%",
|
|
"format-charging": " {capacity}%",
|
|
"format-plugged": " {capacity}%",
|
|
"format-alt": "{icon} {time}",
|
|
"format-icons": ["", "", "", "", ""]
|
|
},
|
|
|
|
"network": {
|
|
"format-wifi": " {essid}",
|
|
"format-ethernet": " {ipaddr}",
|
|
"format-disconnected": "⚠ Disconnected",
|
|
"tooltip-format": "{ifname} via {gwaddr}",
|
|
"tooltip-format-wifi": " {essid} ({signalStrength}%)",
|
|
"on-click": "nm-connection-editor"
|
|
},
|
|
|
|
"pulseaudio": {
|
|
"format": "{icon} {volume}%",
|
|
"format-muted": " Muted",
|
|
"format-icons": {
|
|
"headphone": "",
|
|
"hands-free": "",
|
|
"headset": "",
|
|
"phone": "",
|
|
"portable": "",
|
|
"car": "",
|
|
"default": ["", "", ""]
|
|
},
|
|
"on-click": "pavucontrol"
|
|
},
|
|
|
|
"tray": {
|
|
"icon-size": 16,
|
|
"spacing": 10
|
|
}
|
|
}
|