Updated config
This commit is contained in:
@ -1,14 +1,14 @@
|
||||
{
|
||||
"clock": {
|
||||
"interval": 60,
|
||||
"format": "<span color='#ffffff40'> </span> {:%H : %M}",
|
||||
"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": "<span color='#ffffff40'>{icon} </span> {usage}%",
|
||||
"format-icons": ["", "", ""],
|
||||
"max-length": 10,
|
||||
"on-click": "$TERMINAL -e btop",
|
||||
@ -34,30 +34,23 @@
|
||||
"max-length": 10,
|
||||
"on-click": "$TERMINAL -e btop",
|
||||
},
|
||||
"network#up": {
|
||||
"network": {
|
||||
"interval": 2,
|
||||
"format": "<span color='#ffffff40'> </span>{bandwidthUpBits}",
|
||||
"tooltip-format": " {ifname} upload",
|
||||
"format-ethernet": "<span color='#ffffff40'> </span> {bandwidthTotalBytes}",
|
||||
"format-disconnected": "<span color='#ffffff40'> </span>",
|
||||
"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",
|
||||
"on-click": "$TERMINAL -e bandwhich",
|
||||
},
|
||||
"disk": {
|
||||
"interval": 30,
|
||||
"format": "<span color='#ffffff40'> </span>{used}",
|
||||
"path": "/",
|
||||
"max-length": 10,
|
||||
"on-click": "$TERMINAL -e dua i",
|
||||
"on-click": "$TERMINAL -e dua i /",
|
||||
},
|
||||
"mpris": {
|
||||
"format": "<span color='#ffffff40'>{player_icon}</span> {title}",
|
||||
"format-paused": "<span color='#ffffff40'>{status_icon}</span> {title}",
|
||||
"format": "<span color='#ffffff40'>{player_icon} </span> {title}",
|
||||
"format-paused": "<span color='#ffffff40'>{status_icon} </span> {title}",
|
||||
"player-icons": {
|
||||
"default": "",
|
||||
"mpv": ""
|
||||
@ -70,10 +63,11 @@
|
||||
"temperature": {
|
||||
"interval": 2,
|
||||
"format": "<span color='#ffffff40'></span> {temperatureC} C",
|
||||
"hwmon-path": "/sys/class/hwmon/hwmon3/temp1_input"
|
||||
"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": "<span color='#ffffff40'>{icon} </span> {volume}%",
|
||||
"format-muted": "",
|
||||
"scroll-step": 5,
|
||||
"format-icons": ["", "", ""],
|
||||
@ -101,12 +95,15 @@
|
||||
"custom/os":{
|
||||
"format": "",
|
||||
"tooltip": false,
|
||||
"on-click": "$TERMINAL --hold -e fastfetch",
|
||||
"on-click": "fuzzel",
|
||||
},
|
||||
"tray": {
|
||||
"icon-size": 21,
|
||||
"spacing": 10
|
||||
},
|
||||
"wlr/taskbar": {
|
||||
"format": "{icon}",
|
||||
"icon-size": 14,
|
||||
"icon-theme": "Adwaita",
|
||||
"tooltip-format": "{title}",
|
||||
"on-click": "activate",
|
||||
"on-click-middle": "close",
|
||||
|
Reference in New Issue
Block a user