config backup

This commit is contained in:
2020-12-18 23:22:16 +01:00
parent 3f20e95ca7
commit fa8016839d
614 changed files with 116926 additions and 0 deletions

13
configs/waybar/comfig.old Normal file
View File

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