|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
"layer": "top",
|
|
|
|
|
"modules-left": ["sway/workspaces", "sway/window", "pulseaudio/slider"],
|
|
|
|
|
"modules-center": ["custom/weather"],
|
|
|
|
|
"modules-right": ["cpu", "memory", "network", "custom/bg", "custom/date"],
|
|
|
|
|
"modules-right": ["cpu", "memory", "network", "battery", "custom/bg", "custom/date"],
|
|
|
|
|
"sway/workspaces": {
|
|
|
|
|
"all-outputs": true
|
|
|
|
|
},
|
|
|
|
@ -32,17 +32,23 @@
|
|
|
|
|
},
|
|
|
|
|
"network": {
|
|
|
|
|
"interval": 2,
|
|
|
|
|
"format-icons": [" ", " ", " ", " "],
|
|
|
|
|
"format-ethernet": "ETH: {bandwidthTotalBytes}",
|
|
|
|
|
"format-wifi": "WLAN: {ssid}",
|
|
|
|
|
"format-wifi": "WLAN: {icon}",
|
|
|
|
|
"tooltip-format": "DOWN: {bandwidthDownBits} UP: {bandwidthUpBits} IP: {ipaddr}"
|
|
|
|
|
},
|
|
|
|
|
"battery": {
|
|
|
|
|
"format": "BAT: {capacity}%",
|
|
|
|
|
"format-tooltip": "{timeTo}",
|
|
|
|
|
"format-time": "{H} hours {M} minutes",
|
|
|
|
|
},
|
|
|
|
|
"custom/bg": {
|
|
|
|
|
"exec": "echo -e '\uf1c5'",
|
|
|
|
|
"interval": "once",
|
|
|
|
|
"on-click": "wallpaper.sh -s"
|
|
|
|
|
},
|
|
|
|
|
"custom/date": {
|
|
|
|
|
"exec": "date +'%A, %b %d %l:%M %P'",
|
|
|
|
|
"exec": "date +'%a, %b %d %l:%M %P'",
|
|
|
|
|
"interval": 10
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|