Switch to waybar

This commit is contained in:
2022-01-07 23:19:45 +00:00
parent ebe7abc699
commit c73ccbe44d
4 changed files with 116 additions and 18 deletions

54
.config/waybar/config Normal file
View File

@ -0,0 +1,54 @@
{
"layer": "top",
"modules-left": [
"sway/mode",
"sway/workspaces",
"custom/right-arrow-light",
"sway/window",
"custom/right-arrow-dark"
],
"modules-right": [
"pulseaudio",
"custom/left-arrow-dark",
"clock#date",
"custom/left-arrow-light",
"clock#time"
],
"sway/workspaces": {
"current-only": true
},
"sway/window": {
"max-length": 50
},
"clock#date": {
"format": "{:%a %d, %b }",
"tooltip": false
},
"clock#time": {
"format": "{:%H:%M}",
"tooltip": false
},
"custom/left-arrow-dark": {
"format": "",
"tooltip": false
},
"custom/left-arrow-light": {
"format": "",
"tooltip": false
},
"custom/right-arrow-dark": {
"format": "",
"tooltip": false
},
"custom/right-arrow-light": {
"format": "",
"tooltip": false
},
"pulseaudio": {
"format": "{volume}% {icon}",
"format-muted": "",
"format-icons": {
"default": ["", ""]
}
}
}