Keep going
This commit is contained in:
16
users/daniel/configs/desktop/waybar/config.json
Normal file
16
users/daniel/configs/desktop/waybar/config.json
Normal 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}"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user