Keep going

This commit is contained in:
2023-02-08 23:02:36 +00:00
parent a7e729c29f
commit c8727a52d4
7 changed files with 55 additions and 16 deletions

View File

@@ -0,0 +1,16 @@
{
"layer": "top",
"modules-left": ["wlr/workspaces", "hyprland/window"],
"modules-center": ["clock"],
"modules-right": ["clock"],
"hyprland/window": {
},
"wlr/workspaces": {
"format": "{icon}",
"on-scroll-up": "hyprctl dispatch workspace e+1",
"on-scroll-down": "hyprctl dispatch workspace e-1"
},
"clock": {
"format-alt": "{:%a, %d. %b %H:%M}"
}
}