89 lines
2.1 KiB
Plaintext
Raw Normal View History

2024-02-29 21:11:08 +00:00
{
"layer": "top",
2024-03-02 16:06:30 +00:00
"modules-left": ["custom/os","hyprland/workspaces"],
2024-03-01 23:32:40 +00:00
"modules-center": ["clock"],
2024-03-02 22:49:00 +00:00
"modules-right": ["cpu","custom/gpu","memory","disk","network","custom/power"],
2024-02-29 21:11:08 +00:00
"clock": {
"interval": 60,
2024-03-02 22:49:00 +00:00
"format": "{:%H : %M}",
"tooltip-format": "{:%A, %Y-%m-%d}",
"on-click": "date -u +'%Y-%m-%dT%H:%M:%SZ' | wl-copy"
2024-02-29 21:11:08 +00:00
},
"cpu": {
"interval": 2,
2024-03-02 16:06:30 +00:00
"format": "{icon} {usage}%",
"format-icons": ["󰾆", "󰾅", "󰓅"],
2024-03-02 22:49:00 +00:00
"max-length": 10,
"on-click": "$TERMINAL -e btop",
},
"custom/gpu": {
"exec": "nvidia-smi --query-gpu=utilization.gpu --format=csv,noheader,nounits",
"format": " {}%",
"return-type": "",
"interval": 2,
"on-click": "$TERMINAL -e nvtop",
2024-02-29 21:11:08 +00:00
},
"memory": {
"interval": 2,
2024-03-02 16:06:30 +00:00
"format": " {used} GiB",
2024-03-02 22:49:00 +00:00
"max-length": 10,
"on-click": "$TERMINAL -e btop",
2024-02-29 21:11:08 +00:00
},
"network": {
"interval": 2,
2024-03-02 16:06:30 +00:00
"format": " {ifname}",
2024-02-29 21:11:08 +00:00
"format-wifi": " {essid}",
2024-03-02 22:49:00 +00:00
"format-ethernet": " {bandwidthUpBits}  {bandwidthDownBits}",
2024-02-29 21:11:08 +00:00
"format-disconnected": "",
"tooltip-format": "{ifname} via {gwaddr}",
"tooltip-format-wifi": " {essid} ({signalStrength}%)",
"tooltip-format-ethernet": " {ifname}",
2024-03-02 16:06:30 +00:00
"tooltip-format-disconnected": "",
2024-03-02 22:49:00 +00:00
"max-length": 50,
"on-click": "$TERMINAL -e nethogs",
2024-02-29 21:11:08 +00:00
},
"disk": {
"interval": 30,
"format": "󰋊 {used}",
2024-03-02 22:49:00 +00:00
"path": "/",
"on-click": "$TERMINAL -e dua i",
2024-02-29 21:11:08 +00:00
},
"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",
2024-03-02 22:49:00 +00:00
"format-icons": ["", "", ""],
2024-02-29 21:11:08 +00:00
},
"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": "",
2024-03-02 16:06:30 +00:00
"default": ""
2024-02-29 21:11:08 +00:00
},
2024-03-02 22:49:00 +00:00
"sort-by-number": true,
2024-02-29 21:11:08 +00:00
},
2024-03-02 16:06:30 +00:00
"custom/os":{
"format": "",
"tooltip": false,
2024-03-02 22:49:00 +00:00
"on-click": "$TERMINAL --hold -e neofetch",
},
2024-02-29 21:11:08 +00:00
}