2025-01-24 11:04:56 +01:00

120 lines
2.9 KiB
JSON

{
"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": {
"interval": 2,
"format-ethernet": "<span color='#ffffff40'>󰛳 </span> {bandwidthTotalBytes}",
"format-disconnected": "<span color='#ffffff40'> </span>",
"max-length": 10,
"on-click": "$TERMINAL -e bandwhich",
},
"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/hwmon5/temp1_input",
"on-click": "$TERMINAL -e watch -n 1 sensors",
},
"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": "fuzzel",
},
"tray": {
"icon-size": 21,
"spacing": 10
},
"wlr/taskbar": {
"format": "{icon}",
"icon-size": 14,
"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",
},
},
}