new stuff

This commit is contained in:
Never Gude 2025-12-25 22:21:17 +01:00
parent dc4d50bed5
commit b50f254aab
19 changed files with 530 additions and 30 deletions

View file

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