Hyprland waybar and begin styling

This commit is contained in:
2023-03-27 13:11:19 +01:00
parent 3f5483d747
commit dd13ad35ca
5 changed files with 65 additions and 2 deletions

View File

@@ -22,9 +22,20 @@
"format-icons": ["", ""]
},
"wlr/workspaces": {
"format": "{icon}",
"on-scroll-up": "hyprctl dispatch workspace e+1",
"on-scroll-down": "hyprctl dispatch workspace e-1"
"on-scroll-down": "hyprctl dispatch workspace e-1",
"on-click": "activate",
"format": "{icon}",
"format-icons": {
"1": "",
"2": "",
"3": "",
"4": "",
"5": "",
"urgent": "",
"active": "",
"default": ""
}
},
"clock": {
"format-alt": "{:%a, %d. %b %H:%M}"