123 lines
3.0 KiB
Plaintext
123 lines
3.0 KiB
Plaintext
{
|
|
"clock": {
|
|
"interval": 60,
|
|
"format": "<span color='#ffffff40'> </span> {:%H : %M}",
|
|
"tooltip-format": "{:%A, %Y-%m-%d}",
|
|
"on-click": "$TERMINAL -e peaclock",
|
|
"on-click-right": "date -u +'%Y-%m-%dT%H:%M:%SZ' | wl-copy",
|
|
},
|
|
"cpu": {
|
|
"interval": 2,
|
|
"format": "<span color='#ffffff40'>{icon}</span> {usage}%",
|
|
"format-icons": ["", "", ""],
|
|
"max-length": 10,
|
|
"on-click": "$TERMINAL -e btop",
|
|
},
|
|
"custom/updates": {
|
|
"interval": 300,
|
|
"format": "<span color='#ffffff40'> </span> {}",
|
|
"exec": "~/.bin/updates",
|
|
"return-type": "json",
|
|
"on-click": "$TERMINAL -e yay",
|
|
},
|
|
"custom/gpu": {
|
|
"interval": 2,
|
|
"exec": "nvidia-smi --query-gpu=utilization.gpu --format=csv,noheader,nounits",
|
|
"format": "<span color='#ffffff40'> </span> {}%",
|
|
"return-type": "",
|
|
"on-click": "$TERMINAL -e nvtop",
|
|
"max-length": 10,
|
|
},
|
|
"memory": {
|
|
"interval": 2,
|
|
"format": "<span color='#ffffff40'> </span>{used} GiB",
|
|
"max-length": 10,
|
|
"on-click": "$TERMINAL -e btop",
|
|
},
|
|
"network#up": {
|
|
"interval": 2,
|
|
"format": "<span color='#ffffff40'> </span>{bandwidthUpBits}",
|
|
"tooltip-format": " {ifname} upload",
|
|
"max-length": 10,
|
|
"on-click": "$TERMINAL -e nethogs",
|
|
},
|
|
"network#down": {
|
|
"interval": 2,
|
|
"format": "<span color='#ffffff40'> </span>{bandwidthDownBits}",
|
|
"tooltip-format": " {ifname} download",
|
|
"max-length": 10,
|
|
"on-click": "$TERMINAL -e nethogs",
|
|
},
|
|
"disk": {
|
|
"interval": 30,
|
|
"format": "<span color='#ffffff40'> </span>{used}",
|
|
"path": "/",
|
|
"max-length": 10,
|
|
"on-click": "$TERMINAL -e dua i",
|
|
},
|
|
"mpris": {
|
|
"format": "<span color='#ffffff40'>{player_icon}</span> {title}",
|
|
"format-paused": "<span color='#ffffff40'>{status_icon}</span> {title}",
|
|
"player-icons": {
|
|
"default": "",
|
|
"mpv": ""
|
|
},
|
|
"status-icons": {
|
|
"paused": ""
|
|
},
|
|
"title-len": 30,
|
|
},
|
|
"temperature": {
|
|
"interval": 2,
|
|
"format": "<span color='#ffffff40'></span> {temperatureC} C",
|
|
"hwmon-path": "/sys/class/hwmon/hwmon3/temp1_input"
|
|
},
|
|
"wireplumber": {
|
|
"format": "<span color='#ffffff40'>{icon}</span> {volume}%",
|
|
"format-muted": "",
|
|
"scroll-step": 5,
|
|
"format-icons": ["", "", ""],
|
|
"max-length": 10,
|
|
"on-click": "easyeffects",
|
|
},
|
|
"hyprland/window": {
|
|
"format": " {initialTitle}",
|
|
"separate-outputs": true
|
|
},
|
|
"hyprland/workspaces": {
|
|
"format": "{icon}",
|
|
"persistent-workspaces": {
|
|
"*": 9
|
|
},
|
|
"format-icons": {
|
|
"default": "",
|
|
"empty": "",
|
|
"active": "",
|
|
"urgent": "",
|
|
},
|
|
"sort-by-number": true,
|
|
"on-click": "activate",
|
|
},
|
|
"custom/os":{
|
|
"format": "",
|
|
"tooltip": false,
|
|
"on-click": "$TERMINAL --hold -e fastfetch",
|
|
},
|
|
"wlr/taskbar": {
|
|
"format": "{icon}",
|
|
"icon-size": 14,
|
|
"icon-theme": "Adwaita",
|
|
"tooltip-format": "{title}",
|
|
"on-click": "activate",
|
|
"on-click-middle": "close",
|
|
"ignore-list": [
|
|
"Alacritty",
|
|
],
|
|
"app_ids-mapping": {
|
|
"firefoxdeveloperedition": "firefox-developer-edition",
|
|
},
|
|
"rewrite": {
|
|
"Firefox Web Browser": "Firefox",
|
|
},
|
|
},
|
|
} |