Files
nixcfg/users/daniel/configs/desktop/waybar/config.json
2023-02-11 02:09:25 +00:00

27 lines
519 B
JSON

{
"layer": "top",
"modules-left": ["wlr/workspaces", "hyprland/window"],
"modules-center": ["clock"],
"modules-right": [
"network",
"battery",
"tray"
],
"hyprland/window": {
},
"network": {
},
"bat": {
},
"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}"
}
}