Switch to waybar
This commit is contained in:
54
.config/waybar/config
Normal file
54
.config/waybar/config
Normal 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": ["", ""]
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user