Getting things setup for sway wayland

This commit is contained in:
Chris Cochrun 2021-04-16 06:09:09 -05:00
parent 2287ac931b
commit e94ff95428
20 changed files with 513 additions and 53 deletions

View file

@ -26,7 +26,7 @@
}
},
"sway/mode": {
"format": "<span style=\"italic\">{}</span>"
"format": "<span style=\"italic\"> {}</span>"
},
"idle_inhibitor": {
"format": "{icon}",
@ -97,7 +97,7 @@
"network": {
// "interface": "wlp2*", // (Optional) To force the use of this interface
"format-wifi": "{essid} ({signalStrength}%) ",
"format-ethernet": "{ifname}: {ipaddr} ",
"format-ethernet": "{ipaddr} ",
"format-linked": "{ifname} (No IP) ",
"format-disconnected": "Disconnected ⚠",
"format-alt": "{ifname}: {ipaddr}/{cidr}"
@ -143,7 +143,7 @@
"on-click-middle": "close"
},
"sway/window": {
"format": " {} ",
"format": " {} ",
"max-length": 60,
}
}