102 lines
2.5 KiB
Plaintext
Raw Normal View History

2024-02-29 21:11:08 +00:00
{
"clock": {
"interval": 60,
2024-03-05 12:28:48 +00:00
"format": "<span color='#ffffff7f'></span> {:%H : %M}",
2024-03-02 22:49:00 +00:00
"tooltip-format": "{:%A, %Y-%m-%d}",
2024-03-03 18:59:08 +00:00
"on-click": "gnome-clocks",
"on-click-right": "date -u +'%Y-%m-%dT%H:%M:%SZ' | wl-copy",
2024-02-29 21:11:08 +00:00
},
"cpu": {
"interval": 2,
2024-03-02 23:06:17 +00:00
"format": "<span color='#ffffff7f'>{icon}</span> {usage}%",
2024-03-02 16:06:30 +00:00
"format-icons": ["󰾆", "󰾅", "󰓅"],
2024-03-02 22:49:00 +00:00
"max-length": 10,
"on-click": "$TERMINAL -e btop",
},
2024-03-05 12:28:48 +00:00
"custom/updates": {
"interval": 300,
"format": "<span color='#ffffff7f'>󰏖 </span> {}",
"exec": "~/.bin/updates",
"return-type": "json",
"on-click": "$TERMINAL -e yay",
},
2024-03-02 22:49:00 +00:00
"custom/gpu": {
2024-03-05 12:28:48 +00:00
"interval": 2,
2024-03-02 22:49:00 +00:00
"exec": "nvidia-smi --query-gpu=utilization.gpu --format=csv,noheader,nounits",
2024-03-02 23:06:17 +00:00
"format": "<span color='#ffffff7f'> </span> {}%",
2024-03-02 22:49:00 +00:00
"return-type": "",
"on-click": "$TERMINAL -e nvtop",
2024-03-05 12:28:48 +00:00
"max-length": 10,
2024-02-29 21:11:08 +00:00
},
"memory": {
"interval": 2,
2024-03-02 23:06:17 +00:00
"format": "<span color='#ffffff7f'> </span>{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
},
2024-03-05 12:28:48 +00:00
"network#up": {
"interval": 2,
"format": "<span color='#ffffff7f'> </span>{bandwidthUpBits}",
"tooltip-format": " {ifname} upload",
"max-length": 10,
"on-click": "$TERMINAL -e nethogs",
},
"network#down": {
2024-02-29 21:11:08 +00:00
"interval": 2,
2024-03-05 12:28:48 +00:00
"format": "<span color='#ffffff7f'> </span>{bandwidthDownBits}",
"tooltip-format": " {ifname} download",
"max-length": 10,
2024-03-02 22:49:00 +00:00
"on-click": "$TERMINAL -e nethogs",
2024-02-29 21:11:08 +00:00
},
"disk": {
"interval": 30,
2024-03-02 23:06:17 +00:00
"format": "<span color='#ffffff7f'>󰋊 </span>{used}",
2024-03-02 22:49:00 +00:00
"path": "/",
2024-03-05 12:28:48 +00:00
"max-length": 10,
2024-03-02 22:49:00 +00:00
"on-click": "$TERMINAL -e dua i",
2024-02-29 21:11:08 +00:00
},
"mpris": {
2024-03-05 12:28:48 +00:00
"format": "<span color='#ffffff7f'>{player_icon}</span> {title}",
"format-paused": "<span color='#ffffff7f'>{status_icon}</span> {title}",
2024-02-29 21:11:08 +00:00
"player-icons": {
"default": "󰝚",
"mpv": "󰝚"
},
"status-icons": {
"paused": "󰏤"
},
"title-len": 30,
},
"wireplumber": {
2024-03-02 23:06:17 +00:00
"format": "<span color='#ffffff7f'>{icon}</span> {volume}%",
2024-02-29 21:11:08 +00:00
"format-muted": "",
"scroll-step": 5,
2024-03-02 22:49:00 +00:00
"format-icons": ["", "", ""],
2024-03-05 12:28:48 +00:00
"max-length": 10,
"on-click": "helvum",
},
"hyprland/window": {
"format": "󰘔 {initialTitle}",
"separate-outputs": true
2024-02-29 21:11:08 +00:00
},
"hyprland/workspaces": {
"format": "{icon}",
"persistent-workspaces": {
2024-02-29 23:46:43 +00:00
"*": 9
2024-02-29 21:11:08 +00:00
},
"format-icons": {
2024-03-03 18:59:08 +00:00
"default": "",
"empty": "",
2024-02-29 21:11:08 +00:00
"active": "",
2024-03-03 18:59:08 +00:00
"urgent": "",
2024-02-29 21:11:08 +00:00
},
2024-03-02 22:49:00 +00:00
"sort-by-number": true,
2024-03-05 12:28:48 +00:00
"on-click": "activate",
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
}