76 lines
1.6 KiB
Plaintext
Raw Normal View History

2024-02-29 21:11:08 +00:00
{
"layer": "top",
"modules-left": ["custom/launcher","hyprland/workspaces"],
2024-03-01 23:32:40 +00:00
"modules-center": ["clock"],
"modules-right": ["mpris","wireplumber","cpu","memory","network","disk"],
2024-02-29 21:11:08 +00:00
"clock": {
"interval": 60,
"format": "{:%a %H:%M}",
"tooltip-format": "{:%Y-%m-%d}"
},
"cpu": {
"interval": 2,
2024-03-01 23:32:40 +00:00
"format": " {usage}%",
2024-02-29 21:11:08 +00:00
"max-length": 10
},
"memory": {
"interval": 2,
2024-03-01 23:32:40 +00:00
"format": "󰍜 {used} GiB",
2024-02-29 21:11:08 +00:00
"max-length": 10
},
"network": {
"interval": 2,
"format": "{ifname}",
"format-wifi": " {essid}",
"format-ethernet": "󰛳 {bandwidthTotalBytes}",
"format-disconnected": "",
"tooltip-format": "{ifname} via {gwaddr}",
"tooltip-format-wifi": " {essid} ({signalStrength}%)",
"tooltip-format-ethernet": " {ifname}",
"tooltip-format-disconnected": "Disconnected",
"max-length": 50
},
"disk": {
"interval": 30,
"format": "󰋊 {used}",
"path": "/"
},
"mpris": {
"format": "{player_icon} {title}",
"format-paused": "{status_icon} {title}",
"player-icons": {
"default": "󰝚",
"mpv": "󰝚"
},
"status-icons": {
"paused": "󰏤"
},
"title-len": 30,
},
"wireplumber": {
"format": "{icon} {volume}%",
"format-muted": "",
"scroll-step": 5,
"on-click": "helvum",
"format-icons": ["", "", ""]
},
"hyprland/workspaces": {
"format": "{icon}",
"on-click": "activate",
"persistent-workspaces": {
2024-02-29 23:46:43 +00:00
"*": 9
2024-02-29 21:11:08 +00:00
},
"format-icons": {
"urgent": "",
"active": "",
"default": ""
},
"sort-by-number": true
},
"custom/launcher":{
"format": " ",
"on-click": "fuzzel",
"on-click-right": "killall fuzzel"
}
}