waybar stuuuff

This commit is contained in:
Mark Riedesel 2021-11-12 12:38:02 -05:00
parent c60295b97f
commit 707f80a76b
10 changed files with 256 additions and 326 deletions

View file

@ -1,18 +1,9 @@
{
"layer": "top",
"modules-left": ["sway/workspaces", "mpd", "sway/mode"],
"modules-left": ["sway/workspaces", "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": ""
}
},
"modules-right": ["network", "pulseaudio", "temperature", "cpu", "memory", "clock", "tray"],
"enable-bar-scroll": true,
"pulseaudio": {
"tooltip": false,
"scroll-step": 5,
@ -21,6 +12,9 @@
"default": ["奄", "奔", "墳"]
}
},
"temperature": {
"format": "{temperatureF}°F",
},
"network": {
"tooltip": false,
"format-wifi": " {essid} {ipaddr}",
@ -33,5 +27,12 @@
"memory": {
"tooltip": false,
"format": " {}%"
}
},
"tray": {
"icon-size": 24,
"spacing": 5,
},
"clock": {
"format": "{:%a, %b %d %I:%M%p %Z %d/%m/%Y}",
},
}