Updated config
This commit is contained in:
@ -1,27 +1,37 @@
|
||||
{
|
||||
"cpu": {
|
||||
"interval": 2,
|
||||
"format": "[CPU] {usage}%",
|
||||
"on-click": "$TERMINAL -e btop",
|
||||
"format": "{icon} {usage}%",
|
||||
"format-icons": [" ", " ", " "],
|
||||
"on-click": "$TERMINAL -- btop",
|
||||
},
|
||||
"custom/gpu": {
|
||||
"interval": 2,
|
||||
"format": "[GPU] {}%",
|
||||
"format": " {}%",
|
||||
"exec": "nvidia-smi --query-gpu=utilization.gpu --format=csv,noheader,nounits",
|
||||
"return-type": "",
|
||||
"on-click": "$TERMINAL -e nvtop",
|
||||
"on-click": "$TERMINAL -- nvtop",
|
||||
},
|
||||
"memory": {
|
||||
"interval": 2,
|
||||
"format": "[MEM] {used} G",
|
||||
"on-click": "$TERMINAL -e btop",
|
||||
"format": " {used} G",
|
||||
"on-click": "$TERMINAL -- btop",
|
||||
},
|
||||
"disk": {
|
||||
"interval": 30,
|
||||
"format": "[SSD] {specific_used:0.0f} G",
|
||||
"format": " {specific_used:0.0f} G",
|
||||
"path": "/",
|
||||
"unit": "GiB",
|
||||
"on-click": "$TERMINAL -e dua i /",
|
||||
"on-click": "$TERMINAL -- dua i /",
|
||||
},
|
||||
"custom/pacman": {
|
||||
"format": " {}",
|
||||
"interval": 30,
|
||||
"exec": "checkupdates | wc -l",
|
||||
"exec-if": "exit 0",
|
||||
"on-click": "$TERMINAL -- sudo pacman -Syu",
|
||||
"signal": 8,
|
||||
"tooltip": false,
|
||||
},
|
||||
"custom/processes": {
|
||||
"interval": 2,
|
||||
@ -29,7 +39,7 @@
|
||||
"exec": "ps --ppid 2 -p 2 --deselect --no-headers | wc -l",
|
||||
"return-type": "",
|
||||
"tooltip-format": "Number of running processes",
|
||||
"on-click": "$TERMINAL -e btop",
|
||||
"on-click": "$TERMINAL -- btop",
|
||||
},
|
||||
"custom/tcp": {
|
||||
"interval": 2,
|
||||
@ -37,7 +47,7 @@
|
||||
"exec": "lsof -tPniTCP | wc -l",
|
||||
"return-type": "",
|
||||
"tooltip-format": "Number of processes with TCP connections",
|
||||
"on-click": "$TERMINAL -e bandwhich",
|
||||
"on-click": "$TERMINAL -- bandwhich",
|
||||
},
|
||||
"custom/udp": {
|
||||
"interval": 2,
|
||||
@ -45,18 +55,38 @@
|
||||
"exec": "lsof -tPniUDP | wc -l",
|
||||
"return-type": "",
|
||||
"tooltip-format": "Number of processes with UDP connections",
|
||||
"on-click": "$TERMINAL -e bandwhich",
|
||||
"on-click": "$TERMINAL -- bandwhich",
|
||||
},
|
||||
"hyprland/workspaces": {
|
||||
"format": "{icon}",
|
||||
"persistent-workspaces": {
|
||||
"*": 9
|
||||
},
|
||||
"format-icons": {
|
||||
"default": " ",
|
||||
"empty": " ",
|
||||
"active": " ",
|
||||
"urgent": " ",
|
||||
},
|
||||
"sort-by-number": true,
|
||||
"on-click": "activate",
|
||||
},
|
||||
"wireplumber": {
|
||||
"format": "[VOL] {volume}%",
|
||||
"format-muted": "",
|
||||
"format": "{icon} {volume}%",
|
||||
"format-muted": " ",
|
||||
"format-icons": [" ", " ", " "],
|
||||
"scroll-step": 5,
|
||||
"on-click": "easyeffects",
|
||||
},
|
||||
"clock": {
|
||||
"interval": 60,
|
||||
"format": "[CLK] {:%H:%M}",
|
||||
"tooltip-format": "{:%A, %Y-%m-%d}",
|
||||
"format": " {:%H:%M}",
|
||||
"tooltip-format": "<tt>{calendar}</tt>",
|
||||
"calendar": {
|
||||
"format": {
|
||||
"today": "<span color='#fAfBfC'><b>{}</b></span>"
|
||||
}
|
||||
},
|
||||
"on-click": "date -u +'%Y-%m-%dT%H:%M:%SZ' | wl-copy",
|
||||
},
|
||||
}
|
Reference in New Issue
Block a user