updated config files

This commit is contained in:
2021-11-14 22:27:46 +01:00
parent ee7822f82b
commit d2fdcf8fd7

16
waybar.config Normal file
View File

@@ -0,0 +1,16 @@
{
"layer": "top",
"modules-left": ["sway/workspaces", "sway/mode"],
"modules-center": ["sway/window"],
"modules-right": ["battery", "clock"],
"sway/window": {
"max-length": 50
},
"battery": {
"format": "{capacity}% {icon}",
"format-icons": ["", "", "", "", ""]
},
"clock": {
"format-alt": "{:%a, %d. %b %H:%M}"
}
}