I3 to Sway #1
1 changed files with 19 additions and 10 deletions
|
@ -1,7 +1,7 @@
|
|||
[
|
||||
{
|
||||
"layer": "bottom",
|
||||
"position": "bottom",
|
||||
"position": "top",
|
||||
"margin": 4,
|
||||
"modules-left": [
|
||||
"sway/workspaces",
|
||||
|
@ -30,28 +30,34 @@
|
|||
"all-outputs": true
|
||||
},
|
||||
"sway/mode": {
|
||||
"format": " {}"
|
||||
"format": " {}",
|
||||
"max-length": 50
|
||||
},
|
||||
"disk#1": {
|
||||
"interval": 60,
|
||||
"format": " {percentage_used:2}%",
|
||||
"path": "/"
|
||||
"path": "/",
|
||||
"tooltip": false,
|
||||
},
|
||||
"disk#2": {
|
||||
"interval": 60,
|
||||
"format": " {percentage_used:2}%",
|
||||
"path": "/home"
|
||||
"path": "/home",
|
||||
"tooltip": false
|
||||
},
|
||||
"network": {
|
||||
"interface": "eno2",
|
||||
"format": " {ipaddr}",
|
||||
"format-disconnected": "-"
|
||||
"format-disconnected": "-",
|
||||
"tooltip": false
|
||||
},
|
||||
"cpu": {
|
||||
"format": " {load}%"
|
||||
"format": " {load}%",
|
||||
"tooltip": false
|
||||
},
|
||||
"memory": {
|
||||
"format": " {percentage}%"
|
||||
"format": " {percentage}%",
|
||||
"tooltip": false
|
||||
},
|
||||
"temperature#1": {
|
||||
"thermal-zone": 2,
|
||||
|
@ -82,7 +88,8 @@
|
|||
"default": ["", ""]
|
||||
},
|
||||
"scroll-step": 5,
|
||||
"on-click": "pavucontrol"
|
||||
"on-click": "pavucontrol",
|
||||
"tooltip": false
|
||||
},
|
||||
"custom/multimedia_previous": {
|
||||
"format": "",
|
||||
|
@ -118,10 +125,12 @@
|
|||
"on": "1"
|
||||
},
|
||||
"tooltip-format": "MPD (connected)",
|
||||
"tooltip-format-disconnected": "MPD (disconnected)"
|
||||
"tooltip-format-disconnected": "MPD (disconnected)",
|
||||
"tooltip": false
|
||||
},
|
||||
"clock": {
|
||||
"format": "{:%d/%m %H:%M}"
|
||||
"format": "{:%d/%m %H:%M}",
|
||||
"tooltip": false
|
||||
},
|
||||
"tray": {
|
||||
"spacing": 10
|
||||
|
|
Loading…
Reference in a new issue