add sway and waybar configs, misc other stuff

This commit is contained in:
Mark Riedesel 2021-08-21 15:09:03 -05:00
parent 192a283141
commit 528c998ee4
21 changed files with 634 additions and 58 deletions

37
_config/waybar/config Normal file
View file

@ -0,0 +1,37 @@
{
"layer": "top",
"modules-left": ["sway/workspaces", "mpd", "sway/mode"],
"modules-center": [],
"modules-right": ["network", "pulseaudio", "temperature", "cpu", "memory", "clock"],
"mpd": {
"tooltip": false,
"format": "{stateIcon} {artist} - {album} - {title} ({elapsedTime:%M:%S}/{totalTime:%M:%S})",
"format-disconnected": "ﳌ",
"format-stopped": "",
"state-icons": {
"playing": "",
"paused": ""
}
},
"pulseaudio": {
"tooltip": false,
"scroll-step": 5,
"format": "{icon} {volume}%",
"format-icons": {
"default": ["奄", "奔", "墳"]
}
},
"network": {
"tooltip": false,
"format-wifi": " {essid} {ipaddr}",
"format-ethernet": " {ipaddr}"
},
"cpu": {
"tooltip": false,
"format": " {}%"
},
"memory": {
"tooltip": false,
"format": " {}%"
}
}