fix: merge kitty.conf

This commit is contained in:
2025-11-11 20:33:13 +01:00
parent 5cc1584806
commit 000209942f
4 changed files with 21 additions and 8 deletions

16
waybar/config Normal file
View File

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